summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/steppers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/steppers.cpp')
-rw-r--r--src/devices/machine/steppers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/steppers.cpp b/src/devices/machine/steppers.cpp
index e1eea4d648e..2f63c8529d3 100644
--- a/src/devices/machine/steppers.cpp
+++ b/src/devices/machine/steppers.cpp
@@ -142,7 +142,7 @@ int stepper_device::update(UINT8 pattern)
a small movement that may trigger the optic tab.
*/
- int pos,steps=0;
+ int pos,steps;
m_pattern = pattern;
switch ( m_type )
{