1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-24 12:30:17 +00:00
This commit is contained in:
Thomas Harte 2022-05-22 21:17:28 -04:00
parent 269263eecf
commit c8ede400eb

View File

@ -2015,13 +2015,14 @@ void Processor<BusHandler, dtack_is_implicit, permit_overrun, signal_will_perfor
SetupDataAccess(Microcycle::Read, Microcycle::SelectWord);
SetDataAddress(registers_[15].l);
registers_[15].l += 2;
Access(program_counter_.high);
registers_[15].l += 2;
Access(program_counter_.low);
registers_[15].l += 2;
registers_[15].l -= 4;
Access(temporary_value_.low);
registers_[15].l += 2;
registers_[15].l += 6;
status_.set_status(temporary_value_.w);
Prefetch();