From 5850cea46e68143be1b4a0a10ee8c2dea17be67a Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 5 Feb 2019 19:29:30 -0800 Subject: Fixed cp ixh in new Z80 core --- z80.cpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/z80.cpu b/z80.cpu index 4742e4a..e31be38 100644 --- a/z80.cpu +++ b/z80.cpu @@ -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 -- cgit v1.2.3