diff options
author | 2013-01-11 07:32:46 +0000 | |
---|---|---|
committer | 2013-01-11 07:32:46 +0000 | |
commit | 0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch) | |
tree | 234109de1123b13f217494af4b3f8efad346d5cc /src/emu/sound/8950intf.h | |
parent | 111157ca09a9ff60fe4a9ba49173c315e94314fa (diff) |
Cleanups and version bumpmame0148
Diffstat (limited to 'src/emu/sound/8950intf.h')
-rw-r--r-- | src/emu/sound/8950intf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/8950intf.h b/src/emu/sound/8950intf.h index b6dae0df8b9..52677f28ab8 100644 --- a/src/emu/sound/8950intf.h +++ b/src/emu/sound/8950intf.h @@ -23,8 +23,8 @@ DECLARE_WRITE8_DEVICE_HANDLER( y8950_control_port_w ); DECLARE_WRITE8_DEVICE_HANDLER( y8950_write_port_w ); class y8950_device : public device_t, - public device_sound_interface, - public y8950_interface + public device_sound_interface, + public y8950_interface { public: y8950_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); |