An emulator, assembler, and disassembler for the Sega Game Gear
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ben Kurtovic d6d3b60b3e Fix a couple assembler bugs involving obscure instructions. пре 8 година
..
assembler Fix a couple assembler bugs involving obscure instructions. пре 8 година
disassembler Simplify and fix index bit instructions in disassembler. пре 8 година
assembler.c Refactor debug logging as distinct from dev build; add tracing. пре 8 година
assembler.h More splitting of assembler internals. пре 9 година
config.c Refactor and improve argument parsing (add support for -abcd) пре 8 година
config.h Refactor debug logging as distinct from dev build; add tracing. пре 8 година
disassembler.c Add smart padding for disassembled bytes. пре 8 година
disassembler.h Work on ROM file (i.e., non-inline) disassembler. пре 8 година
emulator.c Refactor emulator control. Add callback for SDL. пре 8 година
emulator.h Some refactoring wrt I/O; start work on VDP. пре 8 година
gamegear.c Add stubs for PSG. пре 8 година
gamegear.h Add stubs for PSG. пре 8 година
io.c Add stubs for PSG. пре 8 година
io.h Add stubs for PSG. пре 8 година
logging.h Implement more load instructions; bugfixes. пре 8 година
mmu.c Fix bugs in BIT; add trace for IRQ; make MMU mapping logs trace-level. пре 8 година
mmu.h mmu_write_double, stack_push; LD (HL), n; JR; CALL пре 8 година
psg.c Add stubs for PSG. пре 8 година
psg.h Add stubs for PSG. пре 8 година
rom.c Store a few extra header fields in the ROM struct; typo fix. пре 8 година
rom.h Store a few extra header fields in the ROM struct; typo fix. пре 8 година
util.c Finish implementing .define/.undef directives. пре 9 година
util.h Add VDP register parsing and dumping. пре 8 година
util_alloc.h Replace OOM checks with light wrappers around allocation functions. пре 9 година
vdp.c Add Z80 INT support and VDP frame interrupts. пре 8 година
vdp.h Add Z80 INT support and VDP frame interrupts. пре 8 година
version.h Start reorganizing for tests; add cloc.sh; fix version. пре 9 година
z80.c Make Z80 register pairs friendlier. Implement more instructions. пре 8 година
z80.h Make Z80 register pairs friendlier. Implement more instructions. пре 8 година
z80_ops.inc.c Make Z80 register pairs friendlier. Implement more instructions. пре 8 година
z80_tables.inc.c Make Z80 register pairs friendlier. Implement more instructions. пре 8 година