summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segam1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segam1.cpp')
-rw-r--r--src/mame/drivers/segam1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segam1.cpp b/src/mame/drivers/segam1.cpp
index a6284a586be..b31dbbf56fb 100644
--- a/src/mame/drivers/segam1.cpp
+++ b/src/mame/drivers/segam1.cpp
@@ -40,7 +40,7 @@ uses s24 style tilemaps (ram based?)
class segam1_state : public driver_device
{
public:
- segam1_state(const machine_config &mconfig, device_type type, std::string tag)
+ segam1_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu")
{ }