From 48924cc9d5f1ca8cee57f91dcb383a2ab89309a2 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Sun, 6 Jul 2025 19:14:48 +0200 Subject: [PATCH] remove .macpack cpu, fixes #2779 --- asminc/opcodes.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/asminc/opcodes.inc b/asminc/opcodes.inc index b610360e1..a5406e5ab 100644 --- a/asminc/opcodes.inc +++ b/asminc/opcodes.inc @@ -38,8 +38,6 @@ ; iax = ($0000,X) ; rel = $0000 (PC-relative) (supressed here) -.macpack cpu - OPC_BRK = $00 OPC_ORA_izx = $01 OPC_ORA_zp = $05