summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/nec/v25.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/nec/v25.h')
-rw-r--r--src/devices/cpu/nec/v25.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/devices/cpu/nec/v25.h b/src/devices/cpu/nec/v25.h
index 3f651337667..209180091d8 100644
--- a/src/devices/cpu/nec/v25.h
+++ b/src/devices/cpu/nec/v25.h
@@ -21,33 +21,6 @@ enum
V25_PENDING
};
-
-#define MCFG_V25_CONFIG(_table) \
- downcast<v25_common_device &>(*device).set_decryption_table(_table);
-
-
-#define MCFG_V25_PORT_PT_READ_CB(_devcb) \
- downcast<v25_common_device &>(*device).set_pt_in_cb(DEVCB_##_devcb);
-
-#define MCFG_V25_PORT_P0_READ_CB(_devcb) \
- downcast<v25_common_device &>(*device).set_p0_in_cb(DEVCB_##_devcb);
-
-#define MCFG_V25_PORT_P1_READ_CB(_devcb) \
- downcast<v25_common_device &>(*device).set_p1_in_cb(DEVCB_##_devcb);
-
-#define MCFG_V25_PORT_P2_READ_CB(_devcb) \
- downcast<v25_common_device &>(*device).set_p2_in_cb(DEVCB_##_devcb);
-
-
-#define MCFG_V25_PORT_P0_WRITE_CB(_devcb) \
- downcast<v25_common_device &>(*device).set_p0_out_cb(DEVCB_##_devcb);
-
-#define MCFG_V25_PORT_P1_WRITE_CB(_devcb) \
- downcast<v25_common_device &>(*device).set_p1_out_cb(DEVCB_##_devcb);
-
-#define MCFG_V25_PORT_P2_WRITE_CB(_devcb) \
- downcast<v25_common_device &>(*device).set_p2_out_cb(DEVCB_##_devcb);
-
class v25_common_device : public cpu_device
{
public: