summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/slapstic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/slapstic.cpp')
-rw-r--r--src/mame/machine/slapstic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/slapstic.cpp b/src/mame/machine/slapstic.cpp
index 4ff2fe4a2e3..5ecab2095a7 100644
--- a/src/mame/machine/slapstic.cpp
+++ b/src/mame/machine/slapstic.cpp
@@ -186,7 +186,7 @@
extern const device_type SLAPSTIC = &device_creator<atari_slapstic_device>;
-atari_slapstic_device::atari_slapstic_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+atari_slapstic_device::atari_slapstic_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, SLAPSTIC, "Atari Slapstic", tag, owner, clock, "slapstic", __FILE__),
state(0),
current_bank(0),