summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/hyprolyb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/hyprolyb.h')
-rw-r--r--src/mame/audio/hyprolyb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/audio/hyprolyb.h b/src/mame/audio/hyprolyb.h
index d2145720d7b..c998552cc95 100644
--- a/src/mame/audio/hyprolyb.h
+++ b/src/mame/audio/hyprolyb.h
@@ -4,7 +4,7 @@ DECLARE_READ8_DEVICE_HANDLER( hyprolyb_adpcm_busy_r );
MACHINE_CONFIG_EXTERN( hyprolyb_adpcm );
class hyprolyb_adpcm_device : public device_t,
- public device_sound_interface
+ public device_sound_interface
{
public:
hyprolyb_adpcm_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
@@ -26,4 +26,3 @@ private:
};
extern const device_type HYPROLYB_ADPCM;
-