1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Reduces debugging shout outs a touch.

This commit is contained in:
Thomas Harte 2021-03-03 20:53:05 -05:00
parent 38046d49aa
commit b72474f418

View File

@ -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;