summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/beep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/beep.h')
-rw-r--r--src/emu/sound/beep.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/emu/sound/beep.h b/src/emu/sound/beep.h
index b2e6bcd6399..bc9f11a7b3b 100644
--- a/src/emu/sound/beep.h
+++ b/src/emu/sound/beep.h
@@ -3,11 +3,12 @@
#ifndef __BEEP_H__
#define __BEEP_H__
+#include "devlegcy.h"
+
void beep_set_state(running_device *device, int on);
void beep_set_frequency(running_device *device, int frequency);
void beep_set_volume(running_device *device, int volume);
-DEVICE_GET_INFO( beep );
-#define SOUND_BEEP DEVICE_GET_INFO_NAME( beep )
+DECLARE_LEGACY_SOUND_DEVICE(BEEP, beep);
#endif /* __BEEP_H__ */