aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/fmtowns_pc98/towns_pc98_driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/softsynth/fmtowns_pc98/towns_pc98_driver.cpp')
-rw-r--r--sound/softsynth/fmtowns_pc98/towns_pc98_driver.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/softsynth/fmtowns_pc98/towns_pc98_driver.cpp b/sound/softsynth/fmtowns_pc98/towns_pc98_driver.cpp
index 1279429e7c..ee1b50d355 100644
--- a/sound/softsynth/fmtowns_pc98/towns_pc98_driver.cpp
+++ b/sound/softsynth/fmtowns_pc98/towns_pc98_driver.cpp
@@ -246,7 +246,7 @@ void TownsPC98_MusicChannel::loadData(uint8 *data) {
_dataPtr = data;
_totalLevel = 0x7F;
- uint8 *tmp = _dataPtr;
+ uint8 *tmp = _dataPtr;
for (bool loop = true; loop; ) {
uint8 cmd = *tmp++;
if (cmd < 0xf0) {
@@ -894,7 +894,7 @@ void TownsPC98_SfxChannel::loadData(uint8 *data) {
_ssgTl = 0xff;
_algorithm = 0x80;
- uint8 *tmp = _dataPtr;
+ uint8 *tmp = _dataPtr;
for (bool loop = true; loop; ) {
uint8 cmd = *tmp++;
if (cmd < 0xf0) {
@@ -1309,7 +1309,7 @@ void TownsPC98_AudioDriver::setSfxTempo(uint16 tempo) {
void TownsPC98_AudioDriver::startSoundEffect() {
int volFlags = 0;
-
+
for (int i = 0; i < 2; i++) {
if (_sfxOffsets[i]) {
_ssgChannels[i + 1]->protect();
@@ -1322,7 +1322,7 @@ void TownsPC98_AudioDriver::startSoundEffect() {
_updateSfxFlag &= ~_sfxChannels[i]->_idFlag;
}
}
-
+
setVolumeChannelMasks(~volFlags, volFlags);
_sfxData = 0;
}