summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vme/vme_fccpu20.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vme/vme_fccpu20.h')
-rw-r--r--src/devices/bus/vme/vme_fccpu20.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/vme/vme_fccpu20.h b/src/devices/bus/vme/vme_fccpu20.h
index d5f64ff3d5f..ede5e886f46 100644
--- a/src/devices/bus/vme/vme_fccpu20.h
+++ b/src/devices/bus/vme/vme_fccpu20.h
@@ -65,8 +65,8 @@ private:
uint8_t pitc_r();
// Below are duplicated declarations from src/mame/drivers/fccpu20.cpp
- DECLARE_READ32_MEMBER (bootvect_r);
- DECLARE_WRITE32_MEMBER (bootvect_w);
+ uint32_t bootvect_r(offs_t offset);
+ void bootvect_w(offs_t offset, uint32_t data, uint32_t mem_mask = ~0);
void cpu20_mem(address_map &map);
void cpu_space_map(address_map &map);