summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sdlc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/sdlc.h')
-rw-r--r--src/devices/machine/sdlc.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/devices/machine/sdlc.h b/src/devices/machine/sdlc.h
index 1b9b8efa832..5dd7b177c3e 100644
--- a/src/devices/machine/sdlc.h
+++ b/src/devices/machine/sdlc.h
@@ -10,19 +10,6 @@
#include <utility>
-#define MCFG_SDLC_LOGGER_DATA_NRZL \
- downcast<sdlc_logger_device &>(*device).clock_active(0);
-
-#define MCFG_SDLC_LOGGER_DATA_NRZI \
- downcast<sdlc_logger_device &>(*device).clock_active(1);
-
-#define MCFG_SDLC_LOGGER_CLOCK_ACTIVE_RISING \
- downcast<sdlc_logger_device &>(*device).clock_active(1);
-
-#define MCFG_SDLC_LOGGER_CLOCK_ACTIVE_FALLING \
- downcast<sdlc_logger_device &>(*device).clock_active(0);
-
-
class device_sdlc_consumer_interface : public device_interface
{
public: