log z80inst.c @ 2496:187bc857a76a default tip

age author description
Mon, 06 Nov 2023 22:41:33 -0800 Michael Pavone Refactor debugger a bit. Allow types other than integers to be passed in expressions and stored in arrays. Better namespace support
Fri, 03 Apr 2020 23:49:07 -0700 Michael Pavone Z80 HALT isn't really terminal. Fixes bug in Z80 disassembler
Sun, 08 Jan 2017 00:30:48 -0800 Michael Pavone Fix decoding of undocumented Z80 instruction out (c), 0
Mon, 25 Jul 2016 23:16:04 -0700 Michael Pavone Properly handle redundant prefixes
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