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/iremga20.h | |
parent | 111157ca09a9ff60fe4a9ba49173c315e94314fa (diff) |
Cleanups and version bumpmame0148
Diffstat (limited to 'src/emu/sound/iremga20.h')
-rw-r--r-- | src/emu/sound/iremga20.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/iremga20.h b/src/emu/sound/iremga20.h index 407a358d9f5..bd90e7082e3 100644 --- a/src/emu/sound/iremga20.h +++ b/src/emu/sound/iremga20.h @@ -14,7 +14,7 @@ DECLARE_WRITE8_DEVICE_HANDLER( irem_ga20_w ); DECLARE_READ8_DEVICE_HANDLER( irem_ga20_r ); class iremga20_device : public device_t, - public device_sound_interface + public device_sound_interface { public: iremga20_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); |