summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/dmv/ram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/dmv/ram.h')
-rw-r--r--src/devices/bus/dmv/ram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/dmv/ram.h b/src/devices/bus/dmv/ram.h
index 10fe369bbef..b6d25e5423a 100644
--- a/src/devices/bus/dmv/ram.h
+++ b/src/devices/bus/dmv/ram.h
@@ -20,7 +20,7 @@ class dmv_ram_device :
{
public:
// construction/destruction
- dmv_ram_device(const machine_config &mconfig, device_type type, UINT32 size, std::string name, std::string tag, device_t *owner, UINT32 clock, std::string shortname, std::string source);
+ dmv_ram_device(const machine_config &mconfig, device_type type, UINT32 size, const char *name, std::string tag, device_t *owner, UINT32 clock, std::string shortname, std::string source);
protected:
// device-level overrides