An emulator, assembler, and disassembler for the Sega Game Gear
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
Ben Kurtovic 274b2eaa93 Stub out MMU functions, opcodes; const fixes. il y a 9 ans
..
assembler.c Stub out assembler/disassembler code. il y a 9 ans
assembler.h Stub out some GG methods; minor cleanup. il y a 9 ans
config.c Stub out MMU functions, opcodes; const fixes. il y a 9 ans
config.h Stub out MMU functions, opcodes; const fixes. il y a 9 ans
disassembler.c Stub out assembler/disassembler code. il y a 9 ans
disassembler.h Stub out some GG methods; minor cleanup. il y a 9 ans
gamegear.c Stub out MMU functions, opcodes; const fixes. il y a 9 ans
gamegear.h Stub out MMU functions, opcodes; const fixes. il y a 9 ans
iomanager.c Add signal handling, plus basic instruction fetch logic. il y a 9 ans
iomanager.h Add IOManager, which manages emulation rather than the GG itself. il y a 9 ans
logging.h Stub out some GG methods; minor cleanup. il y a 9 ans
mmu.c Stub out MMU functions, opcodes; const fixes. il y a 9 ans
mmu.h Stub out MMU functions, opcodes; const fixes. il y a 9 ans
rom.c Also print out reported size in ROM header info. il y a 9 ans
rom.h Stub out some GG methods; minor cleanup. il y a 9 ans
util.c Add proper timing code, etc. il y a 9 ans
util.h Add proper timing code, etc. il y a 9 ans
version.h Update copyright for 2015; makefile updates. il y a 9 ans
z80.c Stub out MMU functions, opcodes; const fixes. il y a 9 ans
z80.h Stub out MMU functions, opcodes; const fixes. il y a 9 ans
z80_instructions.inc Stub out MMU functions, opcodes; const fixes. il y a 9 ans