summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds75160a.h
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-01-17 18:14:10 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-01-17 18:14:10 +0100
commit87ecc3576fb1812ebaf8195f9260609007ec9fc0 (patch)
tree07ed3b54aeb54addedfdc8c1f5abb9103b3a2e2c /src/devices/machine/ds75160a.h
parent5700b328efab54a8ef2fd1edd7a6498bce399cb5 (diff)
src\devices\machine: more MCFG macros removal (nw)
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
///*************************************************************************