From 07e12696e537a5404ae3a71fc264ca0c44353ba6 Mon Sep 17 00:00:00 2001 From: hugova Date: Sat, 28 Jun 2025 20:14:22 +0200 Subject: [PATCH] Fix bugg where screen do not properly clear on startup --- wip-hugo/STARTUP.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wip-hugo/STARTUP.s b/wip-hugo/STARTUP.s index 0067541..0852267 100755 --- a/wip-hugo/STARTUP.s +++ b/wip-hugo/STARTUP.s @@ -60,7 +60,7 @@ ;; Paint the bitmap black. More bitmap: https://www.c64-wiki.com/wiki/53272, https://www.c64-wiki.com/wiki/Screen_RAM#Moving_of_screen_RAM Mov_16 A_start, A_start + 1, #VIC_bank - Mov_16 length, length + 1, #<$1f3f, #>$1f3f + Mov_16 length, length + 1, #<$1f40, #>$1f40 LDA #$00 jsr memset