An emulator, assembler, and disassembler for the Sega Game Gear
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
Ben Kurtovic 1cc4f06b89 LDI; LDD; LDIR; LDDR vor 8 Jahren
..
assembler Fix assembler bugs in "ex af, af'" and "ex (sp), hl". vor 8 Jahren
disassembler Fix a broken jump argument; use hex for ports. vor 8 Jahren
assembler.c Refactor debug logging as distinct from dev build; add tracing. vor 8 Jahren
assembler.h More splitting of assembler internals. vor 9 Jahren
config.c Refactor and improve argument parsing (add support for -abcd) vor 8 Jahren
config.h Refactor debug logging as distinct from dev build; add tracing. vor 8 Jahren
disassembler.c Add smart padding for disassembled bytes. vor 8 Jahren
disassembler.h Work on ROM file (i.e., non-inline) disassembler. vor 8 Jahren
emulator.c Rework timing system for VDP scanlines; flesh out more VDP logic. vor 8 Jahren
emulator.h Some refactoring wrt I/O; start work on VDP. vor 8 Jahren
gamegear.c Rework timing system for VDP scanlines; flesh out more VDP logic. vor 8 Jahren
gamegear.h Rework timing system for VDP scanlines; flesh out more VDP logic. vor 8 Jahren
io.c Rework timing system for VDP scanlines; flesh out more VDP logic. vor 8 Jahren
io.h Some refactoring wrt I/O; start work on VDP. vor 8 Jahren
logging.h Implement more load instructions; bugfixes. vor 8 Jahren
mmu.c mmu_write_double, stack_push; LD (HL), n; JR; CALL vor 8 Jahren
mmu.h mmu_write_double, stack_push; LD (HL), n; JR; CALL vor 8 Jahren
rom.c Store a few extra header fields in the ROM struct; typo fix. vor 8 Jahren
rom.h Store a few extra header fields in the ROM struct; typo fix. vor 8 Jahren
util.c Finish implementing .define/.undef directives. vor 9 Jahren
util.h Replace OOM checks with light wrappers around allocation functions. vor 9 Jahren
util_alloc.h Replace OOM checks with light wrappers around allocation functions. vor 9 Jahren
vdp.c Rework timing system for VDP scanlines; flesh out more VDP logic. vor 8 Jahren
vdp.h Rework timing system for VDP scanlines; flesh out more VDP logic. vor 8 Jahren
version.h Start reorganizing for tests; add cloc.sh; fix version. vor 9 Jahren
z80.c PUSH/POP IX/Y; DJNZ; LD (HL), r vor 8 Jahren
z80.h Some refactoring wrt I/O; start work on VDP. vor 8 Jahren
z80_ops.inc.c LDI; LDD; LDIR; LDDR vor 8 Jahren
z80_tables.inc.c LDI; LDD; LDIR; LDDR vor 8 Jahren