From aea312746b595aad1d76097672edee4a2a2ec071 Mon Sep 17 00:00:00 2001 From: Irgendwer Date: Sun, 14 Aug 2016 19:35:35 +0200 Subject: [PATCH] Update smc.inc --- asminc/smc.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asminc/smc.inc b/asminc/smc.inc index 8a06f3222..d5752a5f5 100644 --- a/asminc/smc.inc +++ b/asminc/smc.inc @@ -1,7 +1,7 @@ ; smc.mac ; ca65 Macro-Pack for Self Modifying Code (SMC) ; -; (c) Christian Krüger, latest change: 17-Jul-2016 +; (c) Christian Krüger, latest change: 17-Jul-2016 ; ; This software is provided 'as-is', without any expressed or implied ; warranty. In no event will the authors be held liable for any damages @@ -75,7 +75,7 @@ _SMCDesignator: statement .elseif .match ({register}, y) ldy _SMCDesignator .else - .error "Invalid usage of macro 'SMC_TransferOpcode'" + .error "Invalid usage of macro 'SMC_LoadOpcode'" .endif .endmacro -- 2.39.5