From 4ea3633b5a17584d8f8b9be2194162d88746475f Mon Sep 17 00:00:00 2001 From: drmortalwombat <90205530+drmortalwombat@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:11:11 +0100 Subject: [PATCH] Fixed fix --- include/crt.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/crt.c b/include/crt.c index 7194fb1..3989ad2 100644 --- a/include/crt.c +++ b/include/crt.c @@ -341,11 +341,6 @@ spexit: #elif defined(__PLUS4__) sta $ff3e #endif -#if defined(__C128__) || defined(__C128B__) || defined(__C128E__) - lda #0 - sta $1b -#endif - #endif rts }