diff --git a/Processors/Z80/Z80.hpp b/Processors/Z80/Z80.hpp index 21ad99563..fd8eaad5d 100644 --- a/Processors/Z80/Z80.hpp +++ b/Processors/Z80/Z80.hpp @@ -199,6 +199,8 @@ struct PartialMachineCycle { Line::RFSH | Line::MREQ, Line::CLK | Line::RFSH, Line::RFSH, + Line::CLK | Line::RFSH, + Line::RFSH, }; return states; }