summaryrefslogtreecommitdiff
path: root/setup/sound.c
diff options
context:
space:
mode:
authorSimon Howard2010-07-28 20:39:07 +0000
committerSimon Howard2010-07-28 20:39:07 +0000
commit232fba47e0a42af8c3ec0f934eaa855163c4ee35 (patch)
tree8f346dbddf947cbaab86882d39a9952697610f81 /setup/sound.c
parentb457a1c95679a878e9508211117b11c53c9e90a4 (diff)
downloadchocolate-doom-232fba47e0a42af8c3ec0f934eaa855163c4ee35.tar.gz
chocolate-doom-232fba47e0a42af8c3ec0f934eaa855163c4ee35.tar.bz2
chocolate-doom-232fba47e0a42af8c3ec0f934eaa855163c4ee35.zip
Add config file parameter to set OPL I/O port.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1947
Diffstat (limited to 'setup/sound.c')
-rw-r--r--setup/sound.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup/sound.c b/setup/sound.c
index f7a9c6d4..59df0532 100644
--- a/setup/sound.c
+++ b/setup/sound.c
@@ -65,6 +65,7 @@ int snd_musicdevice = SNDDEVICE_GENMIDI;
int musicVolume = 15;
int snd_samplerate = 22050;
+int opl_io_port = 0x388;
int use_libsamplerate = 0;