summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/steppers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/steppers.h')
-rw-r--r--src/mame/machine/steppers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/machine/steppers.h b/src/mame/machine/steppers.h
index 3b0750d8d5d..db1b30cb1e9 100644
--- a/src/mame/machine/steppers.h
+++ b/src/mame/machine/steppers.h
@@ -59,5 +59,7 @@ int stepper_update(int id, UINT8 pattern); /* update a motor */
int stepper_get_position(int id); /* get current position in half steps */
+int stepper_get_absolute_position(int id); /* get current absolute position in half steps */
+
int stepper_get_max(int id); /* get maximum position in half steps */
#endif