Skip to content

Commit 94dc7f1

Browse files
authored
Removed unused feature
1 parent 392938c commit 94dc7f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

files/.dev/devkit

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ while true do draw()
2121
if key == keys.one then
2222
shell.run("/.dev/ide")
2323
elseif key == keys.two then
24-
shell.run("/.dev/sdk")
24+
-- 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.")
2528
elseif key == keys.three then
2629
os.shutdown()
2730
end

0 commit comments

Comments
 (0)