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 9397107e21 Fix MMU mirroring algo, support reading 48 KB ROMs. il y a 9 ans
..
assembler More robust labels, implement symbol resolution. il y a 9 ans
assembler.c Fix MMU mirroring algo, support reading 48 KB ROMs. il y a 9 ans
assembler.h More splitting of assembler internals. il y a 9 ans
config.c Doc updates; .s -> .asm. il y a 9 ans
config.h Stub out MMU functions, opcodes; const fixes. il y a 9 ans
disassembler.c Start working on assembler. il y a 9 ans
disassembler.h Start working on assembler. 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 Rough mockup for error handling. il y a 9 ans
mmu.c Fix MMU mirroring algo, support reading 48 KB ROMs. il y a 9 ans
mmu.h Implement most MMU functions. il y a 9 ans
rom.c Fix MMU mirroring algo, support reading 48 KB ROMs. il y a 9 ans
rom.h Phase one of tokenizer and data directives. il y a 9 ans
util.c Fix MMU mirroring algo, support reading 48 KB ROMs. il y a 9 ans
util.h Implement most of resolve_defaults(); fix for declsize default behavior. il y a 9 ans
version.h Update copyright for 2015; makefile updates. il y a 9 ans
z80.c Print out decimal register values too; add more tests. il y a 9 ans
z80.h Stub out MMU functions, opcodes; const fixes. il y a 9 ans
z80_ops.inc.c Rename z80_instructions.inc.c to z80_ops.inc.c il y a 9 ans