diff options
Diffstat (limited to 'src/devices/machine/steppers.cpp')
-rw-r--r-- | src/devices/machine/steppers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/steppers.cpp b/src/devices/machine/steppers.cpp index 9eb8b6c251b..2f63c8529d3 100644 --- a/src/devices/machine/steppers.cpp +++ b/src/devices/machine/steppers.cpp @@ -43,7 +43,7 @@ const device_type STEPPER = &device_creator<stepper_device>; -stepper_device::stepper_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) +stepper_device::stepper_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : device_t(mconfig, STEPPER, "Stepper Motor", tag, owner, clock, "stepper", __FILE__), m_optic_cb(*this) { |