diff options
Diffstat (limited to 'src/mame/includes/electron.h')
-rw-r--r-- | src/mame/includes/electron.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/electron.h b/src/mame/includes/electron.h index 393a90b555f..81d6b9ca171 100644 --- a/src/mame/includes/electron.h +++ b/src/mame/includes/electron.h @@ -68,7 +68,7 @@ public: TIMER_SCANLINE_INTERRUPT }; - electron_state(const machine_config &mconfig, device_type type, std::string tag) + electron_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_cassette(*this, "cassette"), |