diff options
Diffstat (limited to 'src/devices/bus/vme/vme_mvme350.h')
-rw-r--r-- | src/devices/bus/vme/vme_mvme350.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/bus/vme/vme_mvme350.h b/src/devices/bus/vme/vme_mvme350.h index 24fba717cb0..c140a5b9fc3 100644 --- a/src/devices/bus/vme/vme_mvme350.h +++ b/src/devices/bus/vme/vme_mvme350.h @@ -18,7 +18,6 @@ public: // virtual DECLARE_READ16_MEMBER (read16) override; // virtual DECLARE_WRITE16_MEMBER (write16) override; - void mvme350_mem(address_map &map); protected: vme_mvme350_card_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock); @@ -28,6 +27,9 @@ protected: // optional information overrides virtual void device_add_mconfig(machine_config &config) override; virtual const tiny_rom_entry *device_rom_region() const override; + +private: + void mvme350_mem(address_map &map); }; #endif // MAME_BUS_VME_VME_MVME350_H |