summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tms6100.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/tms6100.h')
-rw-r--r--src/devices/machine/tms6100.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/tms6100.h b/src/devices/machine/tms6100.h
index a0130a51c10..cd802bab7d2 100644
--- a/src/devices/machine/tms6100.h
+++ b/src/devices/machine/tms6100.h
@@ -94,8 +94,8 @@
class tms6100_device : public device_t
{
public:
- tms6100_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
- tms6100_device(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
+ tms6100_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ tms6100_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
static void enable_4bit_mode(device_t &device) { downcast<tms6100_device &>(device).m_4bit_mode = true; }
@@ -140,7 +140,7 @@ protected:
class m58819_device : public tms6100_device
{
public:
- m58819_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ m58819_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
protected:
// device-level overrides