An emulator, assembler, and disassembler for the Sega Game Gear
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ben Kurtovic 1c35adf276 Finish implementing .define/.undef directives. 9 년 전
..
assembler Finish implementing .define/.undef directives. 9 년 전
assembler.c Make crater be quiet when assembling/disassembling is successful. 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 Finish implementing .define/.undef directives. 9 년 전
util.h Finish implementing .define/.undef directives. 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 년 전