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