summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/es8712.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/es8712.h')
-rw-r--r--src/emu/sound/es8712.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/es8712.h b/src/emu/sound/es8712.h
index 89e0973c64d..583a2625fd5 100644
--- a/src/emu/sound/es8712.h
+++ b/src/emu/sound/es8712.h
@@ -14,7 +14,7 @@ void es8712_set_frequency(device_t *device, int frequency);
DECLARE_WRITE8_DEVICE_HANDLER( es8712_w );
class es8712_device : public device_t,
- public device_sound_interface
+ public device_sound_interface
{
public:
es8712_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);