diff options
Diffstat (limited to 'src/mame/machine/mathbox.cpp')
-rw-r--r-- | src/mame/machine/mathbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mathbox.cpp b/src/mame/machine/mathbox.cpp index 7b014ed1158..1366081c7e2 100644 --- a/src/mame/machine/mathbox.cpp +++ b/src/mame/machine/mathbox.cpp @@ -39,7 +39,7 @@ const device_type MATHBOX = &device_creator<mathbox_device>; -mathbox_device::mathbox_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) +mathbox_device::mathbox_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) : device_t(mconfig, MATHBOX, "Atari MATHBOX", tag, owner, clock, "mathbox", __FILE__) { } |