diff options
Diffstat (limited to 'src/mame/includes/xorworld.h')
-rw-r--r-- | src/mame/includes/xorworld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/xorworld.h b/src/mame/includes/xorworld.h index 75a6b53030f..bccde997aeb 100644 --- a/src/mame/includes/xorworld.h +++ b/src/mame/includes/xorworld.h @@ -5,7 +5,7 @@ class xorworld_state : public driver_device { public: - xorworld_state(const machine_config &mconfig, device_type type, std::string tag) + xorworld_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_eeprom(*this, "eeprom"), |