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:
parent
9e4b109fad
commit
7e9d8b418b
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ static uint8_t kcnt = 0;
|
|||
static bool toggle = true;
|
||||
|
||||
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 bool res=false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue