1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Fixes JSR (An) return address [again].

This commit is contained in:
Thomas Harte 2019-04-24 17:50:38 -04:00
parent 582e4acc11
commit be32b1a198

View File

@ -1201,7 +1201,6 @@ template <class T, bool dtack_is_implicit, bool signal_will_perform> void Proces
destination_bus_data_[0].full = program_counter_.full; /* Everything other than (An) */
break;
}
destination_bus_data_[0].full = program_counter_.full;
address_[7].full -= 4;
effective_address_[1].full = address_[7].full;
} break;