diff options
Diffstat (limited to 'src/mame/machine/coco.cpp')
-rw-r--r-- | src/mame/machine/coco.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/coco.cpp b/src/mame/machine/coco.cpp index ba88b004762..5a992dd97cd 100644 --- a/src/mame/machine/coco.cpp +++ b/src/mame/machine/coco.cpp @@ -79,7 +79,7 @@ DAC and bitbanger values written should be reflected in the read. // ctor //------------------------------------------------- -coco_state::coco_state(const machine_config &mconfig, device_type type, const char *tag) +coco_state::coco_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_maincpu(*this, MAINCPU_TAG), m_pia_0(*this, PIA0_TAG), |