summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vip/vp700.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vip/vp700.h')
-rw-r--r--src/devices/bus/vip/vp700.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vip/vp700.h b/src/devices/bus/vip/vp700.h
index 16e7cd2f78e..4927005742e 100644
--- a/src/devices/bus/vip/vp700.h
+++ b/src/devices/bus/vip/vp700.h
@@ -37,7 +37,7 @@ protected:
virtual void device_start() override;
// device_vip_expansion_card_interface overrides
- virtual uint8_t vip_program_r(address_space &space, offs_t offset, int cs, int cdef, int *minh) override;
+ virtual uint8_t vip_program_r(offs_t offset, int cs, int cdef, int *minh) override;
private:
required_memory_region m_rom;