aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos_sound.h
diff options
context:
space:
mode:
authorRuediger Hanke2002-10-02 23:31:40 +0000
committerRuediger Hanke2002-10-02 23:31:40 +0000
commit2fd0a3d458caede859c80a6245522218891caac3 (patch)
tree576bd608e6652bd3ec11eeda12a20438fa5abc99 /backends/morphos/morphos_sound.h
parent87ae5b24c7ed1d44865a115e88dc1ddcbbcba218 (diff)
downloadscummvm-rg350-2fd0a3d458caede859c80a6245522218891caac3.tar.gz
scummvm-rg350-2fd0a3d458caede859c80a6245522218891caac3.tar.bz2
scummvm-rg350-2fd0a3d458caede859c80a6245522218891caac3.zip
Renamed new AMidi to Etude
svn-id: r5079
Diffstat (limited to 'backends/morphos/morphos_sound.h')
-rw-r--r--backends/morphos/morphos_sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/morphos/morphos_sound.h b/backends/morphos/morphos_sound.h
index fd40b77748..fac6d15899 100644
--- a/backends/morphos/morphos_sound.h
+++ b/backends/morphos/morphos_sound.h
@@ -25,12 +25,12 @@
#define MORPHOS_SOUND_H
#include <exec/semaphores.h>
-#include <devices/amidi.h>
+#include <devices/etude.h>
class OSystem_MorphOS;
int morphos_sound_thread(OSystem_MorphOS *syst, ULONG SampleType);
-bool init_morphos_music(ULONG MidiUnit);
+bool init_morphos_music(ULONG MidiUnit, ULONG DevFlags);
void exit_morphos_music();
extern SignalSemaphore ScummMusicThreadRunning;