mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-25 16:31:42 +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::CLK | Line::RFSH,
|
||||
Line::RFSH,
|
||||
Line::CLK | Line::RFSH,
|
||||
Line::RFSH,
|
||||
};
|
||||
return states;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user