mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 18:02:05 +00:00
Welcome message for MT-32 panels.
More for SysEx tests than anything. svn-id: r8202
This commit is contained in:
parent
c5ecbf65cb
commit
5e46155d3a
@ -1117,6 +1117,13 @@ void IMuseInternal::initMidiDriver (MidiDriver *midi) {
|
||||
if (result)
|
||||
error("IMuse initialization - ", MidiDriver::getErrorName(result));
|
||||
|
||||
// Display a welcome message on MT-32 displays.
|
||||
byte welcome[] = {
|
||||
0x41, 0x00, 0x16, 0x11, 0x20, 0x00, 0x00, 0x00, 0x00, 0x14,
|
||||
' ','W','e','l','c','o','m','e',' ','t','o',' ','S','c','u','m','m','V','M',' '
|
||||
};
|
||||
midi->sysEx (welcome, ARRAYSIZE(welcome));
|
||||
|
||||
// Connect to the driver's timer
|
||||
midi->setTimerCallback (midi, &IMuseInternal::midiTimerCallback);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user