summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/p1_sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/p1_sound.cpp')
-rw-r--r--src/devices/bus/isa/p1_sound.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/devices/bus/isa/p1_sound.cpp b/src/devices/bus/isa/p1_sound.cpp
index ff4ff515ee4..11fe4c53c43 100644
--- a/src/devices/bus/isa/p1_sound.cpp
+++ b/src/devices/bus/isa/p1_sound.cpp
@@ -6,9 +6,6 @@
Memory-mapped, uses IRQ3 and IRQ7, no DMA.
- Copyright MESS Team.
- Visit https://mamedev.org for licensing and usage restrictions.
-
**********************************************************************/
#include "emu.h"
@@ -131,7 +128,7 @@ void p1_sound_device::dac_w(offs_t offset, uint8_t data)
m_isa->irq7_w(CLEAR_LINE);
}
-WRITE_LINE_MEMBER(p1_sound_device::sampler_sync)
+void p1_sound_device::sampler_sync(int state)
{
if (state)
{