An emulator, assembler, and disassembler for the Sega Game Gear
Você não pode selecionar mais de 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. 8 anos atrás
..
assembler Fix a couple assembler bugs involving obscure instructions. 8 anos atrás
disassembler Simplify and fix index bit instructions in disassembler. 8 anos atrás
assembler.c Refactor debug logging as distinct from dev build; add tracing. 8 anos atrás
assembler.h More splitting of assembler internals. 9 anos atrás
config.c Clean up and refactor. 8 anos atrás
config.h Refactor debug logging as distinct from dev build; add tracing. 8 anos atrás
disassembler.c Clean up and refactor. 8 anos atrás
disassembler.h Work on ROM file (i.e., non-inline) disassembler. 8 anos atrás
emulator.c Refactor: pass the entire Config object to the emulator. 8 anos atrás
emulator.h Refactor: pass the entire Config object to the emulator. 8 anos atrás
gamegear.c Clean up and refactor. 8 anos atrás
gamegear.h Clean up and refactor. 8 anos atrás
io.c Add buggy SDL rendering, background drawing. 8 anos atrás
io.h Add stubs for PSG. 8 anos atrás
logging.h Implement more load instructions; bugfixes. 8 anos atrás
mmu.c Fix bugs in BIT; add trace for IRQ; make MMU mapping logs trace-level. 8 anos atrás
mmu.h mmu_write_double, stack_push; LD (HL), n; JR; CALL 8 anos atrás
psg.c Add stubs for PSG. 8 anos atrás
psg.h Add stubs for PSG. 8 anos atrás
rom.c Clean up and refactor. 8 anos atrás
rom.h Clean up and refactor. 8 anos atrás
util.c Finish implementing .define/.undef directives. 9 anos atrás
util.h Add VDP register parsing and dumping. 8 anos atrás
util_alloc.h Replace OOM checks with light wrappers around allocation functions. 9 anos atrás
vdp.c Clean up and refactor. 8 anos atrás
vdp.h Clean up and refactor. 8 anos atrás
version.h Start reorganizing for tests; add cloc.sh; fix version. 9 anos atrás
z80.c Refactor flag setting code; implement more instructions. 8 anos atrás
z80.h Fix a bug in VDP control port writes; rename 'last_index' to 'regs.ixy'. 8 anos atrás
z80_flags.inc.c Implement more instructions, mainly bit-shifting. 8 anos atrás
z80_ops.inc.c Implement more instructions, mainly bit-shifting. 8 anos atrás
z80_tables.inc.c Implement more instructions, mainly bit-shifting. 8 anos atrás