An emulator, assembler, and disassembler for the Sega Game Gear
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
Ben Kurtovic 22a2c432e7 Also print out reported size in ROM header info. 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 proper timing code, etc. 9 年前
gamegear.h Add proper timing code, etc. 9 年前
iomanager.c Exceptions should be errors, not debug messages. 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 proper timing code, etc. 9 年前
z80.h Add proper timing code, etc. 9 年前