We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392938c commit 94dc7f1Copy full SHA for 94dc7f1
files/.dev/devkit
@@ -21,7 +21,10 @@ while true do draw()
21
if key == keys.one then
22
shell.run("/.dev/ide")
23
elseif key == keys.two then
24
- shell.run("/.dev/sdk")
+-- shell.run("/.dev/sdk")
25
+ gpu.center(7, "Option not available!")
26
+ gpu.center(9, "To make your programs run on disk,")
27
+ gpu.center(10, "simply place it at /disk/run.c64.")
28
elseif key == keys.three then
29
os.shutdown()
30
end
0 commit comments