summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/xyonix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xyonix.h')
-rw-r--r--src/mame/includes/xyonix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/xyonix.h b/src/mame/includes/xyonix.h
index 35bd02f89ba..8fd3aa576c1 100644
--- a/src/mame/includes/xyonix.h
+++ b/src/mame/includes/xyonix.h
@@ -3,7 +3,7 @@
class xyonix_state : public driver_device
{
public:
- xyonix_state(const machine_config &mconfig, device_type type, std::string tag)
+ xyonix_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_gfxdecode(*this, "gfxdecode"),