An emulator, assembler, and disassembler for the Sega Game Gear
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
Ben Kurtovic 40066b06aa Implement header offset check; fix error handling. 9 роки тому
..
assembler Implement header offset check; fix error handling. 9 роки тому
assembler.c Refactor out symbol table init; stop unused arg warnings for stubs. 9 роки тому
assembler.h More splitting of assembler internals. 9 роки тому
config.c Stub out MMU functions, opcodes; const fixes. 9 роки тому
config.h Stub out MMU functions, opcodes; const fixes. 9 роки тому
disassembler.c Start working on assembler. 9 роки тому
disassembler.h Start working on assembler. 9 роки тому
gamegear.c Stub out MMU functions, opcodes; const fixes. 9 роки тому
gamegear.h Stub out MMU functions, opcodes; const fixes. 9 роки тому
iomanager.c Add signal handling, plus basic instruction fetch logic. 9 роки тому
iomanager.h Add IOManager, which manages emulation rather than the GG itself. 9 роки тому
logging.h Rough mockup for error handling. 9 роки тому
mmu.c Implement memory reads, writes. 9 роки тому
mmu.h Implement most MMU functions. 9 роки тому
rom.c Lots of work on assembler internal structure; refactor. 9 роки тому
rom.h More robust checksum code. 9 роки тому
util.c Finish region info parsing. 9 роки тому
util.h Lots of work on assembler internal structure; refactor. 9 роки тому
version.h Update copyright for 2015; makefile updates. 9 роки тому
z80.c Print out decimal register values too; add more tests. 9 роки тому
z80.h Stub out MMU functions, opcodes; const fixes. 9 роки тому
z80_ops.inc.c Rename z80_instructions.inc.c to z80_ops.inc.c 9 роки тому