diff options
author | Simon Howard | 2010-07-28 20:39:07 +0000 |
---|---|---|
committer | Simon Howard | 2010-07-28 20:39:07 +0000 |
commit | 232fba47e0a42af8c3ec0f934eaa855163c4ee35 (patch) | |
tree | 8f346dbddf947cbaab86882d39a9952697610f81 /setup/sound.c | |
parent | b457a1c95679a878e9508211117b11c53c9e90a4 (diff) | |
download | chocolate-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.c | 1 |
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; |