log z80inst.c @ 292:b970ea214ecb

age author description
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.