mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-26 03:29:40 +00:00
Fix bus data size of MOVE.b xx, -(An).
This commit is contained in:
@@ -1630,7 +1630,6 @@ void Processor<BusHandler, dtack_is_implicit, permit_overrun, signal_will_perfor
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
SetupDataAccess(0, Microcycle::SelectWord);
|
|
||||||
SetDataAddress(registers_[8 + instruction_.reg(1)].l);
|
SetDataAddress(registers_[8 + instruction_.reg(1)].l);
|
||||||
Access(operand_[1].low);
|
Access(operand_[1].low);
|
||||||
MoveToStateSpecific(Decode);
|
MoveToStateSpecific(Decode);
|
||||||
|
|||||||
Reference in New Issue
Block a user