summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sealy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sealy.cpp')
-rw-r--r--src/mame/drivers/sealy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sealy.cpp b/src/mame/drivers/sealy.cpp
index 045dd891428..0dedecb8feb 100644
--- a/src/mame/drivers/sealy.cpp
+++ b/src/mame/drivers/sealy.cpp
@@ -37,7 +37,7 @@ Notes:
class sealy_state : public driver_device
{
public:
- sealy_state(const machine_config &mconfig, device_type type, std::string tag)
+ sealy_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_palette(*this, "palette")