aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/drivers/pc9801.cpp
diff options
context:
space:
mode:
authorathrxx2019-06-21 14:18:03 +0200
committerathrxx2019-06-21 14:19:42 +0200
commit80f163b0fc7fc033aa99b829f626784804bf5176 (patch)
treeb2fb2b2040a5bda107ea9b2576f8d96a262a03f1 /engines/sci/sound/drivers/pc9801.cpp
parent08dba769f10ace19e46555eddb957ec7d508f58d (diff)
downloadscummvm-rg350-80f163b0fc7fc033aa99b829f626784804bf5176.tar.gz
scummvm-rg350-80f163b0fc7fc033aa99b829f626784804bf5176.tar.bz2
scummvm-rg350-80f163b0fc7fc033aa99b829f626784804bf5176.zip
ALL: revert accidental commits
Diffstat (limited to 'engines/sci/sound/drivers/pc9801.cpp')
-rw-r--r--engines/sci/sound/drivers/pc9801.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/sound/drivers/pc9801.cpp b/engines/sci/sound/drivers/pc9801.cpp
index 824c4c9428..fe7d5bf7ba 100644
--- a/engines/sci/sound/drivers/pc9801.cpp
+++ b/engines/sci/sound/drivers/pc9801.cpp
@@ -1343,7 +1343,6 @@ int MidiDriver_PC9801::open() {
return MERR_CANNOT_CONNECT;
_pc98a->setSoundEffectChanMask(0);
_pc98a->ssgSetVolume(205);
- _pc98a->writeReg(0, 0x26, 256 - _baseTempo / 288);
_ready = true;
}