An emulator, assembler, and disassembler for the Sega Game Gear
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
Ben Kurtovic 13b7b29157 Replace OOM checks with light wrappers around allocation functions. há 9 anos
..
assembler Replace OOM checks with light wrappers around allocation functions. há 9 anos
assembler.c Replace OOM checks with light wrappers around allocation functions. há 9 anos
assembler.h More splitting of assembler internals. há 9 anos
config.c Replace OOM checks with light wrappers around allocation functions. há 9 anos
config.h Stub out MMU functions, opcodes; const fixes. há 9 anos
disassembler.c Refactor out tokenizer; start implementing paging knowledge. há 9 anos
disassembler.h Start working on assembler. há 9 anos
gamegear.c Replace OOM checks with light wrappers around allocation functions. há 9 anos
gamegear.h Stub out MMU functions, opcodes; const fixes. há 9 anos
iomanager.c Add signal handling, plus basic instruction fetch logic. há 9 anos
iomanager.h Add IOManager, which manages emulation rather than the GG itself. há 9 anos
logging.h Replace OOM checks with light wrappers around allocation functions. há 9 anos
mmu.c Replace OOM checks with light wrappers around allocation functions. há 9 anos
mmu.h Replace OOM checks with light wrappers around allocation functions. há 9 anos
rom.c Replace OOM checks with light wrappers around allocation functions. há 9 anos
rom.h Disallow SMS ROMs for now. há 9 anos
util.c Finish implementing .define/.undef directives. há 9 anos
util.h Replace OOM checks with light wrappers around allocation functions. há 9 anos
util_alloc.h Replace OOM checks with light wrappers around allocation functions. há 9 anos
version.h Update copyright for 2015; makefile updates. há 9 anos
z80.c Print out decimal register values too; add more tests. há 9 anos
z80.h Stub out MMU functions, opcodes; const fixes. há 9 anos
z80_ops.inc.c Use nicer array initializer for Z80 ops. há 9 anos