summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/74123.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/74123.h')
-rw-r--r--src/emu/machine/74123.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/emu/machine/74123.h b/src/emu/machine/74123.h
index 9f0349e060b..beea3758d7d 100644
--- a/src/emu/machine/74123.h
+++ b/src/emu/machine/74123.h
@@ -46,7 +46,9 @@
#ifndef TTL74123_H
#define TTL74123_H
-#define TTL74123 DEVICE_GET_INFO_NAME(ttl74123)
+#include "devlegcy.h"
+
+DECLARE_LEGACY_DEVICE(TTL74123, ttl74123);
#define MDRV_TTL74123_ADD(_tag, _config) \
MDRV_DEVICE_ADD(_tag, TTL74123, 0) \
@@ -72,9 +74,6 @@ struct _ttl74123_config
write8_device_func output_changed_cb;
};
-/* device interface */
-DEVICE_GET_INFO( ttl74123 );
-
/* write inputs */
WRITE8_DEVICE_HANDLER( ttl74123_a_w );