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 b21e0ed35a Add full exception handling logic. 9 年之前
..
assembler.c Stub out assembler/disassembler code. 9 年之前
assembler.h Stub out some GG methods; minor cleanup. 9 年之前
config.c Add registers to Z80, plus some skeleton code. 9 年之前
config.h Add registers to Z80, plus some skeleton code. 9 年之前
disassembler.c Stub out assembler/disassembler code. 9 年之前
disassembler.h Stub out some GG methods; minor cleanup. 9 年之前
gamegear.c Add full exception handling logic. 9 年之前
gamegear.h Add full exception handling logic. 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 Stub out some GG methods; minor cleanup. 9 年之前
mmu.c Add registers to Z80, plus some skeleton code. 9 年之前
mmu.h Add registers to Z80, plus some skeleton code. 9 年之前
rom.c Also print out reported size in ROM header info. 9 年之前
rom.h Stub out some GG methods; minor cleanup. 9 年之前
util.c Add proper timing code, etc. 9 年之前
util.h Add proper timing code, etc. 9 年之前
version.h Update copyright for 2015; makefile updates. 9 年之前
z80.c Add full exception handling logic. 9 年之前
z80.h Add full exception handling logic. 9 年之前
z80_instructions.inc Add full exception handling logic. 9 年之前