mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +00:00
Throws some extra logging into place, to test the IWM changeover.
This commit is contained in:
parent
d1d0430fce
commit
2ccb564a7b
@ -23,7 +23,7 @@
|
||||
|
||||
#include "../../../Inputs/QuadratureMouse/QuadratureMouse.hpp"
|
||||
|
||||
//#define LOG_TRACE
|
||||
#define LOG_TRACE
|
||||
|
||||
#include "../../../Components/6522/6522.hpp"
|
||||
#include "../../../Components/8530/z8530.hpp"
|
||||
|
@ -309,7 +309,7 @@ template <class T, bool dtack_is_implicit, bool signal_will_perform> void Proces
|
||||
const uint32_t fetched_pc = (program_counter_.full - 4)&0xffffff;
|
||||
|
||||
// should_log |= fetched_pc == 0x6d9c;
|
||||
should_log = fetched_pc < 0x400000;// || (fetched_pc >= 0x401A42 && fetched_pc <= 0x401A82);
|
||||
should_log = (fetched_pc >= 0x4006F4 && fetched_pc <= 0x4007CE);
|
||||
// should_log |= fetched_pc == 0x4012A2;
|
||||
// should_log &= fetched_pc != 0x4012AE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user