log z80inst.c @ 1021:4a92889e2889 v0.4.0

age author description
Tue, 16 Dec 2014 01:10:54 -0800 Michael Pavone Fix flags for rra, rrca, rla and rlca. Fix timing for rr, rrc, rl and rlc when using IX or IY. Fix access to I and R registers (R still needs to be made 7-bit though). Fix flags for ld a, i. The fix for access to I fixes PCM playback in Titan Overdrive and music playback in Crackdown.
Tue, 10 Sep 2013 23:31:08 -0700 Mike Pavone Added copyright notice to source files and added GPL license text in COPYING
Thu, 09 May 2013 19:38:28 -0700 Mike Pavone Show absolute addresses for JR, JRCC and DJNZ in Z80 disassembler
Thu, 09 May 2013 19:24:18 -0700 Mike Pavone Fix terminal instruction detection in disassembler
Wed, 08 May 2013 22:43:31 -0700 Mike Pavone Fix printing of negative displacements in Z80 disassembler
Wed, 08 May 2013 14:40:48 -0700 Mike Pavone Added z80 test generator and z80 test runner.
Fri, 03 May 2013 20:15:23 -0700 Mike Pavone Use hex where appropriate in disassembler
Thu, 02 May 2013 22:18:33 -0700 Mike Pavone Fix decoding of CP.
Mon, 29 Apr 2013 22:58:45 -0700 Mike Pavone Fix decoding of address in JP and JPCC instructions in the Z80 core
Sun, 28 Apr 2013 22:41:30 -0700 Mike Pavone Implement rotation and bit set/reset instructions (untested).
Thu, 25 Apr 2013 21:01:11 -0700 Mike Pavone Get Z80 core working for simple programs
Tue, 16 Apr 2013 22:29:00 -0700 Mike Pavone Make reset trigger debug exit to make it easier to test the same cases in blastem and musashi. Fix asl #1 overflow flag.
Wed, 23 Jan 2013 21:54:58 -0800 Mike Pavone Add support for IY bit instructions to decoder
Wed, 23 Jan 2013 21:50:54 -0800 Mike Pavone Add support for IX bit instructions to decoder
Tue, 22 Jan 2013 20:24:14 -0800 Mike Pavone Add support for 2-byte IY instructions to decoder
Tue, 22 Jan 2013 20:21:05 -0800 Mike Pavone Add support for 2-byte IX instructions to decoder
Mon, 21 Jan 2013 21:59:09 -0800 Mike Pavone Distinguish between 1-byte and 2-byte NOPs
Mon, 21 Jan 2013 21:17:52 -0800 Mike Pavone Add support for bit instructions to decoder
Sun, 20 Jan 2013 21:32:13 -0800 Mike Pavone Add support for EXTD group 2-byte Z80 instructions in decoder
Sun, 20 Jan 2013 19:11:24 -0800 Mike Pavone Add initial stab at Z80 decoder and disassembler