Skip to content

Commit 392938c

Browse files
authored
Improve disk insert text
Optimized to use GPU
1 parent c7f77a8 commit 392938c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/startup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ while true do draw()
3434
if key == keys.zero then shell.run("/.dev/devkit")
3535

3636
if fs.exists("/disk/run.c64") then
37-
print("COMMANDER 64 DISK INSERTED")
37+
gpu.slowPrint("COMMANDER 64 DISK INSERTED")
3838
cpu.sleep(0.5)
39-
print("LOADING")
39+
gpu.slowPrint("LOADING")
4040
cpu.sleep(0.5)
4141
shell.run("/disk/run.c64")
4242

0 commit comments

Comments
 (0)