From abe637b0f52cc0da583928ab0e3dac1460afff20 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 1 Oct 2012 01:51:04 +0200 Subject: AUDIO: Add support for Sam&Max's OPL3 output in our SCUMM AdLib driver. This is an initial implementation and does not implement the differences in voice allocation. --- audio/mididrv.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio/mididrv.h') diff --git a/audio/mididrv.h b/audio/mididrv.h index fb3e29bd60..56b4a265cb 100644 --- a/audio/mididrv.h +++ b/audio/mididrv.h @@ -194,7 +194,9 @@ public: enum { // PROP_TIMEDIV = 1, PROP_OLD_ADLIB = 2, - PROP_CHANNEL_MASK = 3 + PROP_CHANNEL_MASK = 3, + // HACK: Not so nice, but our SCUMM AdLib code is in audio/ + PROP_SCUMM_OPL3 = 4 }; /** -- cgit v1.2.3