summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/msm6242.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/msm6242.h')
-rw-r--r--src/emu/machine/msm6242.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/emu/machine/msm6242.h b/src/emu/machine/msm6242.h
index f74e3d84fdb..cffe8dc7167 100644
--- a/src/emu/machine/msm6242.h
+++ b/src/emu/machine/msm6242.h
@@ -12,16 +12,15 @@
#ifndef __MSM6242_H__
#define __MSM6242_H__
+#include "devlegcy.h"
-#define MSM6242 DEVICE_GET_INFO_NAME(msm6242)
+
+DECLARE_LEGACY_DEVICE(MSM6242, msm6242);
#define MDRV_MSM6242_ADD(_tag) \
MDRV_DEVICE_ADD(_tag, MSM6242, 0)
-/* device interface */
-DEVICE_GET_INFO( msm6242 );
-
READ8_DEVICE_HANDLER( msm6242_r );
WRITE8_DEVICE_HANDLER( msm6242_w );