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 9397107e21 Fix MMU mirroring algo, support reading 48 KB ROMs. 9 vuotta sitten
..
assembler More robust labels, implement symbol resolution. 9 vuotta sitten
assembler.c Fix MMU mirroring algo, support reading 48 KB ROMs. 9 vuotta sitten
assembler.h More splitting of assembler internals. 9 vuotta sitten
config.c Doc updates; .s -> .asm. 9 vuotta sitten
config.h Stub out MMU functions, opcodes; const fixes. 9 vuotta sitten
disassembler.c Start working on assembler. 9 vuotta sitten
disassembler.h Start working on assembler. 9 vuotta sitten
gamegear.c Stub out MMU functions, opcodes; const fixes. 9 vuotta sitten
gamegear.h Stub out MMU functions, opcodes; const fixes. 9 vuotta sitten
iomanager.c Add signal handling, plus basic instruction fetch logic. 9 vuotta sitten
iomanager.h Add IOManager, which manages emulation rather than the GG itself. 9 vuotta sitten
logging.h Rough mockup for error handling. 9 vuotta sitten
mmu.c Fix MMU mirroring algo, support reading 48 KB ROMs. 9 vuotta sitten
mmu.h Implement most MMU functions. 9 vuotta sitten
rom.c Fix MMU mirroring algo, support reading 48 KB ROMs. 9 vuotta sitten
rom.h Phase one of tokenizer and data directives. 9 vuotta sitten
util.c Fix MMU mirroring algo, support reading 48 KB ROMs. 9 vuotta sitten
util.h Implement most of resolve_defaults(); fix for declsize default behavior. 9 vuotta sitten
version.h Update copyright for 2015; makefile updates. 9 vuotta sitten
z80.c Print out decimal register values too; add more tests. 9 vuotta sitten
z80.h Stub out MMU functions, opcodes; const fixes. 9 vuotta sitten
z80_ops.inc.c Rename z80_instructions.inc.c to z80_ops.inc.c 9 vuotta sitten