An emulator, assembler, and disassembler for the Sega Game Gear
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
Ben Kurtovic ab3acc4b43 Add add and reti instructions. 9年前
..
assembler Add add and reti instructions. 9年前
assembler.c Implement serialize_binary() and header writing. 9年前
assembler.h More splitting of assembler internals. 9年前
config.c Remove NULL checks before free(). 9年前
config.h Stub out MMU functions, opcodes; const fixes. 9年前
disassembler.c Refactor out tokenizer; start implementing paging knowledge. 9年前
disassembler.h Start working on assembler. 9年前
gamegear.c Stub out rom_product(); minor tweak. 9年前
gamegear.h Stub out MMU functions, opcodes; const fixes. 9年前
iomanager.c Add signal handling, plus basic instruction fetch logic. 9年前
iomanager.h Add IOManager, which manages emulation rather than the GG itself. 9年前
logging.h Rough mockup for error handling. 9年前
mmu.c Fix MMU mirroring algo, support reading 48 KB ROMs. 9年前
mmu.h Implement most MMU functions. 9年前
rom.c Disallow SMS ROMs for now. 9年前
rom.h Disallow SMS ROMs for now. 9年前
util.c Implement rom_product() and third-party lookups. 9年前
util.h Implement rom_product() and third-party lookups. 9年前
version.h Update copyright for 2015; makefile updates. 9年前
z80.c Print out decimal register values too; add more tests. 9年前
z80.h Stub out MMU functions, opcodes; const fixes. 9年前
z80_ops.inc.c Use nicer array initializer for Z80 ops. 9年前