mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-25 18:30:21 +00:00
Fixes JSR (An) return address [again].
This commit is contained in:
parent
582e4acc11
commit
be32b1a198
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user