summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/m6m80011ap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/m6m80011ap.h')
-rw-r--r--src/devices/machine/m6m80011ap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/m6m80011ap.h b/src/devices/machine/m6m80011ap.h
index dfea6c06c14..b7729799035 100644
--- a/src/devices/machine/m6m80011ap.h
+++ b/src/devices/machine/m6m80011ap.h
@@ -43,7 +43,7 @@ class m6m80011ap_device : public device_t,
{
public:
// construction/destruction
- m6m80011ap_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ m6m80011ap_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// I/O operations
DECLARE_READ_LINE_MEMBER( read_bit );