summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds1302.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds1302.h')
-rw-r--r--src/devices/machine/ds1302.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds1302.h b/src/devices/machine/ds1302.h
index 5f0784519b7..515613579b2 100644
--- a/src/devices/machine/ds1302.h
+++ b/src/devices/machine/ds1302.h
@@ -43,7 +43,7 @@ class ds1302_device : public device_t,
{
public:
// construction/destruction
- ds1302_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ ds1302_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
DECLARE_WRITE_LINE_MEMBER( ce_w );
DECLARE_WRITE_LINE_MEMBER( sclk_w );