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