basic: change welcome prompt

This is becoming the new shell, it has to step up to its new responsibilities!
This commit is contained in:
Virgil Dupras 2019-11-30 20:50:34 -05:00
parent 871b06fecf
commit 77485a0031
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ basStart:
jr basLoop
.welcome:
.db "OK", 0
.db "Collapse OS", 0
basLoop:
ld hl, .sPrompt