From 9d263ae4d5ae12022177b4dda9120c88b20604df Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Tue, 16 Apr 2013 22:29:00 -0700 Subject: Make reset trigger debug exit to make it easier to test the same cases in blastem and musashi. Fix asl #1 overflow flag. --- z80inst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'z80inst.h') diff --git a/z80inst.h b/z80inst.h index 67c41d5..fc7b2c1 100644 --- a/z80inst.h +++ b/z80inst.h @@ -78,13 +78,13 @@ enum { 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, -- cgit v1.2.3