diff options
Diffstat (limited to 'src/mame/includes/toobin.h')
-rw-r--r-- | src/mame/includes/toobin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/toobin.h b/src/mame/includes/toobin.h index e9c1604acd0..38d50d41c60 100644 --- a/src/mame/includes/toobin.h +++ b/src/mame/includes/toobin.h @@ -13,7 +13,7 @@ class toobin_state : public atarigen_state { public: - toobin_state(const machine_config &mconfig, device_type type, std::string tag) + toobin_state(const machine_config &mconfig, device_type type, const char *tag) : atarigen_state(mconfig, type, tag), m_jsa(*this, "jsa"), m_playfield_tilemap(*this, "playfield"), |