summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/i8243.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/i8243.h')
-rw-r--r--src/emu/machine/i8243.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/emu/machine/i8243.h b/src/emu/machine/i8243.h
index ff5fea5ebac..587fbbbd125 100644
--- a/src/emu/machine/i8243.h
+++ b/src/emu/machine/i8243.h
@@ -13,6 +13,7 @@
#ifndef __I8243_H__
#define __I8243_H__
+#include "devlegcy.h"
#include "cpu/mcs48/mcs48.h"
@@ -33,7 +34,7 @@ struct _i8243_config
MACROS
***************************************************************************/
-#define I8243 DEVICE_GET_INFO_NAME( i8243 )
+DECLARE_LEGACY_DEVICE(I8243, i8243);
#define MDRV_I8243_ADD(_tag, _read, _write) \
@@ -47,8 +48,6 @@ struct _i8243_config
FUNCTION PROTOTYPES
***************************************************************************/
-DEVICE_GET_INFO( i8243 );
-
READ8_DEVICE_HANDLER( i8243_p2_r );
WRITE8_DEVICE_HANDLER( i8243_p2_w );