From 60eef653c3e13332c867e6ed924c526c7292c069 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Fri, 25 Aug 2017 15:28:52 -0500 Subject: [PATCH] i did some clean up to the sound stuff. if there is a way to generate imf files i need to know --- src/imfplay.c | 2 +- src/lib/16_sd.c | 2 -- src/lib/16_sd.h | 2 ++ 3 files changed, 3 insertions(+), 3 deletions(-) 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 */ -- 2.39.2