diff --git a/presets/c64/basicheader.dasm b/presets/c64/basicheader.dasm index 7baf15c7..cb8e8fa4 100644 --- a/presets/c64/basicheader.dasm +++ b/presets/c64/basicheader.dasm @@ -5,6 +5,6 @@ .org $0801 ; start of BASIC program .word BASIC_END, 10 ; Next line and current line number - .byte $9e," 2064",0 ; SYS 2064 + .byte $9e," 2062",0 ; SYS 2062 BASIC_END: .word 0 ; End of program diff --git a/res/c64.bios b/res/c64.bios index cd2e438d..a8650edd 100644 Binary files a/res/c64.bios and b/res/c64.bios differ