From: sparky4 Date: Sat, 7 Oct 2023 22:29:20 +0000 (-0500) Subject: init push X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=b3ef67b92fc7d8899a436ebadb8b854a230d79cd init push --- diff --git a/.gitmodules b/.gitmodules index dbe59a7f..657e577f 100755 --- a/.gitmodules +++ b/.gitmodules @@ -33,9 +33,3 @@ [submodule "vgmtools"] path = "16/vgmtools" url = https://github.com/vgmrips/vgmtools.git -[submodule "16/abrashbb"] - path = 16/abrashbb - url = https://github.com/jeffpar/abrash-black-book.git -[submodule "16/keen4-6"] - path = 16/keen4-6 - url = https://github.com/sparky4/keen4-6.git diff --git a/16.lnk b/16.lnk new file mode 100755 index 00000000..4048ccb5 --- /dev/null +++ b/16.lnk @@ -0,0 +1,10 @@ +option quiet +debug dwarf all +option stack=32768 +system dos +file 16.obj +name 16.exe +option map=16.meh +library 16.lib +library gfx.lib +library doslib.lib diff --git a/16/abrash-black-book b/16/abrash-black-book new file mode 160000 index 00000000..d872d0d3 --- /dev/null +++ b/16/abrash-black-book @@ -0,0 +1 @@ +Subproject commit d872d0d3975343261d816795a7c33d7d5ef98902 diff --git a/16/vgmtools b/16/vgmtools index 9d7a9f4b..7b7f2041 160000 --- a/16/vgmtools +++ b/16/vgmtools @@ -1 +1 @@ -Subproject commit 9d7a9f4b1c40d26949fa730987f6c3eb9cf3e3ec +Subproject commit 7b7f2041e346f0d4fff8c834a763edc4f4d88896 diff --git a/bakapi.lnk b/bakapi.lnk new file mode 100755 index 00000000..2efa50da --- /dev/null +++ b/bakapi.lnk @@ -0,0 +1,14 @@ +option quiet +debug dwarf all +option stack=32768 +system dos +file bakapi.obj +file 16_vl.obj +file 16_vl_1.obj +file 16text.obj +file bakapee.obj +file 16_wcpu.obj +file gamepal.obj +name bakapi.exe +option map=bakapi.meh +library doslib.lib diff --git a/makefile b/makefile index 0997fdbe..ae1f727f 100755 --- a/makefile +++ b/makefile @@ -249,10 +249,7 @@ SPRIUTILEXEC = & EXEC = & 16.exe & - bakapi.exe & - $(TESTEXEC) & - $(UTILEXEC) & - $(DOSLIBTESTEXEC) + bakapi.exe !ifdef __LINUX__ #++?EXEC += $(SPRIUTILEXEC)