An emulator, assembler, and disassembler for the Sega Game Gear
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
Ben Kurtovic 3ca7f26aa0 Stub out port reads/writes; RETN; RST. há 8 anos
..
assembler Fix assembler bugs in "ex af, af'" and "ex (sp), hl". há 8 anos
disassembler Fix a broken jump argument; use hex for ports. há 8 anos
assembler.c Refactor debug logging as distinct from dev build; add tracing. há 8 anos
assembler.h More splitting of assembler internals. há 9 anos
config.c Refactor and improve argument parsing (add support for -abcd) há 8 anos
config.h Refactor debug logging as distinct from dev build; add tracing. há 8 anos
disassembler.c Add smart padding for disassembled bytes. há 8 anos
disassembler.h Work on ROM file (i.e., non-inline) disassembler. há 8 anos
gamegear.c Stub out port reads/writes; RETN; RST. há 8 anos
gamegear.h Stub out MMU functions, opcodes; const fixes. há 9 anos
iomanager.c Refactor debug logging as distinct from dev build; add tracing. há 8 anos
iomanager.h Add IOManager, which manages emulation rather than the GG itself. há 9 anos
logging.h Implement more load instructions; bugfixes. há 8 anos
mmu.c mmu_write_double, stack_push; LD (HL), n; JR; CALL há 8 anos
mmu.h mmu_write_double, stack_push; LD (HL), n; JR; CALL há 8 anos
rom.c Store a few extra header fields in the ROM struct; typo fix. há 8 anos
rom.h Store a few extra header fields in the ROM struct; typo fix. há 8 anos
util.c Finish implementing .define/.undef directives. há 9 anos
util.h Replace OOM checks with light wrappers around allocation functions. há 9 anos
util_alloc.h Replace OOM checks with light wrappers around allocation functions. há 9 anos
version.h Start reorganizing for tests; add cloc.sh; fix version. há 9 anos
z80.c Stub out port reads/writes; RETN; RST. há 8 anos
z80.h Stub out port reads/writes; RETN; RST. há 8 anos
z80_ops.inc.c Stub out port reads/writes; RETN; RST. há 8 anos
z80_tables.inc.c Stub out port reads/writes; RETN; RST. há 8 anos