projects
/
z80.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd153b9
)
ZXS: Decode: Don't skip decoding for dd-prefixed instrs
author
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Tue, 23 Dec 2014 17:42:17 +0000
(19:42 +0200)
committer
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Tue, 23 Dec 2014 17:42:17 +0000
(19:42 +0200)
src/ZXS/Decode.hs
patch
|
blob
|
history
diff --git
a/src/ZXS/Decode.hs
b/src/ZXS/Decode.hs
index
ddb4dc4
..
2b00e23
100644
(file)
--- a/
src/ZXS/Decode.hs
+++ b/
src/ZXS/Decode.hs
@@
-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