..
assembler
Remove a lot of code duplication.
vor 9 Jahren
assembler.c
Replace OOM checks with light wrappers around allocation functions.
vor 9 Jahren
assembler.h
More splitting of assembler internals.
vor 9 Jahren
config.c
Replace OOM checks with light wrappers around allocation functions.
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
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
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
Replace OOM checks with light wrappers around allocation functions.
vor 9 Jahren
mmu.c
Replace OOM checks with light wrappers around allocation functions.
vor 9 Jahren
mmu.h
Replace OOM checks with light wrappers around allocation functions.
vor 9 Jahren
rom.c
Replace OOM checks with light wrappers around allocation functions.
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
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
Update copyright for 2015; makefile updates.
vor 9 Jahren
z80.c
Split off some of instructions into inst_support; fix z80 errors.
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