summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/twinkle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/twinkle.cpp')
-rw-r--r--src/mame/drivers/twinkle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/twinkle.cpp b/src/mame/drivers/twinkle.cpp
index afd0e0b16ad..5b38a3dd019 100644
--- a/src/mame/drivers/twinkle.cpp
+++ b/src/mame/drivers/twinkle.cpp
@@ -247,7 +247,7 @@ Notes:
class twinkle_state : public driver_device
{
public:
- twinkle_state(const machine_config &mconfig, device_type type, std::string tag)
+ twinkle_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_am53cf96(*this, "am53cf96"),
m_ata(*this, "ata"),