ZXS: Decode: Don't skip decoding for dd-prefixed instrs
authorLucian Mogosanu <lucian.mogosanu@gmail.com>
Tue, 23 Dec 2014 17:42:17 +0000 (19:42 +0200)
committerLucian Mogosanu <lucian.mogosanu@gmail.com>
Tue, 23 Dec 2014 17:42:17 +0000 (19:42 +0200)
src/ZXS/Decode.hs

index ddb4dc4..2b00e23 100644 (file)
@@ -206,7 +206,8 @@ decodeDDFD prevb = do
       _     -> do
         rollback
         modifyCPU . flip setPrefixed $ prefixed
-        return NOP -- NONI?
+        decode
+        --return NOP -- NONI?
 
 decodeDDFDCB :: Prefixed -> ZXS Instruction
 decodeDDFDCB pref = do