diff options
Diffstat (limited to 'src/mame/drivers/laz_awetoss.cpp')
-rw-r--r-- | src/mame/drivers/laz_awetoss.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/laz_awetoss.cpp b/src/mame/drivers/laz_awetoss.cpp index cc5cf7fc40c..e0ae4697f64 100644 --- a/src/mame/drivers/laz_awetoss.cpp +++ b/src/mame/drivers/laz_awetoss.cpp @@ -16,7 +16,7 @@ Awesome tossem u21 = 27c512 class awetoss_state : public driver_device { public: - awetoss_state(const machine_config &mconfig, device_type type, std::string tag) + awetoss_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag) // ,m_maincpu(*this, "maincpu") { } |