summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/ymz280b.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/ymz280b.h')
-rw-r--r--src/emu/sound/ymz280b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/ymz280b.h b/src/emu/sound/ymz280b.h
index 6709255377f..5c7c2b7211f 100644
--- a/src/emu/sound/ymz280b.h
+++ b/src/emu/sound/ymz280b.h
@@ -14,7 +14,7 @@
typedef struct _ymz280b_interface ymz280b_interface;
struct _ymz280b_interface
{
- void (*irq_callback)(const device_config *device, int state); /* irq callback */
+ void (*irq_callback)(running_device *device, int state); /* irq callback */
devcb_read8 ext_read; /* external RAM read */
devcb_write8 ext_write; /* external RAM write */
};