An emulator, assembler, and disassembler for the Sega Game Gear
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ben Kurtovic d9e1020d74 Typedef rather than macro for func ptr. 9 jaren geleden
..
assembler Typedef rather than macro for func ptr. 9 jaren geleden
assembler.c Implement serialize_binary() and header writing. 9 jaren geleden
assembler.h More splitting of assembler internals. 9 jaren geleden
config.c Remove NULL checks before free(). 9 jaren geleden
config.h Stub out MMU functions, opcodes; const fixes. 9 jaren geleden
disassembler.c Refactor out tokenizer; start implementing paging knowledge. 9 jaren geleden
disassembler.h Start working on assembler. 9 jaren geleden
gamegear.c Stub out rom_product(); minor tweak. 9 jaren geleden
gamegear.h Stub out MMU functions, opcodes; const fixes. 9 jaren geleden
iomanager.c Add signal handling, plus basic instruction fetch logic. 9 jaren geleden
iomanager.h Add IOManager, which manages emulation rather than the GG itself. 9 jaren geleden
logging.h Rough mockup for error handling. 9 jaren geleden
mmu.c Fix MMU mirroring algo, support reading 48 KB ROMs. 9 jaren geleden
mmu.h Implement most MMU functions. 9 jaren geleden
rom.c Implement rom_product() and third-party lookups. 9 jaren geleden
rom.h Stub out rom_product(); minor tweak. 9 jaren geleden
util.c Implement rom_product() and third-party lookups. 9 jaren geleden
util.h Implement rom_product() and third-party lookups. 9 jaren geleden
version.h Update copyright for 2015; makefile updates. 9 jaren geleden
z80.c Print out decimal register values too; add more tests. 9 jaren geleden
z80.h Stub out MMU functions, opcodes; const fixes. 9 jaren geleden
z80_ops.inc.c Rename z80_instructions.inc.c to z80_ops.inc.c 9 jaren geleden