head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.12 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.10 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.8 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.6 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.4 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.2 pkgsrc-2024Q4-base:1.1; locks; strict; comment @// @; 1.1 date 2024.10.13.20.56.41; author yhardy; state Exp; branches; next ; commitid gSsa3Bbd3jkBMxtF; desc @@ 1.1 log @games/REminiscence: update to REminiscence-0.5.2 * pkgsrc changes: - enable adlib/opl3 support for DOS .prf music * release 0.5.2 - added initial support for PC98 data files - added configuration to fix Adlib 0xE0 writes - fixed cutscene seeks with Macintosh data files @ text @$NetBSD$ Enable the OPL3 emulation for adlib music. The MT32 driver needs munt, so disable it. --- prf_player.cpp.orig 2024-10-12 22:26:15.279342221 +0000 +++ prf_player.cpp @@@@ -21,7 +21,7 @@@@ static const struct { } _midiDrivers[] = { #ifdef USE_MIDI_DRIVER { MODE_ADLIB, TIMER_ADLIB_HZ, &midi_driver_adlib }, - { MODE_MT32, TIMER_MT32_HZ, &midi_driver_mt32 }, +// { MODE_MT32, TIMER_MT32_HZ, &midi_driver_mt32 }, #endif { -1, 0, 0 } }; @