mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Corrects too-short buffer.
This commit is contained in:
parent
50f53f7d97
commit
29cf80339a
@ -199,6 +199,8 @@ struct PartialMachineCycle {
|
|||||||
Line::RFSH | Line::MREQ,
|
Line::RFSH | Line::MREQ,
|
||||||
Line::CLK | Line::RFSH,
|
Line::CLK | Line::RFSH,
|
||||||
Line::RFSH,
|
Line::RFSH,
|
||||||
|
Line::CLK | Line::RFSH,
|
||||||
|
Line::RFSH,
|
||||||
};
|
};
|
||||||
return states;
|
return states;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user