diff options
Diffstat (limited to 'src/mame/includes/moo.h')
-rw-r--r-- | src/mame/includes/moo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/moo.h b/src/mame/includes/moo.h index fefd94d6fdd..28cb1e9ffef 100644 --- a/src/mame/includes/moo.h +++ b/src/mame/includes/moo.h @@ -18,7 +18,7 @@ class moo_state : public driver_device { public: - moo_state(const machine_config &mconfig, device_type type, std::string tag) + moo_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_workram(*this, "workram"), m_spriteram(*this, "spriteram"), |