summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hh_cops1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hh_cops1.cpp')
-rw-r--r--src/mame/drivers/hh_cops1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hh_cops1.cpp b/src/mame/drivers/hh_cops1.cpp
index d9a1ba199d1..b83b1931fcc 100644
--- a/src/mame/drivers/hh_cops1.cpp
+++ b/src/mame/drivers/hh_cops1.cpp
@@ -334,7 +334,7 @@ void qkracerm_state::update_display()
void qkracerm_state::ds8874_output_w(u16 data)
{
- // DS8874N outputs: digit select, input mux
+ // DS8874 outputs: digit select, input mux
m_grid = ~data;
m_inp_mux = m_grid >> 3;
update_display();