Skip to content

Commit 4c0fa5a

Browse files
committed
Add to credits and remove autostart
1 parent 6d32ba7 commit 4c0fa5a

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

β€Ždesktop/CREDITS.txtβ€Ž

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@ Webamp by Jordan Eldredge
2222
3D Flower Box by Kevin Shannon
2323
https://github.com/kevin-shannon/3D-FlowerBox
2424

25-
Paint, Sound Recorder, Notepad, 3D Pipes, and the 98.js.org desktop by Isaiah Odhner
25+
MS-DOS Prompt
26+
https://js-dos.com
27+
Emscripten https://emscripten.org/
28+
DOSBox https://www.dosbox.com/
29+
Em-DOSBox https://github.com/dreamlayers/em-dosbox
30+
31+
Paint, Sound Recorder, Notepad, 3D Pipes, and the 98.js.org desktop
32+
by Isaiah Odhner
2633
https://github.com/1j01/98
2734
https://github.com/1j01/jspaint
2835
https://github.com/1j01/pipes

β€Žsrc/programs.jsβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,6 @@ function CommandPrompt() {
472472
});
473473
return new Task($win);
474474
}
475-
CommandPrompt();
476475

477476
function Explorer(address){
478477
// TODO: DRY the default file names and title code (use document.title of the page in the iframe, in $IframeWindow)

0 commit comments

Comments
Β (0)