diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-04-16 22:29:00 -0700 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-04-16 22:29:00 -0700 |
commit | 9d263ae4d5ae12022177b4dda9120c88b20604df (patch) | |
tree | f2e177496bae97b9fa1b9cf02875e2e5b5b39aef /z80inst.h | |
parent | 5b8b2105a5ebee2f9d272c06ba129c7f1fbb8922 (diff) |
Make reset trigger debug exit to make it easier to test the same cases in blastem and musashi. Fix asl #1 overflow flag.
Diffstat (limited to 'z80inst.h')
-rw-r--r-- | z80inst.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |