29 コミット (a09242ac290d939ccf27885b730e30b5663a7adc)

作成者 SHA1 メッセージ 日付
  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 1efe2b579d Add POP; fix bugs involving relative jumps and 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 deb9943b1c Split off jump table; implement IM and JP nn. 8年前
  Ben Kurtovic ff25c1d436 Nicer bytestring formatting in disassembly. 8年前
  Ben Kurtovic 43e641fabd Finish argument immediate decoding. 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 cf1985bee9 Implement more load instructions. 8年前
  Ben Kurtovic 235e4c7cff Begin work on disassembler; extend tracing. 8年前
  Ben Kurtovic a74c4ab405 Refactor debug logging as distinct from dev build; add tracing. 8年前
  Ben Kurtovic 2e2e5d6216 Split off some of instructions into inst_support; fix z80 errors. 9年前
  Ben Kurtovic e74daecb81 Print out decimal register values too; add more tests. 9年前
  Ben Kurtovic 989d4938af Fix cycle timing. 9年前
  Ben Kurtovic 0a61a4c8b0 Rename z80_instructions.inc.c to z80_ops.inc.c 9年前
  Ben Kurtovic c1f33cd530 Rename .inc to .inc.c; add support to makefile. 9年前
  Ben Kurtovic 03066c54eb Implement INC ss. 9年前
  Ben Kurtovic 8e413e7a5e Start implementing Z80 instructions. 9年前
  Ben Kurtovic fcf8b201cc Increment the R register on memory refresh. 9年前
  Ben Kurtovic 274b2eaa93 Stub out MMU functions, opcodes; const fixes. 9年前
  Ben Kurtovic b21e0ed35a Add full exception handling logic. 9年前
  Ben Kurtovic 443fb46beb Add signal handling, plus basic instruction fetch logic. 9年前
  Ben Kurtovic a202baa3a6 Add proper timing code, etc. 9年前
  Ben Kurtovic 4127f2eb5d Add registers to Z80, plus some skeleton code. 9年前
  Ben Kurtovic f20535c464 Update copyright for 2015; makefile updates. 9年前
  Ben Kurtovic 4ac596fd88 Add to README, finish makefile; project structure. 10年前