From c50e619bef9ecd2266ee904b87c6401cb0572660 Mon Sep 17 00:00:00 2001 From: WlodekM Date: Thu, 3 Apr 2025 10:29:58 +0300 Subject: fix stuff --- instructions/INY.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instructions/INY.ts') diff --git a/instructions/INY.ts b/instructions/INY.ts index 566c6d4..7e8784d 100644 --- a/instructions/INY.ts +++ b/instructions/INY.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.regY.increment() this.negative = this.regY.bit(7); this.zero = this.regY.num() == 0; -- cgit 1.4.1-2-gfad0