summaryrefslogtreecommitdiff
path: root/setup/sound.h
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.h
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.h')
-rw-r--r--setup/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup/sound.h b/setup/sound.h
index 6c366151..eb386d6f 100644
--- a/setup/sound.h
+++ b/setup/sound.h
@@ -44,6 +44,7 @@ extern int snd_musicdevice;
extern int musicVolume;
extern int snd_samplerate;
+extern int opl_io_port;
extern int use_libsamplerate;