An emulator, assembler, and disassembler for the Sega Game Gear
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
Ben Kurtovic ba701545b2 Fix assembler bug involving extended immediates. vor 8 Jahren
..
assembler Fix assembler bug involving extended immediates. vor 8 Jahren
disassembler Fix assembler bug involving extended immediates. vor 8 Jahren
assembler.c Refactor debug logging as distinct from dev build; add tracing. vor 8 Jahren
assembler.h More splitting of assembler internals. vor 9 Jahren
config.c Refactor and improve argument parsing (add support for -abcd) vor 8 Jahren
config.h Refactor debug logging as distinct from dev build; add tracing. vor 8 Jahren
disassembler.c Begin work on disassembler; extend tracing. vor 8 Jahren
disassembler.h Begin work on disassembler; extend tracing. vor 8 Jahren
gamegear.c Replace OOM checks with light wrappers around allocation functions. vor 9 Jahren
gamegear.h Stub out MMU functions, opcodes; const fixes. vor 9 Jahren
iomanager.c Refactor debug logging as distinct from dev build; add tracing. vor 8 Jahren
iomanager.h Add IOManager, which manages emulation rather than the GG itself. vor 9 Jahren
logging.h Add color to logs vor 8 Jahren
mmu.c Implement more load instructions. vor 8 Jahren
mmu.h Implement more load instructions. vor 8 Jahren
rom.c Refactor debug logging as distinct from dev build; add tracing. vor 8 Jahren
rom.h Disallow SMS ROMs for now. vor 9 Jahren
util.c Finish implementing .define/.undef directives. vor 9 Jahren
util.h Replace OOM checks with light wrappers around allocation functions. vor 9 Jahren
util_alloc.h Replace OOM checks with light wrappers around allocation functions. vor 9 Jahren
version.h Start reorganizing for tests; add cloc.sh; fix version. vor 9 Jahren
z80.c Implement more load instructions. vor 8 Jahren
z80.h Refactor debug logging as distinct from dev build; add tracing. vor 8 Jahren
z80_ops.inc.c Implement more load instructions. vor 8 Jahren