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 49237080a2 Start reorganizing for tests; add cloc.sh; fix version. vor 9 Jahren
..
assembler Remove unnecessary arg from _call_args(). vor 9 Jahren
assembler.c Replace OOM checks with light wrappers around allocation functions. vor 9 Jahren
assembler.h More splitting of assembler internals. vor 9 Jahren
config.c Replace OOM checks with light wrappers around allocation functions. vor 9 Jahren
config.h Stub out MMU functions, opcodes; const fixes. vor 9 Jahren
disassembler.c Refactor out tokenizer; start implementing paging knowledge. vor 9 Jahren
disassembler.h Start working on assembler. vor 9 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 Add signal handling, plus basic instruction fetch logic. vor 9 Jahren
iomanager.h Add IOManager, which manages emulation rather than the GG itself. vor 9 Jahren
logging.h Replace OOM checks with light wrappers around allocation functions. vor 9 Jahren
mmu.c Replace OOM checks with light wrappers around allocation functions. vor 9 Jahren
mmu.h Replace OOM checks with light wrappers around allocation functions. vor 9 Jahren
rom.c Replace OOM checks with light wrappers around allocation functions. vor 9 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 Split off some of instructions into inst_support; fix z80 errors. vor 9 Jahren
z80.h Stub out MMU functions, opcodes; const fixes. vor 9 Jahren
z80_ops.inc.c Use nicer array initializer for Z80 ops. vor 9 Jahren