From 8702826717b3e916ef774004c4de99b96d04ddff Mon Sep 17 00:00:00 2001 From: WlodekM Date: Thu, 3 Apr 2025 11:20:33 +0300 Subject: debugging stuff --- 65c02.ts | 1 - 1 file changed, 1 deletion(-) (limited to '65c02.ts') diff --git a/65c02.ts b/65c02.ts index 5720a75..9d286d9 100644 --- a/65c02.ts +++ b/65c02.ts @@ -169,7 +169,6 @@ export default class The65c02 { throw `not found ${instruction}` if (!this.instructions[opm[instruction].mnemonic]) throw `not implement, sowwy (${opm[instruction].mnemonic}.ts not found)`; - console.debug(this.programCounter.num().toString(16).padStart(4, '0'),opm[instruction].mnemonic, opm[instruction].mode) this.instructions[opm[instruction].mnemonic].call(this, opm[instruction].mode); } //SECTION - utils -- cgit 1.4.1-2-gfad0