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 05c63c3f1c Implement serialize_binary() and header writing. vor 9 Jahren
..
assembler Implement parse_bytes(), bugfixes, improve error messages. vor 9 Jahren
assembler.c Implement serialize_binary() and header writing. vor 9 Jahren
assembler.h More splitting of assembler internals. vor 9 Jahren
config.c Remove NULL checks before free(). 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 Stub out MMU functions, opcodes; const fixes. 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 Rough mockup for error handling. vor 9 Jahren
mmu.c Fix MMU mirroring algo, support reading 48 KB ROMs. vor 9 Jahren
mmu.h Implement most MMU functions. vor 9 Jahren
rom.c Implement serialize_binary() and header writing. vor 9 Jahren
rom.h Implement serialize_binary() and header writing. vor 9 Jahren
util.c Implement serialize_binary() and header writing. vor 9 Jahren
util.h Implement serialize_binary() and header writing. vor 9 Jahren
version.h Update copyright for 2015; makefile updates. vor 9 Jahren
z80.c Print out decimal register values too; add more tests. vor 9 Jahren
z80.h Stub out MMU functions, opcodes; const fixes. vor 9 Jahren
z80_ops.inc.c Rename z80_instructions.inc.c to z80_ops.inc.c vor 9 Jahren