summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taito.cpp')
-rw-r--r--src/mame/drivers/taito.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taito.cpp b/src/mame/drivers/taito.cpp
index 2060822cf4b..6f4bf260423 100644
--- a/src/mame/drivers/taito.cpp
+++ b/src/mame/drivers/taito.cpp
@@ -329,7 +329,7 @@ WRITE_LINE_MEMBER( taito_state::votrax_request )
void taito_state::machine_start()
{
- m_digits.resolve();
+ m_digits.resolve();
m_out_offs = 0;
std::fill(std::begin(m_io), std::end(m_io), 0);