summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/m72.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/m72.h')
-rw-r--r--src/mame/audio/m72.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/m72.h b/src/mame/audio/m72.h
index 0d2c06bff8e..a38ef4de10d 100644
--- a/src/mame/audio/m72.h
+++ b/src/mame/audio/m72.h
@@ -5,12 +5,12 @@
****************************************************************************/
MACHINE_RESET( m72_sound );
-void m72_ym2151_irq_handler(running_machine *machine, int irq);
+void m72_ym2151_irq_handler(const device_config *device, int irq);
WRITE8_HANDLER( m72_sound_command_byte_w );
WRITE16_HANDLER( m72_sound_command_w );
WRITE8_HANDLER( m72_sound_irq_ack_w );
READ8_HANDLER( m72_sample_r );
-WRITE8_HANDLER( m72_sample_w );
+WRITE8_DEVICE_HANDLER( m72_sample_w );
/* the port goes to different address bits depending on the game */
void m72_set_sample_start(int start);