..
assembler
Fix assembler bugs in "ex af, af'" and "ex (sp), hl".
vor 8 Jahren
disassembler
Fix a broken jump argument; use hex for ports.
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
Refactor and improve argument parsing (add support for -abcd)
vor 8 Jahren
config.h
Refactor debug logging as distinct from dev build; add tracing.
vor 8 Jahren
disassembler.c
(Very basic) working disassembler.
vor 8 Jahren
disassembler.h
Work on ROM file (i.e., non-inline) disassembler.
vor 8 Jahren
gamegear.c
Replace OOM checks with light wrappers around allocation functions.
vor 9 Jahren
gamegear.h
Stub out MMU functions, opcodes; const fixes.
vor 9 Jahren
iomanager.c
Refactor debug logging as distinct from dev build; add tracing.
vor 8 Jahren
iomanager.h
Add IOManager, which manages emulation rather than the GG itself.
vor 9 Jahren
logging.h
Implement more load instructions; bugfixes.
vor 8 Jahren
mmu.c
Store a few extra header fields in the ROM struct; typo fix.
vor 8 Jahren
mmu.h
Implement more load instructions.
vor 8 Jahren
rom.c
Store a few extra header fields in the ROM struct; typo fix.
vor 8 Jahren
rom.h
Store a few extra header fields in the ROM struct; typo fix.
vor 8 Jahren
util.c
Finish implementing .define/.undef directives.
vor 9 Jahren
util.h
Replace OOM checks with light wrappers around allocation functions.
vor 9 Jahren
util_alloc.h
Replace OOM checks with light wrappers around allocation functions.
vor 9 Jahren
version.h
Start reorganizing for tests; add cloc.sh; fix version.
vor 9 Jahren
z80.c
Finish argument immediate decoding.
vor 8 Jahren
z80.h
Don't trace previous instruction multiple times
vor 8 Jahren
z80_ops.inc.c
Implement more load instructions; bugfixes.
vor 8 Jahren