An emulator, assembler, and disassembler for the Sega Game Gear
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
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. 8 лет назад
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 лет назад