summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exidy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exidy.h')
-rw-r--r--src/mame/includes/exidy.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/exidy.h b/src/mame/includes/exidy.h
index 6176848af37..6eef3e28004 100644
--- a/src/mame/includes/exidy.h
+++ b/src/mame/includes/exidy.h
@@ -4,6 +4,8 @@
*************************************************************************/
+#include "devlegcy.h"
+
#define EXIDY_MASTER_CLOCK (XTAL_11_289MHz)
#define EXIDY_CPU_CLOCK (EXIDY_MASTER_CLOCK / 16)
#define EXIDY_PIXEL_CLOCK (EXIDY_MASTER_CLOCK / 2)
@@ -21,8 +23,7 @@
/*----------- defined in audio/exidy.c -----------*/
-DEVICE_GET_INFO( exidy_sound );
-#define SOUND_EXIDY DEVICE_GET_INFO_NAME( exidy_sound )
+DECLARE_LEGACY_SOUND_DEVICE(EXIDY, exidy_sound);
READ8_HANDLER( exidy_sh6840_r );
WRITE8_HANDLER( exidy_sh6840_w );