[Scummvm-git-logs] scummvm master -> 998b10fa20beaed63c28ee9dfeb7dbb036da7b8d

dreammaster noreply at scummvm.org
Tue Jul 28 11:24:54 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
998b10fa20 MADS: DRAGONSPHERE: Confirmed sendReverbSysEx implementation


Commit: 998b10fa20beaed63c28ee9dfeb7dbb036da7b8d
    https://github.com/scummvm/scummvm/commit/998b10fa20beaed63c28ee9dfeb7dbb036da7b8d
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-07-28T21:24:47+10:00

Commit Message:
MADS: DRAGONSPHERE: Confirmed sendReverbSysEx implementation

Changed paths:
    engines/mads/dragonsphere/sound/rsound.cpp


diff --git a/engines/mads/dragonsphere/sound/rsound.cpp b/engines/mads/dragonsphere/sound/rsound.cpp
index 746935fc5e8..a861e5e9357 100644
--- a/engines/mads/dragonsphere/sound/rsound.cpp
+++ b/engines/mads/dragonsphere/sound/rsound.cpp
@@ -406,9 +406,6 @@ void RSound::sendPatchInitSequence() {
 }
 
 void RSound::sendReverbSysEx(int mode, int time, int level) {
-	// INFERRED by structural analogy to Phantom's confirmed
-	// sendReverbSysEx() - see rsound.h class comment: not independently
-	// confirmed against rsound.dr1's literal offset-0x67 sysex template.
 	byte buffer[7] = { 0x10, 0x00, 0x01, (byte)(mode & 3), (byte)(time & 7), (byte)(level & 7), 0xFF };
 	sendSysExData(buffer);
 }




More information about the Scummvm-git-logs mailing list