diff options
author | Michael Pavone <pavone@retrodev.com> | 2019-02-05 19:29:30 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2019-02-05 19:29:30 -0800 |
commit | 5850cea46e68143be1b4a0a10ee8c2dea17be67a (patch) | |
tree | da2d558219210a1cc55d27f293cdc0634b4bc61a /z80.cpu | |
parent | 1f719b8879580586970338e7c96d65910dca02e8 (diff) |
Fixed cp ixh in new Z80 core
Diffstat (limited to 'z80.cpu')
-rw-r--r-- | z80.cpu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1191,7 +1191,7 @@ dd 10111100 cp_ixh local tmp 8 lsr ix 8 tmp mov tmp last_flag_result - cmp last_flag_result a + cmp tmp a update_flags SZHVN1C dd 10111101 cp_ixl |