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 b57de026e1 Fix bugs involving display blanking/backdrop color hace 4 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 Fix an ASan-reported heap corruption hace 4 años
config.h Use a 8:7 PAR by default hace 4 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 Fix bugs involving display blanking/backdrop color hace 4 años
emulator.h Refactor: pass the entire Config object to the emulator. hace 8 años
gamegear.c Add support for BIOS. hace 6 años
gamegear.h Use a 8:7 PAR by default hace 4 años
io.c Add support for BIOS. hace 6 años
io.h Add support for BIOS. hace 6 años
logging.h Implement more load instructions; bugfixes. hace 8 años
mmu.c Add support for BIOS. hace 6 años
mmu.h Add support for BIOS. hace 6 años
psg.c Flesh out system ports; clean up IO; stubs. hace 8 años
psg.h Flesh out system ports; clean up IO; stubs. hace 8 años
rom.c Add support for BIOS. hace 6 años
rom.h Add support for BIOS. hace 6 años
save.c Add support for saved game files for cart RAM (fixes #3) hace 6 años
save.h Add support for saved game files for cart RAM (fixes #3) hace 6 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 Fix bugs involving display blanking/backdrop color hace 4 años
vdp.h Add VDP line interrupts; fix bugs; refactor flags. hace 8 años
version.h Start reorganizing for tests; add cloc.sh; fix version. hace 9 años
z80.c CCF, SCF, DAA; bugfixes. hace 8 años
z80.h Flesh out system ports; clean up IO; stubs. hace 8 años
z80_flags.inc.c Implement LD A, I/R; CPI/CPIR/CPD/CPDR hace 4 años
z80_ops.inc.c Implement LD A, I/R; CPI/CPIR/CPD/CPDR hace 4 años
z80_tables.inc.c Implement LD A, I/R; CPI/CPIR/CPD/CPDR hace 4 años