summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tms9901.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/tms9901.h')
-rw-r--r--src/devices/machine/tms9901.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/tms9901.h b/src/devices/machine/tms9901.h
index bd0700aaa71..87d314e0685 100644
--- a/src/devices/machine/tms9901.h
+++ b/src/devices/machine/tms9901.h
@@ -56,7 +56,7 @@ enum
class tms9901_device : public device_t
{
public:
- tms9901_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ tms9901_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
void set_single_int(int pin_number, int state);