From 7d7ce870111d7429c86108d20881ba5d1e488857 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Sat, 9 Nov 2019 20:20:37 -0500 Subject: [PATCH] ds: add loading message as a blank screen disconcerted some --- demosplash/hello.bas | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/demosplash/hello.bas b/demosplash/hello.bas index bb7f10ce..d411e797 100644 --- a/demosplash/hello.bas +++ b/demosplash/hello.bas @@ -1,4 +1,8 @@ 5 HOME + 10 PRINT "LOADING LORES-ESCAPE, DEMOSPLASH 2019" + 20 PRINT + 30 PRINT "NOTE: ON REAL HARDWARE THIS MAY" + 40 PRINT " TAKE A WHILE (45s?)" ' 200 PRINT CHR$ (4)"CATALOG" 200 PRINT CHR$ (4)"BRUN LOADER"