summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35/ram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/comx35/ram.h')
-rw-r--r--src/devices/bus/comx35/ram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/comx35/ram.h b/src/devices/bus/comx35/ram.h
index c74a54066f4..d76261a7103 100644
--- a/src/devices/bus/comx35/ram.h
+++ b/src/devices/bus/comx35/ram.h
@@ -27,7 +27,7 @@ class comx_ram_device : public device_t,
{
public:
// construction/destruction
- comx_ram_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ comx_ram_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
protected:
// device-level overrides