An emulator, assembler, and disassembler for the Sega Game Gear
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
Ben Kurtovic 1cc4f06b89 LDI; LDD; LDIR; LDDR před 8 roky
..
assembler Fix assembler bugs in "ex af, af'" and "ex (sp), hl". před 8 roky
disassembler Fix a broken jump argument; use hex for ports. před 8 roky
assembler.c Refactor debug logging as distinct from dev build; add tracing. před 8 roky
assembler.h More splitting of assembler internals. před 9 roky
config.c Refactor and improve argument parsing (add support for -abcd) před 8 roky
config.h Refactor debug logging as distinct from dev build; add tracing. před 8 roky
disassembler.c Add smart padding for disassembled bytes. před 8 roky
disassembler.h Work on ROM file (i.e., non-inline) disassembler. před 8 roky
emulator.c Rework timing system for VDP scanlines; flesh out more VDP logic. před 8 roky
emulator.h Some refactoring wrt I/O; start work on VDP. před 8 roky
gamegear.c Rework timing system for VDP scanlines; flesh out more VDP logic. před 8 roky
gamegear.h Rework timing system for VDP scanlines; flesh out more VDP logic. před 8 roky
io.c Rework timing system for VDP scanlines; flesh out more VDP logic. před 8 roky
io.h Some refactoring wrt I/O; start work on VDP. před 8 roky
logging.h Implement more load instructions; bugfixes. před 8 roky
mmu.c mmu_write_double, stack_push; LD (HL), n; JR; CALL před 8 roky
mmu.h mmu_write_double, stack_push; LD (HL), n; JR; CALL před 8 roky
rom.c Store a few extra header fields in the ROM struct; typo fix. před 8 roky
rom.h Store a few extra header fields in the ROM struct; typo fix. před 8 roky
util.c Finish implementing .define/.undef directives. před 9 roky
util.h Replace OOM checks with light wrappers around allocation functions. před 9 roky
util_alloc.h Replace OOM checks with light wrappers around allocation functions. před 9 roky
vdp.c Rework timing system for VDP scanlines; flesh out more VDP logic. před 8 roky
vdp.h Rework timing system for VDP scanlines; flesh out more VDP logic. před 8 roky
version.h Start reorganizing for tests; add cloc.sh; fix version. před 9 roky
z80.c PUSH/POP IX/Y; DJNZ; LD (HL), r před 8 roky
z80.h Some refactoring wrt I/O; start work on VDP. před 8 roky
z80_ops.inc.c LDI; LDD; LDIR; LDDR před 8 roky
z80_tables.inc.c LDI; LDD; LDIR; LDDR před 8 roky