diff options
Diffstat (limited to 'src/mame/includes/beathead.h')
-rw-r--r-- | src/mame/includes/beathead.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/beathead.h b/src/mame/includes/beathead.h index 88ae6dc91a4..5913cb4a997 100644 --- a/src/mame/includes/beathead.h +++ b/src/mame/includes/beathead.h @@ -13,7 +13,7 @@ class beathead_state : public atarigen_state { public: - beathead_state(const machine_config &mconfig, device_type type, std::string tag) + beathead_state(const machine_config &mconfig, device_type type, const char *tag) : atarigen_state(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_jsa(*this, "jsa"), |