1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-08-07 23:25:00 +00:00

Corrects too-short buffer.

This commit is contained in:
Thomas Harte
2021-04-08 22:15:03 -04:00
parent 50f53f7d97
commit 29cf80339a

View File

@@ -199,6 +199,8 @@ struct PartialMachineCycle {
Line::RFSH | Line::MREQ,
Line::CLK | Line::RFSH,
Line::RFSH,
Line::CLK | Line::RFSH,
Line::RFSH,
};
return states;
}