summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/queen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/queen.cpp')
-rw-r--r--src/mame/drivers/queen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/queen.cpp b/src/mame/drivers/queen.cpp
index 21b69043b7a..d9b24ddbf4c 100644
--- a/src/mame/drivers/queen.cpp
+++ b/src/mame/drivers/queen.cpp
@@ -38,7 +38,7 @@ processor speed is 533MHz <- likely to be a Celeron or a Pentium III class CPU -
class queen_state : public pcat_base_state
{
public:
- queen_state(const machine_config &mconfig, device_type type, const char *tag)
+ queen_state(const machine_config &mconfig, device_type type, std::string tag)
: pcat_base_state(mconfig, type, tag)
{
}