diff options
Diffstat (limited to 'src/devices/machine/rtc9701.h')
-rw-r--r-- | src/devices/machine/rtc9701.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/rtc9701.h b/src/devices/machine/rtc9701.h index fa367cb21c5..14407f157ec 100644 --- a/src/devices/machine/rtc9701.h +++ b/src/devices/machine/rtc9701.h @@ -51,7 +51,7 @@ class rtc9701_device : public device_t, { public: // construction/destruction - rtc9701_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + rtc9701_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); // I/O operations |