we can do the 10print demo

it's a bit unreliable (probably not my fault) so you might have to boot several times before successfully having it type in.

just hit the "Button #1" once to boot, and again to enter the code.
This commit is contained in:
Jeff Epler 2025-02-28 10:15:44 -06:00
parent 9e4b109fad
commit 7e9d8b418b

View file

@ -291,7 +291,7 @@ static uint8_t kcnt = 0;
static bool toggle = true; static bool toggle = true;
static char * textseq; static char * textseq;
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 * textload = "10?CHR$(205.5+RND(1));:GOTO10\rRUN\r";
static char textkey[1]; static char textkey[1];
static bool res=false; static bool res=false;