summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/savia84.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/savia84.cpp')
-rw-r--r--src/mame/drivers/savia84.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/savia84.cpp b/src/mame/drivers/savia84.cpp
index b094410cd95..25199eaded2 100644
--- a/src/mame/drivers/savia84.cpp
+++ b/src/mame/drivers/savia84.cpp
@@ -37,7 +37,7 @@
class savia84_state : public driver_device
{
public:
- savia84_state(const machine_config &mconfig, device_type type, const char *tag)
+ savia84_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_ppi8255(*this, "ppi8255")