An emulator, assembler, and disassembler for the Sega Game Gear
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
Ben Kurtovic c3ab17f18e Add a step() function to reduce repetition in instructions.yml. 9 år sedan
..
assembler Add a step() function to reduce repetition in instructions.yml. 9 år sedan
assembler.c Replace OOM checks with light wrappers around allocation functions. 9 år sedan
assembler.h More splitting of assembler internals. 9 år sedan
config.c Replace OOM checks with light wrappers around allocation functions. 9 år sedan
config.h Stub out MMU functions, opcodes; const fixes. 9 år sedan
disassembler.c Refactor out tokenizer; start implementing paging knowledge. 9 år sedan
disassembler.h Start working on assembler. 9 år sedan
gamegear.c Replace OOM checks with light wrappers around allocation functions. 9 år sedan
gamegear.h Stub out MMU functions, opcodes; const fixes. 9 år sedan
iomanager.c Add signal handling, plus basic instruction fetch logic. 9 år sedan
iomanager.h Add IOManager, which manages emulation rather than the GG itself. 9 år sedan
logging.h Replace OOM checks with light wrappers around allocation functions. 9 år sedan
mmu.c Replace OOM checks with light wrappers around allocation functions. 9 år sedan
mmu.h Replace OOM checks with light wrappers around allocation functions. 9 år sedan
rom.c Replace OOM checks with light wrappers around allocation functions. 9 år sedan
rom.h Disallow SMS ROMs for now. 9 år sedan
util.c Finish implementing .define/.undef directives. 9 år sedan
util.h Replace OOM checks with light wrappers around allocation functions. 9 år sedan
util_alloc.h Replace OOM checks with light wrappers around allocation functions. 9 år sedan
version.h Update copyright for 2015; makefile updates. 9 år sedan
z80.c Split off some of instructions into inst_support; fix z80 errors. 9 år sedan
z80.h Stub out MMU functions, opcodes; const fixes. 9 år sedan
z80_ops.inc.c Use nicer array initializer for Z80 ops. 9 år sedan