summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/xavix2000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/xavix2000.h')
-rw-r--r--src/devices/cpu/m6502/xavix2000.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/cpu/m6502/xavix2000.h b/src/devices/cpu/m6502/xavix2000.h
index 23d8ca9b890..6eec3db88d5 100644
--- a/src/devices/cpu/m6502/xavix2000.h
+++ b/src/devices/cpu/m6502/xavix2000.h
@@ -12,9 +12,6 @@
#include "xavix.h"
-#define MCFG_XAVIX2000_VECTOR_CALLBACK(_class, _method) \
- downcast<xavix2000_device &>(*device).set_vector_callback(xavix2000_device::xavix2000_interrupt_vector_delegate(&_class::_method, #_class "::" #_method, this));
-
class xavix2000_device : public xavix_device {
public:
xavix2000_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);