summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thomson.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thomson.h')
-rw-r--r--src/mame/includes/thomson.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/thomson.h b/src/mame/includes/thomson.h
index 33708d48d65..f8047501e7c 100644
--- a/src/mame/includes/thomson.h
+++ b/src/mame/includes/thomson.h
@@ -96,7 +96,7 @@ struct thom_vsignal {
class thomson_state : public driver_device
{
public:
- thomson_state(const machine_config &mconfig, device_type type, std::string tag) :
+ thomson_state(const machine_config &mconfig, device_type type, const char *tag) :
driver_device(mconfig, type, tag),
m_mc6854(*this, "mc6854"),
m_maincpu(*this, "maincpu"),
@@ -674,7 +674,7 @@ class to7_io_line_device : public device_t
{
public:
// construction/destruction
- to7_io_line_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ to7_io_line_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
/* read data register */
DECLARE_READ8_MEMBER(porta_in);