cacheHit 112 src/dps8/doAppendCycleInstructionFetch.h bool cacheHit; cacheHit 113 src/dps8/doAppendCycleInstructionFetch.h cacheHit = false; // Assume skip... cacheHit 148 src/dps8/doAppendCycleInstructionFetch.h cacheHit = ucCacheCheck (this, cpu.TPR.TSR, cpu.TPR.CA, & cachedBound, & cachedP, & cachedAddress, & cachedR1, & cachedPaged); cacheHit 529 src/dps8/doAppendCycleInstructionFetch.h if (cacheHit) { cacheHit 566 src/dps8/doAppendCycleInstructionFetch.h if (cacheHit) { cacheHit 93 src/dps8/doAppendCycleOperandRead.h bool cacheHit; cacheHit 94 src/dps8/doAppendCycleOperandRead.h cacheHit = false; // Assume skip... cacheHit 137 src/dps8/doAppendCycleOperandRead.h cacheHit = ucCacheCheck (this, cpu.TPR.TSR, cpu.TPR.CA, & cachedBound, & cachedP, & cachedAddress, & cachedR1, & cachedPaged); cacheHit 139 src/dps8/doAppendCycleOperandRead.h hdbgNote ("doAppendCycleOperandRead.h", "test cache check %s %d %u %05o:%06o %05o %o %08o %o %o", cacheHit ? "hit" : "miss", evcnt, this, cpu.TPR.TSR, cpu.TPR.CA, cachedBound, cachedP, cachedAddress, cachedR1, cachedPaged); cacheHit 638 src/dps8/doAppendCycleOperandRead.h if (cacheHit) {