summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gizmondo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gizmondo.cpp')
-rw-r--r--src/mame/drivers/gizmondo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gizmondo.cpp b/src/mame/drivers/gizmondo.cpp
index 4f14b5ab349..0ac24396992 100644
--- a/src/mame/drivers/gizmondo.cpp
+++ b/src/mame/drivers/gizmondo.cpp
@@ -45,7 +45,7 @@ SYSINTR_GPS = INT_EINT3, INT_EINT8_23 (EINT18)
class gizmondo_state : public driver_device
{
public:
- gizmondo_state(const machine_config &mconfig, device_type type, const char *tag)
+ gizmondo_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag) ,
m_s3c2440(*this, "s3c2440"),
m_maincpu(*this, "maincpu"),