Whoops: missed power on state of the "RFRSH" pin.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2019-11-19 23:06:08 +00:00
parent cb502bd65d
commit 98d9199f19

View File

@ -9,6 +9,7 @@ EightBit::Z80::Z80(Bus& bus, InputOutput& ports)
RaisedPOWER.connect([this](EventArgs) {
raiseM1();
raiseRFSH();
raiseIORQ();
raiseMREQ();
raiseRD();