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 fdd8bb9e8a Pass argparse args as a struct to make keeping track of deftabs easier. преди 9 години
..
assembler Pass argparse args as a struct to make keeping track of deftabs easier. преди 9 години
assembler.c Implement serialize_binary() and header writing. преди 9 години
assembler.h More splitting of assembler internals. преди 9 години
config.c Remove NULL checks before free(). преди 9 години
config.h Stub out MMU functions, opcodes; const fixes. преди 9 години
disassembler.c Refactor out tokenizer; start implementing paging knowledge. преди 9 години
disassembler.h Start working on assembler. преди 9 години
gamegear.c Stub out rom_product(); minor tweak. преди 9 години
gamegear.h Stub out MMU functions, opcodes; const fixes. преди 9 години
iomanager.c Add signal handling, plus basic instruction fetch logic. преди 9 години
iomanager.h Add IOManager, which manages emulation rather than the GG itself. преди 9 години
logging.h Rough mockup for error handling. преди 9 години
mmu.c Fix MMU mirroring algo, support reading 48 KB ROMs. преди 9 години
mmu.h Implement most MMU functions. преди 9 години
rom.c Disallow SMS ROMs for now. преди 9 години
rom.h Disallow SMS ROMs for now. преди 9 години
util.c Implement rom_product() and third-party lookups. преди 9 години
util.h Implement rom_product() and third-party lookups. преди 9 години
version.h Update copyright for 2015; makefile updates. преди 9 години
z80.c Print out decimal register values too; add more tests. преди 9 години
z80.h Stub out MMU functions, opcodes; const fixes. преди 9 години
z80_ops.inc.c Use nicer array initializer for Z80 ops. преди 9 години