diff --git a/js/cpu6502.ts b/js/cpu6502.ts index f39388c..1ae8f1e 100644 --- a/js/cpu6502.ts +++ b/js/cpu6502.ts @@ -997,7 +997,7 @@ export default class CPU6502 { mode: 'implied', }; } else { - let cpu = this; + const cpu = this; unk = { name: '???', op: function() {