X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_sd.h;h=858ed74cfd40dc252c0e12457f53266df0d70f74;hb=68ed07e129d9504e398bc771082352ee0f591d85;hp=117ab0c4dfe5be784404800357e075f615672bef;hpb=6c3169e333e44df5cac3e613c8100d8572fe395f;p=16.git diff --git a/src/lib/16_sd.h b/src/lib/16_sd.h index 117ab0c4..858ed74c 100755 --- a/src/lib/16_sd.h +++ b/src/lib/16_sd.h @@ -54,8 +54,6 @@ typedef struct{ byte Feedback; /* feedback algorithm and strength */ } FMInstrument; -//extern void interrupt (*old_irq0)(void); - void opl2out(word reg, word data); void opl3out(word reg, word data); void opl3exp(word data); @@ -67,6 +65,8 @@ void FMSetVoice(int voiceNum, FMInstrument *ins); void SD_Initimf(global_game_variables_t *gvar); void SD_imf_reset_music(global_game_variables_t *gvar); +void SD_StartupTimer(global_game_variables_t *gvar), + SD_ShutdownTimer(); void SD_imf_free_music(global_game_variables_t *gvar); int SD_imf_load_music(const char *path, global_game_variables_t *gvar); void interrupt SD_irq0(void);