summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/2203intf.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2012-08-10 05:45:47 +0000
committer Aaron Giles <aaron@aarongiles.com>2012-08-10 05:45:47 +0000
commit24991f6661251f71458f3d3fbe3c5315f32d07a9 (patch)
treedb599bf080adae02e3138f4cce23e8ccbefd5182 /src/emu/sound/2203intf.h
parent1e6024bd0576607d35f438b5d78ad3e57026b07b (diff)
* Fully modernized segahang.
* Changed YM2203 IRQ callback to a DEVCB-style callback.
Diffstat (limited to 'src/emu/sound/2203intf.h')
-rw-r--r--src/emu/sound/2203intf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/2203intf.h b/src/emu/sound/2203intf.h
index 1d055cbb775..f4ca6e172b3 100644
--- a/src/emu/sound/2203intf.h
+++ b/src/emu/sound/2203intf.h
@@ -13,7 +13,7 @@ typedef struct _ym2203_interface ym2203_interface;
struct _ym2203_interface
{
const ay8910_interface ay8910_intf;
- void (*handler)(device_t *device, int irq);
+ devcb_write_line irqhandler;
};
READ8_DEVICE_HANDLER( ym2203_r );