aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/drivers/pc9801.cpp
diff options
context:
space:
mode:
authorathrxx2019-07-17 20:44:32 +0200
committerathrxx2019-07-17 20:46:32 +0200
commita6bf63bc1a8e79712c9dcf53c04ab3108919ec2c (patch)
treea4d876c81b81716a0b481c0e6c9c71d0a1e1fd85 /engines/sci/sound/drivers/pc9801.cpp
parentf62f0c2db25d6a12b2b2d4723f0405e2531de2b3 (diff)
downloadscummvm-rg350-a6bf63bc1a8e79712c9dcf53c04ab3108919ec2c.tar.gz
scummvm-rg350-a6bf63bc1a8e79712c9dcf53c04ab3108919ec2c.tar.bz2
scummvm-rg350-a6bf63bc1a8e79712c9dcf53c04ab3108919ec2c.zip
SCI: 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;
}