An emulator, assembler, and disassembler for the Sega Game Gear
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
Ben Kurtovic e8fe5e4797 Implement some missing graphics features (fixes #4) před 6 roky
..
assembler Fix a couple assembler bugs involving obscure instructions. před 8 roky
disassembler Simplify and fix index bit instructions in disassembler. před 8 roky
assembler.c Refactor debug logging as distinct from dev build; add tracing. před 8 roky
assembler.h More splitting of assembler internals. před 9 roky
config.c Add support for BIOS. před 6 roky
config.h Add support for BIOS. před 6 roky
disassembler.c Clean up and refactor. před 8 roky
disassembler.h Work on ROM file (i.e., non-inline) disassembler. před 8 roky
emulator.c Implement some missing graphics features (fixes #4) před 6 roky
emulator.h Refactor: pass the entire Config object to the emulator. před 8 roky
gamegear.c Add support for BIOS. před 6 roky
gamegear.h Add support for BIOS. před 6 roky
io.c Add support for BIOS. před 6 roky
io.h Add support for BIOS. před 6 roky
logging.h Implement more load instructions; bugfixes. před 8 roky
mmu.c Add support for BIOS. před 6 roky
mmu.h Add support for BIOS. před 6 roky
psg.c Flesh out system ports; clean up IO; stubs. před 8 roky
psg.h Flesh out system ports; clean up IO; stubs. před 8 roky
rom.c Add support for BIOS. před 6 roky
rom.h Add support for BIOS. před 6 roky
save.c Add support for saved game files for cart RAM (fixes #3) před 6 roky
save.h Add support for saved game files for cart RAM (fixes #3) před 6 roky
util.c Finish implementing .define/.undef directives. před 9 roky
util.h Add VDP register parsing and dumping. před 8 roky
util_alloc.h Replace OOM checks with light wrappers around allocation functions. před 9 roky
vdp.c Implement some missing graphics features (fixes #4) před 6 roky
vdp.h Add VDP line interrupts; fix bugs; refactor flags. před 8 roky
version.h Start reorganizing for tests; add cloc.sh; fix version. před 9 roky
z80.c CCF, SCF, DAA; bugfixes. před 8 roky
z80.h Flesh out system ports; clean up IO; stubs. před 8 roky
z80_flags.inc.c Implement RRD/RLD před 8 roky
z80_ops.inc.c Fix some broken timing. před 8 roky
z80_tables.inc.c Implement RRD/RLD před 8 roky