An emulator, assembler, and disassembler for the Sega Game Gear
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ben Kurtovic b57de026e1 Fix bugs involving display blanking/backdrop color пре 4 година
..
assembler Fix a couple assembler bugs involving obscure instructions. пре 8 година
disassembler Simplify and fix index bit instructions in disassembler. пре 8 година
assembler.c Refactor debug logging as distinct from dev build; add tracing. пре 8 година
assembler.h More splitting of assembler internals. пре 9 година
config.c Fix an ASan-reported heap corruption пре 4 година
config.h Use a 8:7 PAR by default пре 4 година
disassembler.c Clean up and refactor. пре 8 година
disassembler.h Work on ROM file (i.e., non-inline) disassembler. пре 8 година
emulator.c Fix bugs involving display blanking/backdrop color пре 4 година
emulator.h Refactor: pass the entire Config object to the emulator. пре 8 година
gamegear.c Add support for BIOS. пре 6 година
gamegear.h Use a 8:7 PAR by default пре 4 година
io.c Add support for BIOS. пре 6 година
io.h Add support for BIOS. пре 6 година
logging.h Implement more load instructions; bugfixes. пре 8 година
mmu.c Add support for BIOS. пре 6 година
mmu.h Add support for BIOS. пре 6 година
psg.c Flesh out system ports; clean up IO; stubs. пре 8 година
psg.h Flesh out system ports; clean up IO; stubs. пре 8 година
rom.c Add support for BIOS. пре 6 година
rom.h Add support for BIOS. пре 6 година
save.c Add support for saved game files for cart RAM (fixes #3) пре 6 година
save.h Add support for saved game files for cart RAM (fixes #3) пре 6 година
util.c Finish implementing .define/.undef directives. пре 9 година
util.h Add VDP register parsing and dumping. пре 8 година
util_alloc.h Replace OOM checks with light wrappers around allocation functions. пре 9 година
vdp.c Fix bugs involving display blanking/backdrop color пре 4 година
vdp.h Add VDP line interrupts; fix bugs; refactor flags. пре 8 година
version.h Start reorganizing for tests; add cloc.sh; fix version. пре 9 година
z80.c CCF, SCF, DAA; bugfixes. пре 8 година
z80.h Flesh out system ports; clean up IO; stubs. пре 8 година
z80_flags.inc.c Implement LD A, I/R; CPI/CPIR/CPD/CPDR пре 4 година
z80_ops.inc.c Implement LD A, I/R; CPI/CPIR/CPD/CPDR пре 4 година
z80_tables.inc.c Implement LD A, I/R; CPI/CPIR/CPD/CPDR пре 4 година