summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m7501.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/m7501.h')
-rw-r--r--src/devices/cpu/m6502/m7501.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/cpu/m6502/m7501.h b/src/devices/cpu/m6502/m7501.h
index 633d5ab0d78..baa26668fab 100644
--- a/src/devices/cpu/m6502/m7501.h
+++ b/src/devices/cpu/m6502/m7501.h
@@ -13,12 +13,6 @@
#include "m6510.h"
-#define MCFG_M7501_PORT_CALLBACKS(_read, _write) \
- downcast<m7501_device *>(device)->set_callbacks(DEVCB_##_read, DEVCB_##_write);
-
-#define MCFG_M7501_PORT_PULLS(_up, _down) \
- downcast<m7501_device *>(device)->set_pulls(_up, _down);
-
class m7501_device : public m6510_device {
public:
m7501_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);