An emulator, assembler, and disassembler for the Sega Game Gear
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
Ben Kurtovic b57de026e1 Fix bugs involving display blanking/backdrop color há 4 anos
..
assembler Fix a couple assembler bugs involving obscure instructions. há 8 anos
disassembler Simplify and fix index bit instructions in disassembler. há 8 anos
assembler.c Refactor debug logging as distinct from dev build; add tracing. há 8 anos
assembler.h More splitting of assembler internals. há 9 anos
config.c Fix an ASan-reported heap corruption há 4 anos
config.h Use a 8:7 PAR by default há 4 anos
disassembler.c Clean up and refactor. há 8 anos
disassembler.h Work on ROM file (i.e., non-inline) disassembler. há 8 anos
emulator.c Fix bugs involving display blanking/backdrop color há 4 anos
emulator.h Refactor: pass the entire Config object to the emulator. há 8 anos
gamegear.c Add support for BIOS. há 6 anos
gamegear.h Use a 8:7 PAR by default há 4 anos
io.c Add support for BIOS. há 6 anos
io.h Add support for BIOS. há 6 anos
logging.h Implement more load instructions; bugfixes. há 8 anos
mmu.c Add support for BIOS. há 6 anos
mmu.h Add support for BIOS. há 6 anos
psg.c Flesh out system ports; clean up IO; stubs. há 8 anos
psg.h Flesh out system ports; clean up IO; stubs. há 8 anos
rom.c Add support for BIOS. há 6 anos
rom.h Add support for BIOS. há 6 anos
save.c Add support for saved game files for cart RAM (fixes #3) há 6 anos
save.h Add support for saved game files for cart RAM (fixes #3) há 6 anos
util.c Finish implementing .define/.undef directives. há 9 anos
util.h Add VDP register parsing and dumping. há 8 anos
util_alloc.h Replace OOM checks with light wrappers around allocation functions. há 9 anos
vdp.c Fix bugs involving display blanking/backdrop color há 4 anos
vdp.h Add VDP line interrupts; fix bugs; refactor flags. há 8 anos
version.h Start reorganizing for tests; add cloc.sh; fix version. há 9 anos
z80.c CCF, SCF, DAA; bugfixes. há 8 anos
z80.h Flesh out system ports; clean up IO; stubs. há 8 anos
z80_flags.inc.c Implement LD A, I/R; CPI/CPIR/CPD/CPDR há 4 anos
z80_ops.inc.c Implement LD A, I/R; CPI/CPIR/CPD/CPDR há 4 anos
z80_tables.inc.c Implement LD A, I/R; CPI/CPIR/CPD/CPDR há 4 anos