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 4d7dc57061 Implement rom_product() and third-party lookups. 9 年之前
..
assembler Use a max depth for includes rather than trying to detect recursion. 9 年之前
assembler.c Implement serialize_binary() and header writing. 9 年之前
assembler.h More splitting of assembler internals. 9 年之前
config.c Remove NULL checks before free(). 9 年之前
config.h Stub out MMU functions, opcodes; const fixes. 9 年之前
disassembler.c Refactor out tokenizer; start implementing paging knowledge. 9 年之前
disassembler.h Start working on assembler. 9 年之前
gamegear.c Stub out rom_product(); minor tweak. 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 Fix MMU mirroring algo, support reading 48 KB ROMs. 9 年之前
mmu.h Implement most MMU functions. 9 年之前
rom.c Implement rom_product() and third-party lookups. 9 年之前
rom.h Stub out rom_product(); minor tweak. 9 年之前
util.c Implement rom_product() and third-party lookups. 9 年之前
util.h Implement rom_product() and third-party lookups. 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 年之前