1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-16 18:30:32 +00:00

Fix bus data size of MOVE.b xx, -(An).

This commit is contained in:
Thomas Harte 2022-05-25 13:00:36 -04:00
parent a5f2dfbc0c
commit 72425fc2e1

View File

@ -1630,7 +1630,6 @@ void Processor<BusHandler, dtack_is_implicit, permit_overrun, signal_will_perfor
break;
}
SetupDataAccess(0, Microcycle::SelectWord);
SetDataAddress(registers_[8 + instruction_.reg(1)].l);
Access(operand_[1].low);
MoveToStateSpecific(Decode);