An emulator, assembler, and disassembler for the Sega Game Gear
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ben Kurtovic 49237080a2 Start reorganizing for tests; add cloc.sh; fix version. пре 9 година
..
assembler Remove unnecessary arg from _call_args(). пре 9 година
assembler.c Replace OOM checks with light wrappers around allocation functions. пре 9 година
assembler.h More splitting of assembler internals. пре 9 година
config.c Replace OOM checks with light wrappers around allocation functions. пре 9 година
config.h Stub out MMU functions, opcodes; const fixes. пре 9 година
disassembler.c Refactor out tokenizer; start implementing paging knowledge. пре 9 година
disassembler.h Start working on assembler. пре 9 година
gamegear.c Replace OOM checks with light wrappers around allocation functions. пре 9 година
gamegear.h Stub out MMU functions, opcodes; const fixes. пре 9 година
iomanager.c Add signal handling, plus basic instruction fetch logic. пре 9 година
iomanager.h Add IOManager, which manages emulation rather than the GG itself. пре 9 година
logging.h Replace OOM checks with light wrappers around allocation functions. пре 9 година
mmu.c Replace OOM checks with light wrappers around allocation functions. пре 9 година
mmu.h Replace OOM checks with light wrappers around allocation functions. пре 9 година
rom.c Replace OOM checks with light wrappers around allocation functions. пре 9 година
rom.h Disallow SMS ROMs for now. пре 9 година
util.c Finish implementing .define/.undef directives. пре 9 година
util.h Replace OOM checks with light wrappers around allocation functions. пре 9 година
util_alloc.h Replace OOM checks with light wrappers around allocation functions. пре 9 година
version.h Start reorganizing for tests; add cloc.sh; fix version. пре 9 година
z80.c Split off some of instructions into inst_support; fix z80 errors. пре 9 година
z80.h Stub out MMU functions, opcodes; const fixes. пре 9 година
z80_ops.inc.c Use nicer array initializer for Z80 ops. пре 9 година