An emulator, assembler, and disassembler for the Sega Game Gear
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
Ben Kurtovic b57de026e1 Fix bugs involving display blanking/backdrop color il y a 4 ans
..
assembler Fix a couple assembler bugs involving obscure instructions. il y a 8 ans
disassembler Simplify and fix index bit instructions in disassembler. il y a 8 ans
assembler.c Refactor debug logging as distinct from dev build; add tracing. il y a 8 ans
assembler.h More splitting of assembler internals. il y a 9 ans
config.c Fix an ASan-reported heap corruption il y a 4 ans
config.h Use a 8:7 PAR by default il y a 4 ans
disassembler.c Clean up and refactor. il y a 8 ans
disassembler.h Work on ROM file (i.e., non-inline) disassembler. il y a 8 ans
emulator.c Fix bugs involving display blanking/backdrop color il y a 4 ans
emulator.h Refactor: pass the entire Config object to the emulator. il y a 8 ans
gamegear.c Add support for BIOS. il y a 6 ans
gamegear.h Use a 8:7 PAR by default il y a 4 ans
io.c Add support for BIOS. il y a 6 ans
io.h Add support for BIOS. il y a 6 ans
logging.h Implement more load instructions; bugfixes. il y a 8 ans
mmu.c Add support for BIOS. il y a 6 ans
mmu.h Add support for BIOS. il y a 6 ans
psg.c Flesh out system ports; clean up IO; stubs. il y a 8 ans
psg.h Flesh out system ports; clean up IO; stubs. il y a 8 ans
rom.c Add support for BIOS. il y a 6 ans
rom.h Add support for BIOS. il y a 6 ans
save.c Add support for saved game files for cart RAM (fixes #3) il y a 6 ans
save.h Add support for saved game files for cart RAM (fixes #3) il y a 6 ans
util.c Finish implementing .define/.undef directives. il y a 9 ans
util.h Add VDP register parsing and dumping. il y a 8 ans
util_alloc.h Replace OOM checks with light wrappers around allocation functions. il y a 9 ans
vdp.c Fix bugs involving display blanking/backdrop color il y a 4 ans
vdp.h Add VDP line interrupts; fix bugs; refactor flags. il y a 8 ans
version.h Start reorganizing for tests; add cloc.sh; fix version. il y a 8 ans
z80.c CCF, SCF, DAA; bugfixes. il y a 8 ans
z80.h Flesh out system ports; clean up IO; stubs. il y a 8 ans
z80_flags.inc.c Implement LD A, I/R; CPI/CPIR/CPD/CPDR il y a 4 ans
z80_ops.inc.c Implement LD A, I/R; CPI/CPIR/CPD/CPDR il y a 4 ans
z80_tables.inc.c Implement LD A, I/R; CPI/CPIR/CPD/CPDR il y a 4 ans