..
assembler
Alphabetize instructions; add ADC.
vor 9 Jahren
assembler.c
Make crater be quiet when assembling/disassembling is successful.
vor 9 Jahren
assembler.h
More splitting of assembler internals.
vor 9 Jahren
config.c
Remove NULL checks before free().
vor 9 Jahren
config.h
Stub out MMU functions, opcodes; const fixes.
vor 9 Jahren
disassembler.c
Refactor out tokenizer; start implementing paging knowledge.
vor 9 Jahren
disassembler.h
Start working on assembler.
vor 9 Jahren
gamegear.c
Stub out rom_product(); minor tweak.
vor 9 Jahren
gamegear.h
Stub out MMU functions, opcodes; const fixes.
vor 9 Jahren
iomanager.c
Add signal handling, plus basic instruction fetch logic.
vor 9 Jahren
iomanager.h
Add IOManager, which manages emulation rather than the GG itself.
vor 9 Jahren
logging.h
Rough mockup for error handling.
vor 9 Jahren
mmu.c
Fix MMU mirroring algo, support reading 48 KB ROMs.
vor 9 Jahren
mmu.h
Implement most MMU functions.
vor 9 Jahren
rom.c
Disallow SMS ROMs for now.
vor 9 Jahren
rom.h
Disallow SMS ROMs for now.
vor 9 Jahren
util.c
Finish implementing .define/.undef directives.
vor 9 Jahren
util.h
Finish implementing .define/.undef directives.
vor 9 Jahren
version.h
Update copyright for 2015; makefile updates.
vor 9 Jahren
z80.c
Print out decimal register values too; add more tests.
vor 9 Jahren
z80.h
Stub out MMU functions, opcodes; const fixes.
vor 9 Jahren
z80_ops.inc.c
Use nicer array initializer for Z80 ops.
vor 9 Jahren