summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/strata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/strata.h')
-rw-r--r--src/devices/machine/strata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/strata.h b/src/devices/machine/strata.h
index 5092d1e891e..a80fa8c7e59 100644
--- a/src/devices/machine/strata.h
+++ b/src/devices/machine/strata.h
@@ -7,7 +7,7 @@
class strataflash_device : public device_t, public device_nvram_interface
{
public:
- strataflash_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ strataflash_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// 8-bit access
DECLARE_READ8_MEMBER( read8 );