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 cbe14eadcd Refactor: pass the entire Config object to the emulator. před 8 roky
..
assembler Fix a couple assembler bugs involving obscure instructions. před 8 roky
disassembler Simplify and fix index bit instructions in disassembler. 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 Clean up and refactor. před 8 roky
config.h Refactor debug logging as distinct from dev build; add tracing. před 8 roky
disassembler.c Clean up and refactor. před 8 roky
disassembler.h Work on ROM file (i.e., non-inline) disassembler. před 8 roky
emulator.c Refactor: pass the entire Config object to the emulator. před 8 roky
emulator.h Refactor: pass the entire Config object to the emulator. před 8 roky
gamegear.c Clean up and refactor. před 8 roky
gamegear.h Clean up and refactor. před 8 roky
io.c Add buggy SDL rendering, background drawing. před 8 roky
io.h Add stubs for PSG. před 8 roky
logging.h Implement more load instructions; bugfixes. před 8 roky
mmu.c Fix bugs in BIT; add trace for IRQ; make MMU mapping logs trace-level. před 8 roky
mmu.h mmu_write_double, stack_push; LD (HL), n; JR; CALL před 8 roky
psg.c Add stubs for PSG. před 8 roky
psg.h Add stubs for PSG. před 8 roky
rom.c Clean up and refactor. před 8 roky
rom.h Clean up and refactor. před 8 roky
util.c Finish implementing .define/.undef directives. před 9 roky
util.h Add VDP register parsing and dumping. před 8 roky
util_alloc.h Replace OOM checks with light wrappers around allocation functions. před 9 roky
vdp.c Clean up and refactor. před 8 roky
vdp.h Clean up and refactor. před 8 roky
version.h Start reorganizing for tests; add cloc.sh; fix version. před 9 roky
z80.c Refactor flag setting code; implement more instructions. před 8 roky
z80.h Fix a bug in VDP control port writes; rename 'last_index' to 'regs.ixy'. před 8 roky
z80_flags.inc.c Implement more instructions, mainly bit-shifting. před 8 roky
z80_ops.inc.c Implement more instructions, mainly bit-shifting. před 8 roky
z80_tables.inc.c Implement more instructions, mainly bit-shifting. před 8 roky