diff z80inst.h @ 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 19b323614309
children d9bf8e61c33c
line wrap: on
line diff
--- a/z80inst.h	Tue Apr 16 09:38:30 2013 -0700
+++ b/z80inst.h	Tue Apr 16 22:29:00 2013 -0700
@@ -78,13 +78,13 @@
 	Z80_E,
 	Z80_H,
 	Z80_L,
-	Z80_A=7,
 	Z80_IXH,
 	Z80_IXL,
 	Z80_IYH,
 	Z80_IYL,
 	Z80_I,
 	Z80_R,
+	Z80_A,
 	Z80_BC,
 	Z80_DE,
 	Z80_HL,