summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/smc91c9x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/smc91c9x.h')
-rw-r--r--src/emu/machine/smc91c9x.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/emu/machine/smc91c9x.h b/src/emu/machine/smc91c9x.h
index c1a550dff8e..157202418ce 100644
--- a/src/emu/machine/smc91c9x.h
+++ b/src/emu/machine/smc91c9x.h
@@ -9,6 +9,8 @@
#ifndef __SMC91C9X__
#define __SMC91C9X__
+#include "devlegcy.h"
+
/***************************************************************************
TYPE DEFINITIONS
@@ -49,10 +51,7 @@ WRITE16_DEVICE_HANDLER( smc91c9x_w );
/* ----- device interface ----- */
-/* device get info callbacks */
-#define SMC91C94 DEVICE_GET_INFO_NAME(smc91c94)
-#define SMC91C96 DEVICE_GET_INFO_NAME(smc91c96)
-DEVICE_GET_INFO( smc91c94 );
-DEVICE_GET_INFO( smc91c96 );
+DECLARE_LEGACY_DEVICE(SMC91C94, smc91c94);
+DECLARE_LEGACY_DEVICE(SMC91C96, smc91c96);
#endif