Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
GutPuncher committed Dec 23, 2023
1 parent 6fce974 commit 95b5e13
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 34 deletions.
3 changes: 0 additions & 3 deletions Go.ZC

This file was deleted.

35 changes: 26 additions & 9 deletions Load.ZC
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
#define include_noreindex #include

AutoComplete(OFF);
#include "::/3rdParty/Lib/AlecDebug";
#include "::/3rdParty/Lib/TOSGame";
#include "::/3rdParty/Lib/PatchRel";
#include "::/3rdParty/Lib/LibC";
#include "::/3rdParty/Lib/SDL2";
#include "::/3rdParty/Lib/ELF64";

include_noreindex "::/3rdParty/Lib/AlecDebug";
include_noreindex "::/3rdParty/Lib/TOSGame";
include_noreindex "::/3rdParty/Lib/PatchRel";
include_noreindex "::/3rdParty/Lib/LibC";
include_noreindex "::/3rdParty/Lib/SDL2";
include_noreindex "::/3rdParty/Lib/ELF64";
U0 LoadGame()
{
AutoComplete(OFF);
DocMax;
WinMax;
//SingleUser(TRUE);
try
{
load_elf("chocolate-doom", "-mmap", "-nomouse", "-nosound",
"-nogui", "-iwad", "doom1.wad");
}
catch
{
Fs->catch_except=TRUE;
SysLog(" LoadGame error\n");
}
SingleUser(FALSE);
LFBFlush;
}

#include "Load2";;
LoadGame;
21 changes: 0 additions & 21 deletions Load2.ZC

This file was deleted.

3 changes: 2 additions & 1 deletion Run.ZC
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Cd(__DIR__);

In("Mount;\nB\n2*24*1024\n\n\n");

if (!FileFind("::/3rdParty/Lib"))
In("#include \"Install\";;\n");

In("#include \"Go\";;\n");
XTalkWait(Fs, "#include \"Load\";\n");

0 comments on commit 95b5e13

Please sign in to comment.