summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/patinho_feio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/patinho_feio.cpp')
-rw-r--r--src/mame/drivers/patinho_feio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/patinho_feio.cpp b/src/mame/drivers/patinho_feio.cpp
index 25e9088e87f..e40274c884a 100644
--- a/src/mame/drivers/patinho_feio.cpp
+++ b/src/mame/drivers/patinho_feio.cpp
@@ -10,7 +10,7 @@
class patinho_feio_state : public driver_device
{
public:
- patinho_feio_state(const machine_config &mconfig, device_type type, std::string tag)
+ patinho_feio_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag)
//,m_maincpu(*this, "maincpu")
{ }