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 1cc4f06b89 LDI; LDD; LDIR; LDDR 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
emulator.c Rework timing system for VDP scanlines; flesh out more VDP logic. há 8 anos
emulator.h Some refactoring wrt I/O; start work on VDP. há 8 anos
gamegear.c Rework timing system for VDP scanlines; flesh out more VDP logic. há 8 anos
gamegear.h Rework timing system for VDP scanlines; flesh out more VDP logic. há 8 anos
io.c Rework timing system for VDP scanlines; flesh out more VDP logic. há 8 anos
io.h Some refactoring wrt I/O; start work on VDP. há 8 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
vdp.c Rework timing system for VDP scanlines; flesh out more VDP logic. há 8 anos
vdp.h Rework timing system for VDP scanlines; flesh out more VDP logic. há 8 anos
version.h Start reorganizing for tests; add cloc.sh; fix version. há 9 anos
z80.c PUSH/POP IX/Y; DJNZ; LD (HL), r há 8 anos
z80.h Some refactoring wrt I/O; start work on VDP. há 8 anos
z80_ops.inc.c LDI; LDD; LDIR; LDDR há 8 anos
z80_tables.inc.c LDI; LDD; LDIR; LDDR há 8 anos