From c50e619bef9ecd2266ee904b87c6401cb0572660 Mon Sep 17 00:00:00 2001 From: WlodekM Date: Thu, 3 Apr 2025 10:29:58 +0300 Subject: fix stuff --- instructions/CLC.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instructions/CLC.ts') diff --git a/instructions/CLC.ts b/instructions/CLC.ts index d14b2f4..f909d85 100644 --- a/instructions/CLC.ts +++ b/instructions/CLC.ts @@ -2,7 +2,7 @@ import type The65c02 from "../65c02.ts"; export default function (this: The65c02, mode: string) { switch (mode) { - case 'implied': + case 'implicit': this.carry = false; this.programCounter.increment(); break; -- cgit 1.4.1-2-gfad0