An emulator, assembler, and disassembler for the Sega Game Gear
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
Ben Kurtovic 49237080a2 Start reorganizing for tests; add cloc.sh; fix version. il y a 9 ans
..
assembler Remove unnecessary arg from _call_args(). il y a 9 ans
assembler.c Replace OOM checks with light wrappers around allocation functions. il y a 9 ans
assembler.h More splitting of assembler internals. il y a 9 ans
config.c Replace OOM checks with light wrappers around allocation functions. il y a 9 ans
config.h Stub out MMU functions, opcodes; const fixes. il y a 9 ans
disassembler.c Refactor out tokenizer; start implementing paging knowledge. il y a 9 ans
disassembler.h Start working on assembler. il y a 9 ans
gamegear.c Replace OOM checks with light wrappers around allocation functions. il y a 9 ans
gamegear.h Stub out MMU functions, opcodes; const fixes. il y a 9 ans
iomanager.c Add signal handling, plus basic instruction fetch logic. il y a 9 ans
iomanager.h Add IOManager, which manages emulation rather than the GG itself. il y a 9 ans
logging.h Replace OOM checks with light wrappers around allocation functions. il y a 9 ans
mmu.c Replace OOM checks with light wrappers around allocation functions. il y a 9 ans
mmu.h Replace OOM checks with light wrappers around allocation functions. il y a 9 ans
rom.c Replace OOM checks with light wrappers around allocation functions. il y a 9 ans
rom.h Disallow SMS ROMs for now. il y a 9 ans
util.c Finish implementing .define/.undef directives. il y a 9 ans
util.h Replace OOM checks with light wrappers around allocation functions. il y a 9 ans
util_alloc.h Replace OOM checks with light wrappers around allocation functions. il y a 9 ans
version.h Start reorganizing for tests; add cloc.sh; fix version. il y a 9 ans
z80.c Split off some of instructions into inst_support; fix z80 errors. il y a 9 ans
z80.h Stub out MMU functions, opcodes; const fixes. il y a 9 ans
z80_ops.inc.c Use nicer array initializer for Z80 ops. il y a 9 ans