]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_sd.h
16_ca needs huge amounts of work and I should remember what needs to be done soon...
[16.git] / src / lib / 16_sd.h
index 611982f5a767aef09c90f324b7d5f3b8595cb8c8..a9711b70f668c7610e0f0a74a71eeb70871759b6 100755 (executable)
@@ -51,6 +51,7 @@ 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
@@ -64,7 +65,7 @@ void FMSetVoice(int voiceNum, FMInstrument *ins);
 void SD_Initimf(global_game_variables_t *gvar);\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 irq0(global_game_variables_t *gvar);\r
+void interrupt irq0(void);\r
 void SD_imf_tick(global_game_variables_t *gvar);\r
 void SD_adlib_shut_up();\r
 \r