summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/8530scc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/8530scc.h')
-rw-r--r--src/devices/machine/8530scc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/devices/machine/8530scc.h b/src/devices/machine/8530scc.h
index c95d2d7bdc7..d0a41a6af96 100644
--- a/src/devices/machine/8530scc.h
+++ b/src/devices/machine/8530scc.h
@@ -11,9 +11,6 @@
#ifndef MAME_MACHINE_8530SCC_H
#define MAME_MACHINE_8530SCC_H
-#define MCFG_Z8530_INTRQ_CALLBACK(_write) \
- downcast<scc8530_t &>(*device).set_intrq_wr_callback(DEVCB_##_write);
-
class scc8530_t : public device_t
{
public:
@@ -31,7 +28,6 @@ public:
scc8530_t(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- template <class Object> devcb_base &set_intrq_wr_callback(Object &&cb) { return intrq_cb.set_callback(std::forward<Object>(cb)); }
auto intrq_callback() { return intrq_cb.bind(); }
uint8_t get_reg_a(int reg);