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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/machine/steppers.h b/src/mame/machine/steppers.h
index ad6094be1f8..b33da923a56 100644
--- a/src/mame/machine/steppers.h
+++ b/src/mame/machine/steppers.h
@@ -18,11 +18,11 @@
#ifndef INC_STEPPERS
#define INC_STEPPERS
-#define MAX_STEPPERS 16 // maximum number of steppers
+#define MAX_STEPPERS 8 // maximum number of steppers
-#define STEPPER_48STEP_REEL 0 // STARPOINT RMXXX reel unit
-#define BARCREST_48STEP_REEL 1 // Barcrest bespoke reel unit
-#define STEPPER_144STEPS_DICE 2 // STARPOINT 1DCU DICE mechanism - tech sheet available on request
+#define STARPOINT_48STEP_REEL 0 // STARPOINT RMXXX reel unit
+#define BARCREST_48STEP_REEL 1 // Barcrest bespoke reel unit
+#define STARPOINT_144STEPS_DICE 2 // STARPOINT 1DCU DICE mechanism - tech sheet available on request
void Stepper_init( int id, int type); // init a stepper motor