summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zaurus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zaurus.cpp')
-rw-r--r--src/mame/drivers/zaurus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/zaurus.cpp b/src/mame/drivers/zaurus.cpp
index cf19f15c8ff..95ef7eac4c3 100644
--- a/src/mame/drivers/zaurus.cpp
+++ b/src/mame/drivers/zaurus.cpp
@@ -1414,7 +1414,7 @@ Note:
class zaurus_state : public driver_device
{
public:
- zaurus_state(const machine_config &mconfig, device_type type, const char *tag)
+ zaurus_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_ram(*this, "ram")