summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/globalvr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/globalvr.cpp')
-rw-r--r--src/mame/drivers/globalvr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/globalvr.cpp b/src/mame/drivers/globalvr.cpp
index f5329a531e2..04b957b9c90 100644
--- a/src/mame/drivers/globalvr.cpp
+++ b/src/mame/drivers/globalvr.cpp
@@ -62,7 +62,7 @@ UltraPin 2006
class globalvr_state : public driver_device
{
public:
- globalvr_state(const machine_config &mconfig, device_type type, std::string tag)
+ globalvr_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu")
{ }