mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-26 15:32:04 +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…
x
Reference in New Issue
Block a user