From: sparky4 Date: Fri, 25 Aug 2017 20:28:52 +0000 (-0500) Subject: i did some clean up to the sound stuff. if there is a way to generate imf files i... X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=60eef653c3e13332c867e6ed924c526c7292c069;p=16.git i did some clean up to the sound stuff. if there is a way to generate imf files i need to know --- diff --git a/src/imfplay.c b/src/imfplay.c index 35527524..be4c7766 100755 --- a/src/imfplay.c +++ b/src/imfplay.c @@ -243,7 +243,7 @@ void main(int argc,char **argv) { } } } - printf("contents of the imf_music\n[\n%s\n]\n", gvar.ca.sd.imf_music); +//0000 printf("contents of the imf_music\n[\n%s\n]\n", gvar.ca.sd.imf_music); SD_imf_free_music(&gvar); SD_adlib_shut_up(); diff --git a/src/lib/16_sd.c b/src/lib/16_sd.c index f42f2019..4445bc47 100755 --- a/src/lib/16_sd.c +++ b/src/lib/16_sd.c @@ -22,8 +22,6 @@ #include "src/lib/16_sd.h" -//#define SD_USESCAMMPM - static void (interrupt *SD_old_irq0)(); //void interrupt (*old_irq0)(void); diff --git a/src/lib/16_sd.h b/src/lib/16_sd.h index 7bae1648..54a2e73e 100755 --- a/src/lib/16_sd.h +++ b/src/lib/16_sd.h @@ -31,6 +31,8 @@ #include #include +//#define SD_USESCAMMPM + #define MIN_REGISTER 0x01 #define MAX_REGISTER 0xF5 #define ADLIB_FM_ADDRESS 0x388 /* adlib address/status register */