An emulator, assembler, and disassembler for the Sega Game Gear
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
Ben Kurtovic cbe14eadcd Refactor: pass the entire Config object to the emulator. hace 8 años
..
assembler Fix a couple assembler bugs involving obscure instructions. hace 8 años
disassembler Simplify and fix index bit instructions in disassembler. hace 8 años
assembler.c Refactor debug logging as distinct from dev build; add tracing. hace 8 años
assembler.h More splitting of assembler internals. hace 9 años
config.c Clean up and refactor. hace 8 años
config.h Refactor debug logging as distinct from dev build; add tracing. hace 8 años
disassembler.c Clean up and refactor. hace 8 años
disassembler.h Work on ROM file (i.e., non-inline) disassembler. hace 8 años
emulator.c Refactor: pass the entire Config object to the emulator. hace 8 años
emulator.h Refactor: pass the entire Config object to the emulator. hace 8 años
gamegear.c Clean up and refactor. hace 8 años
gamegear.h Clean up and refactor. hace 8 años
io.c Add buggy SDL rendering, background drawing. hace 8 años
io.h Add stubs for PSG. hace 8 años
logging.h Implement more load instructions; bugfixes. hace 8 años
mmu.c Fix bugs in BIT; add trace for IRQ; make MMU mapping logs trace-level. hace 8 años
mmu.h mmu_write_double, stack_push; LD (HL), n; JR; CALL hace 8 años
psg.c Add stubs for PSG. hace 8 años
psg.h Add stubs for PSG. hace 8 años
rom.c Clean up and refactor. hace 8 años
rom.h Clean up and refactor. hace 8 años
util.c Finish implementing .define/.undef directives. hace 9 años
util.h Add VDP register parsing and dumping. hace 8 años
util_alloc.h Replace OOM checks with light wrappers around allocation functions. hace 9 años
vdp.c Clean up and refactor. hace 8 años
vdp.h Clean up and refactor. hace 8 años
version.h Start reorganizing for tests; add cloc.sh; fix version. hace 9 años
z80.c Refactor flag setting code; implement more instructions. hace 8 años
z80.h Fix a bug in VDP control port writes; rename 'last_index' to 'regs.ixy'. hace 8 años
z80_flags.inc.c Implement more instructions, mainly bit-shifting. hace 8 años
z80_ops.inc.c Implement more instructions, mainly bit-shifting. hace 8 años
z80_tables.inc.c Implement more instructions, mainly bit-shifting. hace 8 años