diff options
Diffstat (limited to 'src/mame/drivers/embargo.cpp')
-rw-r--r-- | src/mame/drivers/embargo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/embargo.cpp b/src/mame/drivers/embargo.cpp index 586b96e16af..f7471a23501 100644 --- a/src/mame/drivers/embargo.cpp +++ b/src/mame/drivers/embargo.cpp @@ -13,7 +13,7 @@ class embargo_state : public driver_device { public: - embargo_state(const machine_config &mconfig, device_type type, const char *tag) + embargo_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_videoram(*this, "videoram"), m_maincpu(*this, "maincpu") { } |