summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/psx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/psx.h')
-rw-r--r--src/emu/sound/psx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/psx.h b/src/emu/sound/psx.h
index 95fcd31cded..7444048b670 100644
--- a/src/emu/sound/psx.h
+++ b/src/emu/sound/psx.h
@@ -22,7 +22,7 @@ typedef struct _psx_spu_interface psx_spu_interface;
struct _psx_spu_interface
{
UINT32 **p_psxram;
- void (*irq_set)(const device_config *,UINT32);
+ void (*irq_set)(running_device *,UINT32);
void (*spu_install_read_handler)(int,spu_handler);
void (*spu_install_write_handler)(int,spu_handler);
};