..
assembler
Fix a couple assembler bugs involving obscure instructions.
vor 8 Jahren
disassembler
Simplify and fix index bit instructions in disassembler.
vor 8 Jahren
assembler.c
Refactor debug logging as distinct from dev build; add tracing.
vor 8 Jahren
assembler.h
More splitting of assembler internals.
vor 9 Jahren
config.c
Minor cleanup; expand docs.
vor 8 Jahren
config.h
Refactor debug logging as distinct from dev build; add tracing.
vor 8 Jahren
disassembler.c
Clean up and refactor.
vor 8 Jahren
disassembler.h
Work on ROM file (i.e., non-inline) disassembler.
vor 8 Jahren
emulator.c
Minor cleanup; expand docs.
vor 8 Jahren
emulator.h
Refactor: pass the entire Config object to the emulator.
vor 8 Jahren
gamegear.c
Add button input; fix background scrolling bug.
vor 8 Jahren
gamegear.h
Add button input; fix background scrolling bug.
vor 8 Jahren
io.c
Add button input; fix background scrolling bug.
vor 8 Jahren
io.h
Add button input; fix background scrolling bug.
vor 8 Jahren
logging.h
Implement more load instructions; bugfixes.
vor 8 Jahren
mmu.c
Fix bugs in BIT; add trace for IRQ; make MMU mapping logs trace-level.
vor 8 Jahren
mmu.h
mmu_write_double, stack_push; LD (HL), n; JR; CALL
vor 8 Jahren
psg.c
Flesh out system ports; clean up IO; stubs.
vor 8 Jahren
psg.h
Flesh out system ports; clean up IO; stubs.
vor 8 Jahren
rom.c
Clean up and refactor.
vor 8 Jahren
rom.h
Clean up and refactor.
vor 8 Jahren
util.c
Finish implementing .define/.undef directives.
vor 9 Jahren
util.h
Add VDP register parsing and dumping.
vor 8 Jahren
util_alloc.h
Replace OOM checks with light wrappers around allocation functions.
vor 9 Jahren
vdp.c
Minor cleanup; expand docs.
vor 8 Jahren
vdp.h
Add VDP line interrupts; fix bugs; refactor flags.
vor 8 Jahren
version.h
Start reorganizing for tests; add cloc.sh; fix version.
vor 9 Jahren
z80.c
CCF, SCF, DAA; bugfixes.
vor 8 Jahren
z80.h
Flesh out system ports; clean up IO; stubs.
vor 8 Jahren
z80_flags.inc.c
Implement RRD/RLD
vor 8 Jahren
z80_ops.inc.c
Fix some broken timing.
vor 8 Jahren
z80_tables.inc.c
Implement RRD/RLD
vor 8 Jahren