diff --git a/lib/libmd.a b/lib/libmd.a index 930af7b4..ec51375c 100644 Binary files a/lib/libmd.a and b/lib/libmd.a differ diff --git a/src/snd/xgm2.c b/src/snd/xgm2.c index 4c2cb53a..165ba3fb 100644 --- a/src/snd/xgm2.c +++ b/src/snd/xgm2.c @@ -772,8 +772,6 @@ u16 XGM2_getMusicTempo(void) static void NO_INLINE setMusicTempo(const u16 value) { - if (Z80_getLoadedDriver() != Z80_DRIVER_XGM2) return; - xgm2Tempo = value; // compute tempo u16 adjTempo = divu(value << 8, IS_PAL_SYSTEM?50:60);