diff options
Diffstat (limited to 'src/mame/drivers/egghunt.cpp')
-rw-r--r-- | src/mame/drivers/egghunt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/egghunt.cpp b/src/mame/drivers/egghunt.cpp index 863d39e1a01..4b924a5eb7d 100644 --- a/src/mame/drivers/egghunt.cpp +++ b/src/mame/drivers/egghunt.cpp @@ -50,7 +50,7 @@ I dumped it with this configuration. In case I'll redump it desoldering pin 16 f class egghunt_state : public driver_device { public: - egghunt_state(const machine_config &mconfig, device_type type, const char *tag) + egghunt_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_audiocpu(*this, "audiocpu"), m_atram(*this, "atram"), |