Skip to content

Commit 6036036

Browse files
committed
shared/wswansound.cpp: Fix build
1 parent 5636507 commit 6036036

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mame/shared/wswansound.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,6 @@ void wswan_sound_device::port_w(offs_t offset, u16 data, u16 mem_mask)
514514
if (ACCESSING_BITS_0_7)
515515
{
516516
m_noise_type = data & 0x07;
517-
m_noise_reset = BIT(data, 3);
518517
m_noise_enable = BIT(data, 4);
519518
if (BIT(data, 3))
520519
m_noise_shift = m_noise_output = 0;

0 commit comments

Comments
 (0)