diff options
Diffstat (limited to 'src/mame/includes/opwolf.h')
-rw-r--r-- | src/mame/includes/opwolf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/opwolf.h b/src/mame/includes/opwolf.h index 8443deaa84e..e93ab442abd 100644 --- a/src/mame/includes/opwolf.h +++ b/src/mame/includes/opwolf.h @@ -18,7 +18,7 @@ public: TIMER_CCHIP }; - opwolf_state(const machine_config &mconfig, device_type type, std::string tag) + opwolf_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_cchip_ram(*this, "cchip_ram"), m_maincpu(*this, "maincpu"), |