summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/262intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/262intf.h')
-rw-r--r--src/emu/sound/262intf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/262intf.h b/src/emu/sound/262intf.h
index 16eed55142f..134f26ec93a 100644
--- a/src/emu/sound/262intf.h
+++ b/src/emu/sound/262intf.h
@@ -23,7 +23,7 @@ DECLARE_WRITE8_DEVICE_HANDLER( ymf262_data_b_w );
class ymf262_device : public device_t,
- public device_sound_interface
+ public device_sound_interface
{
public:
ymf262_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);