summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/quakeat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/quakeat.cpp')
-rw-r--r--src/mame/drivers/quakeat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/quakeat.cpp b/src/mame/drivers/quakeat.cpp
index 4cd2532aa8b..49c8ea6ab42 100644
--- a/src/mame/drivers/quakeat.cpp
+++ b/src/mame/drivers/quakeat.cpp
@@ -68,7 +68,7 @@ TODO:
class quakeat_state : public pcat_base_state
{
public:
- quakeat_state(const machine_config &mconfig, device_type type, std::string tag)
+ quakeat_state(const machine_config &mconfig, device_type type, const char *tag)
: pcat_base_state(mconfig, type, tag)
{ }