summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/2203intf.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-12-31 21:42:55 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-12-31 21:42:55 +0000
commit3b41606ca0c02056604a55a7b1f5165e80bc11fb (patch)
tree415d338c92efb4c7f1d4922255060f279d1d4fa2 /src/emu/sound/2203intf.h
parent2ca38fad3e665d2e4e0212263a07819d36f4ba7f (diff)
running_device -> device_t
They both already existed. No sense in having two names for the same object type.
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 9c3badb48a8..1d055cbb775 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)(running_device *device, int irq);
+ void (*handler)(device_t *device, int irq);
};
READ8_DEVICE_HANDLER( ym2203_r );