summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/p1_sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/p1_sound.h')
-rw-r--r--src/devices/bus/isa/p1_sound.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/devices/bus/isa/p1_sound.h b/src/devices/bus/isa/p1_sound.h
index e4fee35d2f3..519c58bfd6b 100644
--- a/src/devices/bus/isa/p1_sound.h
+++ b/src/devices/bus/isa/p1_sound.h
@@ -4,9 +4,6 @@
Poisk-1 sound card
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
**********************************************************************/
#ifndef MAME_BUS_P1_SOUND_H
@@ -52,7 +49,7 @@ protected:
virtual void device_add_mconfig(machine_config &config) override;
private:
- DECLARE_WRITE_LINE_MEMBER(sampler_sync);
+ void sampler_sync(int state);
uint8_t m_dac_data[16];
int m_dac_ptr;