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 0999915c40 Fully support labels on the same line as other instructions. 9 jaren geleden
..
assembler Fully support labels on the same line as other instructions. 9 jaren geleden
assembler.c Remove .align directive; add ASMData type. 9 jaren geleden
assembler.h More splitting of assembler internals. 9 jaren geleden
config.c Stub out MMU functions, opcodes; const fixes. 9 jaren geleden
config.h Stub out MMU functions, opcodes; const fixes. 9 jaren geleden
disassembler.c Start working on assembler. 9 jaren geleden
disassembler.h Start working on assembler. 9 jaren geleden
gamegear.c Stub out MMU functions, opcodes; const fixes. 9 jaren geleden
gamegear.h Stub out MMU functions, opcodes; const fixes. 9 jaren geleden
iomanager.c Add signal handling, plus basic instruction fetch logic. 9 jaren geleden
iomanager.h Add IOManager, which manages emulation rather than the GG itself. 9 jaren geleden
logging.h Rough mockup for error handling. 9 jaren geleden
mmu.c Implement memory reads, writes. 9 jaren geleden
mmu.h Implement most MMU functions. 9 jaren geleden
rom.c Finish preprocessor. 9 jaren geleden
rom.h Phase one of tokenizer and data directives. 9 jaren geleden
util.c Implement most of resolve_defaults(); fix for declsize default behavior. 9 jaren geleden
util.h Implement most of resolve_defaults(); fix for declsize default behavior. 9 jaren geleden
version.h Update copyright for 2015; makefile updates. 9 jaren geleden
z80.c Print out decimal register values too; add more tests. 9 jaren geleden
z80.h Stub out MMU functions, opcodes; const fixes. 9 jaren geleden
z80_ops.inc.c Rename z80_instructions.inc.c to z80_ops.inc.c 9 jaren geleden