summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vip/vp700.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vip/vp700.cpp')
-rw-r--r--src/devices/bus/vip/vp700.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vip/vp700.cpp b/src/devices/bus/vip/vp700.cpp
index 4b7dbab2839..f64574a23fc 100644
--- a/src/devices/bus/vip/vp700.cpp
+++ b/src/devices/bus/vip/vp700.cpp
@@ -67,7 +67,7 @@ void vp700_device::device_start()
// vip_program_r - program read
//-------------------------------------------------
-uint8_t vp700_device::vip_program_r(address_space &space, offs_t offset, int cs, int cdef, int *minh)
+uint8_t vp700_device::vip_program_r(offs_t offset, int cs, int cdef, int *minh)
{
uint8_t data = 0xff;