summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i8212.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i8212.h')
-rw-r--r--src/devices/machine/i8212.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/devices/machine/i8212.h b/src/devices/machine/i8212.h
index 477f9d8689b..255a4edc469 100644
--- a/src/devices/machine/i8212.h
+++ b/src/devices/machine/i8212.h
@@ -26,33 +26,6 @@
#pragma once
-
-
-
-///*************************************************************************
-// INTERFACE CONFIGURATION MACROS
-///*************************************************************************
-
-#define MCFG_I8212_INT_CALLBACK(_write) \
- downcast<i8212_device &>(*device).set_int_wr_callback(DEVCB_##_write);
-
-#define MCFG_I8212_DI_CALLBACK(_read) \
- downcast<i8212_device &>(*device).set_di_rd_callback(DEVCB_##_read);
-
-#define MCFG_I8212_DO_CALLBACK(_write) \
- downcast<i8212_device &>(*device).set_do_wr_callback(DEVCB_##_write);
-
-#define MCFG_I8212_MD_CALLBACK(_read) \
- downcast<i8212_device &>(*device).set_md_rd_callback(DEVCB_##_read);
-
-
-
-///*************************************************************************
-// TYPE DEFINITIONS
-///*************************************************************************
-
-// ======================> i8212_device
-
class i8212_device : public device_t
{
enum class mode : u8