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