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 3381c36c89 PUSH преди 8 години
..
assembler Fix assembler bugs in "ex af, af'" and "ex (sp), hl". преди 8 години
disassembler Fix a broken jump argument; use hex for ports. преди 8 години
assembler.c Refactor debug logging as distinct from dev build; add tracing. преди 8 години
assembler.h More splitting of assembler internals. преди 9 години
config.c Refactor and improve argument parsing (add support for -abcd) преди 8 години
config.h Refactor debug logging as distinct from dev build; add tracing. преди 8 години
disassembler.c Add smart padding for disassembled bytes. преди 8 години
disassembler.h Work on ROM file (i.e., non-inline) disassembler. преди 8 години
gamegear.c Replace OOM checks with light wrappers around allocation functions. преди 9 години
gamegear.h Stub out MMU functions, opcodes; const fixes. преди 9 години
iomanager.c Refactor debug logging as distinct from dev build; add tracing. преди 8 години
iomanager.h Add IOManager, which manages emulation rather than the GG itself. преди 9 години
logging.h Implement more load instructions; bugfixes. преди 8 години
mmu.c mmu_write_double, stack_push; LD (HL), n; JR; CALL преди 8 години
mmu.h mmu_write_double, stack_push; LD (HL), n; JR; CALL преди 8 години
rom.c Store a few extra header fields in the ROM struct; typo fix. преди 8 години
rom.h Store a few extra header fields in the ROM struct; typo fix. преди 8 години
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 mmu_write_double, stack_push; LD (HL), n; JR; CALL преди 8 години
z80.h Don't trace previous instruction multiple times преди 8 години
z80_ops.inc.c PUSH преди 8 години
z80_tables.inc.c PUSH преди 8 години