An emulator, assembler, and disassembler for the Sega Game Gear
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
Ben Kurtovic d6d3b60b3e Fix a couple assembler bugs involving obscure instructions. il y a 8 ans
..
assembler Fix a couple assembler bugs involving obscure instructions. il y a 8 ans
disassembler Simplify and fix index bit instructions in disassembler. il y a 8 ans
assembler.c Refactor debug logging as distinct from dev build; add tracing. il y a 8 ans
assembler.h More splitting of assembler internals. il y a 9 ans
config.c Refactor and improve argument parsing (add support for -abcd) il y a 8 ans
config.h Refactor debug logging as distinct from dev build; add tracing. il y a 8 ans
disassembler.c Add smart padding for disassembled bytes. il y a 8 ans
disassembler.h Work on ROM file (i.e., non-inline) disassembler. il y a 8 ans
emulator.c Refactor emulator control. Add callback for SDL. il y a 8 ans
emulator.h Some refactoring wrt I/O; start work on VDP. il y a 8 ans
gamegear.c Add stubs for PSG. il y a 8 ans
gamegear.h Add stubs for PSG. il y a 8 ans
io.c Add stubs for PSG. il y a 8 ans
io.h Add stubs for PSG. il y a 8 ans
logging.h Implement more load instructions; bugfixes. il y a 8 ans
mmu.c Fix bugs in BIT; add trace for IRQ; make MMU mapping logs trace-level. il y a 8 ans
mmu.h mmu_write_double, stack_push; LD (HL), n; JR; CALL il y a 8 ans
psg.c Add stubs for PSG. il y a 8 ans
psg.h Add stubs for PSG. il y a 8 ans
rom.c Store a few extra header fields in the ROM struct; typo fix. il y a 8 ans
rom.h Store a few extra header fields in the ROM struct; typo fix. il y a 8 ans
util.c Finish implementing .define/.undef directives. il y a 9 ans
util.h Add VDP register parsing and dumping. il y a 8 ans
util_alloc.h Replace OOM checks with light wrappers around allocation functions. il y a 9 ans
vdp.c Add Z80 INT support and VDP frame interrupts. il y a 8 ans
vdp.h Add Z80 INT support and VDP frame interrupts. il y a 8 ans
version.h Start reorganizing for tests; add cloc.sh; fix version. il y a 9 ans
z80.c Make Z80 register pairs friendlier. Implement more instructions. il y a 8 ans
z80.h Make Z80 register pairs friendlier. Implement more instructions. il y a 8 ans
z80_ops.inc.c Make Z80 register pairs friendlier. Implement more instructions. il y a 8 ans
z80_tables.inc.c Make Z80 register pairs friendlier. Implement more instructions. il y a 8 ans