This commit is contained in:
tildearrow 2022-05-20 03:11:25 -05:00
parent c159f197e0
commit 1742a0fbe5
1 changed files with 0 additions and 3 deletions

View File

@ -388,7 +388,6 @@ void namco_device::polepos_sound_w(int offset, uint8_t data)
case 0x23:
voice->waveform_select = data & 7;
[[fallthrough]];
case 0x02:
case 0x03:
voice->volume[0] = voice->volume[1] = 0;
@ -470,7 +469,6 @@ void namco_15xx_device::namco_15xx_w(int offset, uint8_t data)
case 0x06:
voice->waveform_select = (data >> 4) & 7;
[[fallthrough]];
case 0x04:
case 0x05:
/* the frequency has 20 bits */
@ -544,7 +542,6 @@ void namco_cus30_device::namcos1_sound_w(int offset, uint8_t data)
case 0x01:
voice->waveform_select = (data >> 4) & 15;
[[fallthrough]];
case 0x02:
case 0x03:
/* the frequency has 20 bits */