mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-15 05:31:30 +00:00
Reduces debugging shout outs a touch.
This commit is contained in:
parent
38046d49aa
commit
b72474f418
@ -990,8 +990,8 @@ class ConcreteMachine:
|
||||
|
||||
|
||||
if(operation == CPU::WDC65816::BusOperation::ReadOpcode) {
|
||||
log |= address == 0x01f1bd; // RTL goes to 01f1c1 (as 01f1c0 is on the stack).
|
||||
log &= address != 0x01f1c1;
|
||||
// log |= address == 0x01f1bd; // RTL goes to 01f1c1 (as 01f1c0 is on the stack).
|
||||
// log &= address != 0x01f1c1;
|
||||
// log |= address == 0xfc0fa6;
|
||||
// log &= address != 0xfc0fa8;
|
||||
// log |= address == 0xfc01ba;
|
||||
|
Loading…
x
Reference in New Issue
Block a user