summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vme/vme_hcpu30.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vme/vme_hcpu30.h')
-rw-r--r--src/devices/bus/vme/vme_hcpu30.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/devices/bus/vme/vme_hcpu30.h b/src/devices/bus/vme/vme_hcpu30.h
index 1ca87f8b627..98e0691b6fe 100644
--- a/src/devices/bus/vme/vme_hcpu30.h
+++ b/src/devices/bus/vme/vme_hcpu30.h
@@ -20,10 +20,6 @@ class vme_hcpu30_card_device : public device_t, public device_vme_card_interface
public:
vme_hcpu30_card_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ32_MEMBER(bootvect_r);
- DECLARE_WRITE32_MEMBER(bootvect_w);
-
- void hcpu30_mem(address_map &map);
protected:
vme_hcpu30_card_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
@@ -42,6 +38,11 @@ private:
// Pointer to System ROMs needed by bootvect_r and masking RAM buffer for post reset accesses
uint32_t *m_sysrom;
uint32_t m_sysram[2];
+
+ DECLARE_READ32_MEMBER(bootvect_r);
+ DECLARE_WRITE32_MEMBER(bootvect_w);
+
+ void hcpu30_mem(address_map &map);
};
#endif // MAME_BUS_VME_VME_HCPU30_H