summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds75160a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds75160a.h')
-rw-r--r--src/devices/machine/ds75160a.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/devices/machine/ds75160a.h b/src/devices/machine/ds75160a.h
index 2f2a2147a5e..bdc03e9dc99 100644
--- a/src/devices/machine/ds75160a.h
+++ b/src/devices/machine/ds75160a.h
@@ -25,18 +25,6 @@
#pragma once
-
-
-///*************************************************************************
-// INTERFACE CONFIGURATION MACROS
-///*************************************************************************
-
-#define MCFG_DS75160A_ADD(_tag, _read, _write) \
- MCFG_DEVICE_ADD(_tag, DS75160A, 0) \
- downcast<ds75160a_device *>(device)->set_callbacks(DEVCB_##_read, DEVCB_##_write);
-
-
-
///*************************************************************************
// TYPE DEFINITIONS
///*************************************************************************