summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/z88/flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/z88/flash.h')
-rw-r--r--src/devices/bus/z88/flash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/z88/flash.h b/src/devices/bus/z88/flash.h
index 37fe76e2f99..93c0a5a132f 100644
--- a/src/devices/bus/z88/flash.h
+++ b/src/devices/bus/z88/flash.h
@@ -20,7 +20,7 @@ class z88_1024k_flash_device : public device_t,
{
public:
// construction/destruction
- z88_1024k_flash_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ z88_1024k_flash_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// optional information overrides
virtual machine_config_constructor device_mconfig_additions() const override;