summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vme/vme_mvme350.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vme/vme_mvme350.h')
-rw-r--r--src/devices/bus/vme/vme_mvme350.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/vme/vme_mvme350.h b/src/devices/bus/vme/vme_mvme350.h
index c140a5b9fc3..a328f3e7c53 100644
--- a/src/devices/bus/vme/vme_mvme350.h
+++ b/src/devices/bus/vme/vme_mvme350.h
@@ -15,8 +15,8 @@ public:
vme_mvme350_card_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// Shared memory methods to be exported to the VME bus
-// virtual DECLARE_READ16_MEMBER (read16) override;
-// virtual DECLARE_WRITE16_MEMBER (write16) override;
+// virtual uint16_t read16() override;
+// virtual void write16(uint16_t data) override;
protected:
vme_mvme350_card_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);