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 989d4938af Fix cycle timing. 9 years ago
..
assembler.c Stub out assembler/disassembler code. 9 years ago
assembler.h Stub out some GG methods; minor cleanup. 9 years ago
config.c Stub out MMU functions, opcodes; const fixes. 9 years ago
config.h Stub out MMU functions, opcodes; const fixes. 9 years ago
disassembler.c Stub out assembler/disassembler code. 9 years ago
disassembler.h Stub out some GG methods; minor cleanup. 9 years ago
gamegear.c Stub out MMU functions, opcodes; const fixes. 9 years ago
gamegear.h Stub out MMU functions, opcodes; const fixes. 9 years ago
iomanager.c Add signal handling, plus basic instruction fetch logic. 9 years ago
iomanager.h Add IOManager, which manages emulation rather than the GG itself. 9 years ago
logging.h Stub out some GG methods; minor cleanup. 9 years ago
mmu.c Implement memory reads, writes. 9 years ago
mmu.h Implement most MMU functions. 9 years ago
rom.c Also print out reported size in ROM header info. 9 years ago
rom.h Stub out some GG methods; minor cleanup. 9 years ago
util.c Add proper timing code, etc. 9 years ago
util.h Add proper timing code, etc. 9 years ago
version.h Update copyright for 2015; makefile updates. 9 years ago
z80.c Fix cycle timing. 9 years ago
z80.h Stub out MMU functions, opcodes; const fixes. 9 years ago
z80_ops.inc.c Rename z80_instructions.inc.c to z80_ops.inc.c 9 years ago