1
0
mirror of https://github.com/MoleskiCoder/EightBit.git synced 2025-04-09 17:37:45 +00:00

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

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