mirror of
https://github.com/TomHarte/CLK.git
synced 2025-12-19 14:18:05 +00:00
Possibly mights the tiniest bit of headway with 'the IWM'.
I'm now pretty sure that my 3.5" drive, which for now is implemented in the IWM (yuck) is just responding to queries incorrectly.
This commit is contained in:
@@ -291,8 +291,9 @@ template <class T, bool dtack_is_implicit, bool signal_will_perform> void Proces
|
||||
#ifdef LOG_TRACE
|
||||
const uint32_t fetched_pc = (program_counter_.full - 4)&0xffffff;
|
||||
|
||||
should_log |= fetched_pc >= 0x417E66;
|
||||
//1300
|
||||
should_log = (fetched_pc >= 0x400D9A) && (fetched_pc <= 0x400EAA);
|
||||
// should_log = (fetched_pc >= 0x400D9A) && (fetched_pc <= 0x400EAA);
|
||||
// == 0x0003ea);
|
||||
// should_log |=
|
||||
// (((program_counter_.full - 4)&0xffffff) == 0x418CDE) || // E_Sony_RdData
|
||||
|
||||
Reference in New Issue
Block a user