summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/coleco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/coleco.h')
-rw-r--r--src/mame/includes/coleco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/coleco.h b/src/mame/includes/coleco.h
index 2886f18b9a8..cbd90172800 100644
--- a/src/mame/includes/coleco.h
+++ b/src/mame/includes/coleco.h
@@ -16,7 +16,7 @@
class coleco_state : public driver_device
{
public:
- coleco_state(const machine_config &mconfig, device_type type, const char *tag)
+ coleco_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_cart(*this, COLECOVISION_CARTRIDGE_SLOT_TAG),