From: sparky4 Date: Thu, 25 Apr 2019 01:07:21 +0000 (-0500) Subject: code miraculously works on real hardware X-Git-Url: http://git.osdn.net/view?p=proj16%2F16.git;a=commitdiff_plain;h=6d8fd0880da9336bd0b5008f67168de2c0db5bec code miraculously works on real hardware --- diff --git a/makefile b/makefile index f4df49f1..733a24fb 100755 --- a/makefile +++ b/makefile @@ -203,7 +203,6 @@ TESTEXEC = & vgmtest.exe & sountest.exe & imfplay.exe & - sdtest.exe & xcroll.exe & 0croll.exe & 1croll.exe & @@ -214,6 +213,7 @@ TESTEXEC = & maptest.exe & vrldbg.exe #zcroll.exe & +#sdtest.exe & //disabled due to fuckery TESTEXEC2 = & pcxtest.exe & scroll.exe & diff --git a/palllist.exe b/palllist.exe new file mode 100755 index 00000000..8db76c53 Binary files /dev/null and b/palllist.exe differ diff --git a/src/lib/16_tail_.c b/src/lib/16_tail_.c index d8429f3b..50ccaddc 100755 --- a/src/lib/16_tail_.c +++ b/src/lib/16_tail_.c @@ -115,7 +115,7 @@ void TL_VidInit(global_game_variables_t *gvar) = ================= */ - +#if 0 void PL_StopMusic(global_game_variables_t *gvar) { int i; @@ -161,3 +161,4 @@ void PL_StartMusic(global_game_variables_t *gvar) SD_StartMusic((MusicGroup far *)gvar->ca.audiosegs[STARTMUSIC + chunk]); //++++ } } +#endif //disabled due to some fuckery i am not sure.