219 コミット (d6d3b60b3e4373b978bca8ea2322b61154440e07)
 

作成者 SHA1 メッセージ 日付
  Ben Kurtovic d6d3b60b3e Fix a couple assembler bugs involving obscure instructions. 8年前
  Ben Kurtovic 05b0bbe523 Make Z80 register pairs friendlier. Implement more instructions. 8年前
  Ben Kurtovic 42690f9380 Implement more instructions. 8年前
  Ben Kurtovic c14ad04c48 Simplify and fix index bit instructions in disassembler. 8年前
  Ben Kurtovic 34c9e778b5 Add stubs for PSG. 8年前
  Ben Kurtovic 80e361c111 More instructions, mainly index-related; tweaks. 8年前
  Ben Kurtovic df3277a2b6 Fix bugs in BIT; add trace for IRQ; make MMU mapping logs trace-level. 8年前
  Ben Kurtovic 53c0757362 Implement an assorted bunch of instructions. 8年前
  Ben Kurtovic 1b48fbe6a2 Add Z80 INT support and VDP frame interrupts. 8年前
  Ben Kurtovic 1227d7caa5 Add VDP register parsing and dumping. 8年前
  Ben Kurtovic 3b12d5cd12 Refactor emulator control. Add callback for SDL. 8年前
  Ben Kurtovic cbc1d7f02d EX; more bitwise/arithmetic ops; bugfixes. 8年前
  Ben Kurtovic 06b7dfaca3 Implement CRAM, some more loads and arithmetic operations. 8年前
  Ben Kurtovic 1cc4f06b89 LDI; LDD; LDIR; LDDR 8年前
  Ben Kurtovic da5765a3c7 PUSH/POP IX/Y; DJNZ; LD (HL), r 8年前
  Ben Kurtovic 61c104a0f3 Rework timing system for VDP scanlines; flesh out more VDP logic. 8年前
  Ben Kurtovic a09242ac29 Some refactoring wrt I/O; start work on VDP. 8年前
  Ben Kurtovic 3ca7f26aa0 Stub out port reads/writes; RETN; RST. 8年前
  Ben Kurtovic a167e9dcd7 RET; IN/OUT r/(C), (C)/r; INI/D; INI/DR; OUTI/D; OTI/DR; NOP2 8年前
  Ben Kurtovic 1efe2b579d Add POP; fix bugs involving relative jumps and PUSH. 8年前
  Ben Kurtovic 3381c36c89 PUSH 8年前
  Ben Kurtovic 8de5117a49 mmu_write_double, stack_push; LD (HL), n; JR; CALL 8年前
  Ben Kurtovic c2a52194a8 CP, IN, OUT, JP cc; stub out port functions. 8年前
  Ben Kurtovic 7c6d58fd6b XOR r; LD (nn, A) 8年前
  Ben Kurtovic deb9943b1c Split off jump table; implement IM and JP nn. 8年前
  Ben Kurtovic bec5bbc85c Add smart padding for disassembled bytes. 8年前
  Ben Kurtovic ff25c1d436 Nicer bytestring formatting in disassembly. 8年前
  Ben Kurtovic b504b7c888 Include memory addresses in disassembly comments. 8年前
  Ben Kurtovic c53de6f4c5 Fix alignment in disassembler-generated .rom_size directive. 8年前
  Ben Kurtovic 6e69d09d68 Disassemble code in firxt 0x1000 bytes as a test. 8年前
  Ben Kurtovic da2a767459 Fix a broken jump argument; use hex for ports. 8年前
  Ben Kurtovic 1818c1eede Fix assembler bugs in "ex af, af'" and "ex (sp), hl". 8年前
  Ben Kurtovic 0e0c81589f (Very basic) working disassembler. 8年前
  Ben Kurtovic fb9d6e1b2b Work on ROM file (i.e., non-inline) disassembler. 8年前
  Ben Kurtovic 962171b7ee Store a few extra header fields in the ROM struct; typo fix. 8年前
  Ben Kurtovic 4047d6e3f4 Fill out instruction argument tables. 8年前
  Ben Kurtovic 43e641fabd Finish argument immediate decoding. 8年前
  Ben Kurtovic 610f9cf549 Start filling out argument decoder table; make things const. 8年前
  Ben Kurtovic dd83c7bddf Start working on argument disassembler. 8年前
  Ben Kurtovic 89d3d65cde Finish mnemonics; shorten size tables. 8年前
  Ben Kurtovic 643b0184d7 Implement more load instructions; bugfixes. 8年前
  Ben Kurtovic bbb3fc3744 Don't trace previous instruction multiple times 8年前
  Ben Kurtovic 0acd77f6ae Fix shadow registers. 8年前
  Ben Kurtovic 560eceeedf EXX, DI, EI, HALT 8年前
  Ben Kurtovic ba701545b2 Fix assembler bug involving extended immediates. 8年前
  Ben Kurtovic cf1985bee9 Implement more load instructions. 8年前
  Ben Kurtovic 6ba2ec6645 Fill single-opcode mnemonics. 8年前
  Ben Kurtovic 235e4c7cff Begin work on disassembler; extend tracing. 8年前
  Ben Kurtovic 6e6e613dad Refactor and improve argument parsing (add support for -abcd) 8年前
  Ben Kurtovic 1a00100fe6 Add color to logs 8年前