From 16b0f3b75bf7fda311e4b41fa163b53011a43c55 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Mon, 3 Mar 2025 09:44:59 -0600 Subject: [PATCH] Revert "we can do the 10print demo" This reverts commit 7e9d8b418b93056de39a17463176ec614dd7db52. --- MCUME_pico2/pico64/c64.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCUME_pico2/pico64/c64.cpp b/MCUME_pico2/pico64/c64.cpp index 005c4e6..9dadd15 100644 --- a/MCUME_pico2/pico64/c64.cpp +++ b/MCUME_pico2/pico64/c64.cpp @@ -291,7 +291,7 @@ static uint8_t kcnt = 0; static bool toggle = true; static char * textseq; -static char * textload = "10?CHR$(205.5+RND(1));:GOTO10\rRUN\r"; +static char * textload = "LOAD\"\"\r\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tRUN\r"; static char textkey[1]; static bool res=false;