]> 4ch.mooo.com Git - 16.git/commitdiff
i did some clean up to the sound stuff. if there is a way to generate imf files i...
authorsparky4 <sparky4@cock.li>
Fri, 25 Aug 2017 20:28:52 +0000 (15:28 -0500)
committersparky4 <sparky4@cock.li>
Fri, 25 Aug 2017 20:28:52 +0000 (15:28 -0500)
src/imfplay.c
src/lib/16_sd.c
src/lib/16_sd.h

index 35527524b76f78143d22b30298e1b841ab549b3b..be4c7766d0179ed147ceeab03e19827d3cc10a6f 100755 (executable)
@@ -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();
index f42f201956db68cacfce8c87810d5e006328cdb8..4445bc4722fe9c24c1663454f10668244afaaa5c 100755 (executable)
@@ -22,8 +22,6 @@
 \r
 #include "src/lib/16_sd.h"\r
 \r
-//#define SD_USESCAMMPM\r
-\r
 static void (interrupt *SD_old_irq0)();\r
 //void interrupt       (*old_irq0)(void);\r
 \r
index 7bae1648e13f8aba6beb15889de2d75e955cb7ca..54a2e73edda18b040bf4592492bfd76868668795 100755 (executable)
@@ -31,6 +31,8 @@
 #include <hw/dos/dos.h>\r
 #include <hw/8259/8259.h>\r
 \r
+//#define SD_USESCAMMPM\r
+\r
 #define MIN_REGISTER                   0x01\r
 #define MAX_REGISTER                   0xF5\r
 #define ADLIB_FM_ADDRESS       0x388   /* adlib address/status register */\r