summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/comx35.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/comx35.cpp')
-rw-r--r--src/mame/drivers/comx35.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/comx35.cpp b/src/mame/drivers/comx35.cpp
index 787e06cbcf2..e5a76dd6d9d 100644
--- a/src/mame/drivers/comx35.cpp
+++ b/src/mame/drivers/comx35.cpp
@@ -266,7 +266,7 @@ READ8_MEMBER( comx35_state::io_r )
if (offset == 3)
{
- data = m_kbe->read(space, 0);
+ data = m_kbe->read();
}
return data;