diff options
Diffstat (limited to 'src/mame/includes/intv.h')
-rw-r--r-- | src/mame/includes/intv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/intv.h b/src/mame/includes/intv.h index 1ef652f1aa4..7f14c7fb55a 100644 --- a/src/mame/includes/intv.h +++ b/src/mame/includes/intv.h @@ -30,7 +30,7 @@ public: TIMER_INTV_BTB_FILL }; - intv_state(const machine_config &mconfig, device_type type, std::string tag) + intv_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_sound(*this, "ay8914"), |