diff options
Diffstat (limited to 'src/emu/sound/2203intf.h')
-rw-r--r-- | src/emu/sound/2203intf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/2203intf.h b/src/emu/sound/2203intf.h index 48d64ad1a06..9d4f24c7ab3 100644 --- a/src/emu/sound/2203intf.h +++ b/src/emu/sound/2203intf.h @@ -11,7 +11,7 @@ typedef struct _ym2203_interface ym2203_interface; struct _ym2203_interface { const ay8910_interface ay8910_intf; - void (*handler)(const device_config *device, int irq); + void (*handler)(running_device *device, int irq); }; READ8_DEVICE_HANDLER( ym2203_r ); |