log zruntime.S @ 507:cc6030bd04c6

age author description
Tue, 28 Jan 2014 08:36:06 -0800 Michael Pavone Add 3 wait states to Z80 access to bank area since that seems to be roughly the average in normal usage
Fri, 26 Jul 2013 19:55:04 -0700 Mike Pavone Added support for saving savestates. Added gst savestate format test harness
Sun, 09 Jun 2013 02:38:56 -0700 Mike Pavone Fix address adjustement in z80_retrans_stub
Sat, 08 Jun 2013 11:31:52 -0700 Mike Pavone Use a call instruction to figure out the original native address when retranslating so that it does not get lost when the byte transforms from a instruction word to extension word
Sun, 02 Jun 2013 21:38:18 -0700 Mike Pavone Clear IFF1 and IFF2 when an interrupt is taken on the Z80
Fri, 24 May 2013 00:26:27 -0700 Mike Pavone Allow VDP/PSG writes from Z80
Tue, 14 May 2013 21:59:56 -0700 Mike Pavone Some Z80 interrupt fixes