summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/coco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/coco.h')
-rw-r--r--src/mame/includes/coco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/coco.h b/src/mame/includes/coco.h
index 7bcf0146f98..f083911afbc 100644
--- a/src/mame/includes/coco.h
+++ b/src/mame/includes/coco.h
@@ -88,7 +88,7 @@ MACHINE_CONFIG_EXTERN( coco_sound );
class coco_state : public driver_device
{
public:
- coco_state(const machine_config &mconfig, device_type type, std::string tag);
+ coco_state(const machine_config &mconfig, device_type type, const char *tag);
required_device<cpu_device> m_maincpu;
required_device<pia6821_device> m_pia_0;