diff options
Diffstat (limited to 'src/mame/drivers/ccs300.cpp')
-rw-r--r-- | src/mame/drivers/ccs300.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ccs300.cpp b/src/mame/drivers/ccs300.cpp index c3daaaf5aed..a0842350bd2 100644 --- a/src/mame/drivers/ccs300.cpp +++ b/src/mame/drivers/ccs300.cpp @@ -28,7 +28,7 @@ There's unknown usage of ports 11 thru 1B, 34, and F0 thru F2. class ccs300_state : public driver_device { public: - ccs300_state(const machine_config &mconfig, device_type type, std::string tag) + ccs300_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_terminal(*this, TERMINAL_TAG) |