This commit is contained in:
Will Scullin 2020-11-15 18:20:58 -08:00
parent d4478873dd
commit 231d7d8768
No known key found for this signature in database
GPG Key ID: 9092A5C0A673416B
1 changed files with 1 additions and 1 deletions

View File

@ -997,7 +997,7 @@ export default class CPU6502 {
mode: 'implied',
};
} else {
let cpu = this;
const cpu = this;
unk = {
name: '???',
op: function() {