.. |
assembler
|
Fix assembler bugs in "ex af, af'" and "ex (sp), hl".
|
пре 8 година |
disassembler
|
Fix a broken jump argument; use hex for ports.
|
пре 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 година |
gamegear.c
|
Replace OOM checks with light wrappers around allocation functions.
|
пре 9 година |
gamegear.h
|
Stub out MMU functions, opcodes; const fixes.
|
пре 9 година |
iomanager.c
|
Refactor debug logging as distinct from dev build; add tracing.
|
пре 8 година |
iomanager.h
|
Add IOManager, which manages emulation rather than the GG itself.
|
пре 9 година |
logging.h
|
Implement more load instructions; bugfixes.
|
пре 8 година |
mmu.c
|
mmu_write_double, stack_push; LD (HL), n; JR; CALL
|
пре 8 година |
mmu.h
|
mmu_write_double, stack_push; LD (HL), n; JR; CALL
|
пре 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
|
Replace OOM checks with light wrappers around allocation functions.
|
пре 9 година |
util_alloc.h
|
Replace OOM checks with light wrappers around allocation functions.
|
пре 9 година |
version.h
|
Start reorganizing for tests; add cloc.sh; fix version.
|
пре 9 година |
z80.c
|
Add POP; fix bugs involving relative jumps and PUSH.
|
пре 8 година |
z80.h
|
Don't trace previous instruction multiple times
|
пре 8 година |
z80_ops.inc.c
|
RET; IN/OUT r/(C), (C)/r; INI/D; INI/DR; OUTI/D; OTI/DR; NOP2
|
пре 8 година |
z80_tables.inc.c
|
RET; IN/OUT r/(C), (C)/r; INI/D; INI/DR; OUTI/D; OTI/DR; NOP2
|
пре 8 година |