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 cbe14eadcd Refactor: pass the entire Config object to the emulator. há 8 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 Clean up and refactor. há 8 anos
config.h Refactor debug logging as distinct from dev build; add tracing. há 8 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 Refactor: pass the entire Config object to the emulator. há 8 anos
emulator.h Refactor: pass the entire Config object to the emulator. há 8 anos
gamegear.c Clean up and refactor. há 8 anos
gamegear.h Clean up and refactor. há 8 anos
io.c Add buggy SDL rendering, background drawing. há 8 anos
io.h Add stubs for PSG. há 8 anos
logging.h Implement more load instructions; bugfixes. há 8 anos
mmu.c Fix bugs in BIT; add trace for IRQ; make MMU mapping logs trace-level. há 8 anos
mmu.h mmu_write_double, stack_push; LD (HL), n; JR; CALL há 8 anos
psg.c Add stubs for PSG. há 8 anos
psg.h Add stubs for PSG. há 8 anos
rom.c Clean up and refactor. há 8 anos
rom.h Clean up and refactor. há 8 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 Clean up and refactor. há 8 anos
vdp.h Clean up and refactor. há 8 anos
version.h Start reorganizing for tests; add cloc.sh; fix version. há 9 anos
z80.c Refactor flag setting code; implement more instructions. há 8 anos
z80.h Fix a bug in VDP control port writes; rename 'last_index' to 'regs.ixy'. há 8 anos
z80_flags.inc.c Implement more instructions, mainly bit-shifting. há 8 anos
z80_ops.inc.c Implement more instructions, mainly bit-shifting. há 8 anos
z80_tables.inc.c Implement more instructions, mainly bit-shifting. há 8 anos