An emulator, assembler, and disassembler for the Sega Game Gear
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
Ben Kurtovic 49237080a2 Start reorganizing for tests; add cloc.sh; fix version. pirms 9 gadiem
..
assembler Remove unnecessary arg from _call_args(). pirms 9 gadiem
assembler.c Replace OOM checks with light wrappers around allocation functions. pirms 9 gadiem
assembler.h More splitting of assembler internals. pirms 9 gadiem
config.c Replace OOM checks with light wrappers around allocation functions. pirms 9 gadiem
config.h Stub out MMU functions, opcodes; const fixes. pirms 9 gadiem
disassembler.c Refactor out tokenizer; start implementing paging knowledge. pirms 9 gadiem
disassembler.h Start working on assembler. pirms 9 gadiem
gamegear.c Replace OOM checks with light wrappers around allocation functions. pirms 9 gadiem
gamegear.h Stub out MMU functions, opcodes; const fixes. pirms 9 gadiem
iomanager.c Add signal handling, plus basic instruction fetch logic. pirms 9 gadiem
iomanager.h Add IOManager, which manages emulation rather than the GG itself. pirms 9 gadiem
logging.h Replace OOM checks with light wrappers around allocation functions. pirms 9 gadiem
mmu.c Replace OOM checks with light wrappers around allocation functions. pirms 9 gadiem
mmu.h Replace OOM checks with light wrappers around allocation functions. pirms 9 gadiem
rom.c Replace OOM checks with light wrappers around allocation functions. pirms 9 gadiem
rom.h Disallow SMS ROMs for now. pirms 9 gadiem
util.c Finish implementing .define/.undef directives. pirms 9 gadiem
util.h Replace OOM checks with light wrappers around allocation functions. pirms 9 gadiem
util_alloc.h Replace OOM checks with light wrappers around allocation functions. pirms 9 gadiem
version.h Start reorganizing for tests; add cloc.sh; fix version. pirms 9 gadiem
z80.c Split off some of instructions into inst_support; fix z80 errors. pirms 9 gadiem
z80.h Stub out MMU functions, opcodes; const fixes. pirms 9 gadiem
z80_ops.inc.c Use nicer array initializer for Z80 ops. pirms 9 gadiem