mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-24 21:45:12 +00:00
AGAIN
This commit is contained in:
parent
c159f197e0
commit
1742a0fbe5
1 changed files with 0 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue