summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35/eprom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/comx35/eprom.h')
-rw-r--r--src/devices/bus/comx35/eprom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/comx35/eprom.h b/src/devices/bus/comx35/eprom.h
index 3d30b7e312a..b0b1a75f592 100644
--- a/src/devices/bus/comx35/eprom.h
+++ b/src/devices/bus/comx35/eprom.h
@@ -27,7 +27,7 @@ class comx_epr_device : public device_t,
{
public:
// construction/destruction
- comx_epr_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ comx_epr_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// optional information overrides
virtual const rom_entry *device_rom_region() const override;