An emulator, assembler, and disassembler for the Sega Game Gear
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
Ben Kurtovic ba701545b2 Fix assembler bug involving extended immediates. 8 anni fa
..
assembler Fix assembler bug involving extended immediates. 8 anni fa
disassembler Fix assembler bug involving extended immediates. 8 anni fa
assembler.c Refactor debug logging as distinct from dev build; add tracing. 8 anni fa
assembler.h More splitting of assembler internals. 9 anni fa
config.c Refactor and improve argument parsing (add support for -abcd) 8 anni fa
config.h Refactor debug logging as distinct from dev build; add tracing. 8 anni fa
disassembler.c Begin work on disassembler; extend tracing. 8 anni fa
disassembler.h Begin work on disassembler; extend tracing. 8 anni fa
gamegear.c Replace OOM checks with light wrappers around allocation functions. 9 anni fa
gamegear.h Stub out MMU functions, opcodes; const fixes. 9 anni fa
iomanager.c Refactor debug logging as distinct from dev build; add tracing. 8 anni fa
iomanager.h Add IOManager, which manages emulation rather than the GG itself. 9 anni fa
logging.h Add color to logs 8 anni fa
mmu.c Implement more load instructions. 8 anni fa
mmu.h Implement more load instructions. 8 anni fa
rom.c Refactor debug logging as distinct from dev build; add tracing. 8 anni fa
rom.h Disallow SMS ROMs for now. 9 anni fa
util.c Finish implementing .define/.undef directives. 9 anni fa
util.h Replace OOM checks with light wrappers around allocation functions. 9 anni fa
util_alloc.h Replace OOM checks with light wrappers around allocation functions. 9 anni fa
version.h Start reorganizing for tests; add cloc.sh; fix version. 9 anni fa
z80.c Implement more load instructions. 8 anni fa
z80.h Refactor debug logging as distinct from dev build; add tracing. 8 anni fa
z80_ops.inc.c Implement more load instructions. 8 anni fa