An emulator, assembler, and disassembler for the Sega Game Gear
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ben Kurtovic ba701545b2 Fix assembler bug involving extended immediates. пре 8 година
..
assembler Fix assembler bug involving extended immediates. пре 8 година
disassembler Fix assembler bug involving extended immediates. пре 8 година
assembler.c Refactor debug logging as distinct from dev build; add tracing. пре 8 година
assembler.h More splitting of assembler internals. пре 9 година
config.c Refactor and improve argument parsing (add support for -abcd) пре 8 година
config.h Refactor debug logging as distinct from dev build; add tracing. пре 8 година
disassembler.c Begin work on disassembler; extend tracing. пре 8 година
disassembler.h Begin work on disassembler; extend tracing. пре 8 година
gamegear.c Replace OOM checks with light wrappers around allocation functions. пре 9 година
gamegear.h Stub out MMU functions, opcodes; const fixes. пре 9 година
iomanager.c Refactor debug logging as distinct from dev build; add tracing. пре 8 година
iomanager.h Add IOManager, which manages emulation rather than the GG itself. пре 9 година
logging.h Add color to logs пре 8 година
mmu.c Implement more load instructions. пре 8 година
mmu.h Implement more load instructions. пре 8 година
rom.c Refactor debug logging as distinct from dev build; add tracing. пре 8 година
rom.h Disallow SMS ROMs for now. пре 9 година
util.c Finish implementing .define/.undef directives. пре 9 година
util.h Replace OOM checks with light wrappers around allocation functions. пре 9 година
util_alloc.h Replace OOM checks with light wrappers around allocation functions. пре 9 година
version.h Start reorganizing for tests; add cloc.sh; fix version. пре 9 година
z80.c Implement more load instructions. пре 8 година
z80.h Refactor debug logging as distinct from dev build; add tracing. пре 8 година
z80_ops.inc.c Implement more load instructions. пре 8 година