summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xbox.h')
-rw-r--r--src/mame/includes/xbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/xbox.h b/src/mame/includes/xbox.h
index 30e2d41e3e1..ea4db5c7db4 100644
--- a/src/mame/includes/xbox.h
+++ b/src/mame/includes/xbox.h
@@ -207,7 +207,7 @@ private:
class xbox_base_state : public driver_device
{
public:
- xbox_base_state(const machine_config &mconfig, device_type type, std::string tag) :
+ xbox_base_state(const machine_config &mconfig, device_type type, const char *tag) :
driver_device(mconfig, type, tag),
nvidia_nv2a(nullptr),
debug_irq_active(false),