summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/k053260.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/k053260.h')
-rw-r--r--src/emu/sound/k053260.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/k053260.h b/src/emu/sound/k053260.h
index e4f53e5e1fb..1240f0729d8 100644
--- a/src/emu/sound/k053260.h
+++ b/src/emu/sound/k053260.h
@@ -8,7 +8,7 @@
struct K053260_interface {
int region; /* memory region of sample ROM(s) */
- void (*irq)(running_machine *machine, int param ); /* called on SH1 complete cycle ( clock / 32 ) */
+ timer_callback irq; /* called on SH1 complete cycle ( clock / 32 ) */
};