diff z80inst.c @ 213:4d4559b04c59

Make reset trigger debug exit to make it easier to test the same cases in blastem and musashi. Fix asl #1 overflow flag.
author Mike Pavone <pavone@retrodev.com>
date Tue, 16 Apr 2013 22:29:00 -0700
parents 807ca611b561
children d9bf8e61c33c
line wrap: on
line diff
--- a/z80inst.c	Tue Apr 16 09:38:30 2013 -0700
+++ b/z80inst.c	Tue Apr 16 22:29:00 2013 -0700
@@ -1118,7 +1118,9 @@
 	NOP2,
 	NOP2,
 	NOP2,
-	NOP2
+	//TODO: Enable this based on a define
+	{Z80_NOP, Z80_UNUSED, Z80_UNUSED, Z80_UNUSED, 42}
+	//NOP2
 };
 
 #define SHIFT_BLOCK_IY(op) \
@@ -1342,14 +1344,13 @@
 	"e",
 	"h",
 	"l",
-	"",
-	"a",
 	"ixh",
 	"ixl",
 	"iyh",
 	"iyl",
 	"i",
 	"r",
+	"a",
 	"bc",
 	"de",
 	"hl",