summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/kenseim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/kenseim.cpp')
-rw-r--r--src/mame/drivers/kenseim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/kenseim.cpp b/src/mame/drivers/kenseim.cpp
index f3c8858dffd..ac1288ee492 100644
--- a/src/mame/drivers/kenseim.cpp
+++ b/src/mame/drivers/kenseim.cpp
@@ -395,7 +395,7 @@ READ_LINE_MEMBER(kenseim_state::cmd_req_r)
READ_LINE_MEMBER(kenseim_state::cmd_LVm_r)
{
- return m_to_68k_cmd_LVm;;
+ return m_to_68k_cmd_LVm;
}
/* 68k side COMMS writes */