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