]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_sd.h
okay sparky let's get down to what's making your build environment screw
[16.git] / src / lib / 16_sd.h
index 117ab0c4dfe5be784404800357e075f615672bef..858ed74cfd40dc252c0e12457f53266df0d70f74 100755 (executable)
@@ -54,8 +54,6 @@ typedef struct{
        byte Feedback;                  /* feedback algorithm and strength  */\r
 } FMInstrument;\r
 \r
-//extern void interrupt        (*old_irq0)(void);\r
-\r
 void opl2out(word reg, word data);\r
 void opl3out(word reg, word data);\r
 void opl3exp(word data);\r
@@ -67,6 +65,8 @@ void FMSetVoice(int voiceNum, FMInstrument *ins);
 \r
 void SD_Initimf(global_game_variables_t *gvar);\r
 void SD_imf_reset_music(global_game_variables_t *gvar);\r
+void   SD_StartupTimer(global_game_variables_t *gvar),\r
+               SD_ShutdownTimer();\r
 void SD_imf_free_music(global_game_variables_t *gvar);\r
 int SD_imf_load_music(const char *path, global_game_variables_t *gvar);\r
 void interrupt SD_irq0(void);\r