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 fb9d6e1b2b Work on ROM file (i.e., non-inline) disassembler. vor 8 Jahren
..
assembler Fix assembler bug involving extended immediates. vor 8 Jahren
disassembler Fill out instruction argument tables. 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 Work on ROM file (i.e., non-inline) disassembler. vor 8 Jahren
disassembler.h Work on ROM file (i.e., non-inline) disassembler. 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 Implement more load instructions; bugfixes. vor 8 Jahren
mmu.c Store a few extra header fields in the ROM struct; typo fix. vor 8 Jahren
mmu.h Implement more load instructions. vor 8 Jahren
rom.c Store a few extra header fields in the ROM struct; typo fix. vor 8 Jahren
rom.h Store a few extra header fields in the ROM struct; typo fix. vor 8 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 Finish argument immediate decoding. vor 8 Jahren
z80.h Don't trace previous instruction multiple times vor 8 Jahren
z80_ops.inc.c Implement more load instructions; bugfixes. vor 8 Jahren