An emulator, assembler, and disassembler for the Sega Game Gear
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
Ben Kurtovic c8e102bcf2 More splitting of assembler internals. 9 年前
..
assembler More splitting of assembler internals. 9 年前
assembler.c More splitting of assembler internals. 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 Lots of work on assembler internal structure; refactor. 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 年前