diff options
Diffstat (limited to 'src/mame/drivers/compucolor.cpp')
-rw-r--r-- | src/mame/drivers/compucolor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/compucolor.cpp b/src/mame/drivers/compucolor.cpp index d77f6bc9d33..30f4b594ef3 100644 --- a/src/mame/drivers/compucolor.cpp +++ b/src/mame/drivers/compucolor.cpp @@ -36,7 +36,7 @@ class compucolor2_state : public driver_device { public: - compucolor2_state(const machine_config &mconfig, device_type type, std::string tag) + compucolor2_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, I8080_TAG), m_mioc(*this, TMS5501_TAG), |