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

View File

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