summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decmxc06.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decmxc06.h')
-rw-r--r--src/mame/video/decmxc06.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/decmxc06.h b/src/mame/video/decmxc06.h
index a4b58a73195..6c5753fe419 100644
--- a/src/mame/video/decmxc06.h
+++ b/src/mame/video/decmxc06.h
@@ -7,11 +7,11 @@ class deco_mxc06_device : public device_t,
public device_video_interface
{
public:
- deco_mxc06_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ deco_mxc06_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// static configuration
- static void static_set_gfxdecode_tag(device_t &device, const char *tag);
- static void static_set_palette_tag(device_t &device, const char *tag);
+ static void static_set_gfxdecode_tag(device_t &device, std::string tag);
+ static void static_set_palette_tag(device_t &device, std::string tag);
static void set_gfx_region(device_t &device, int region);
static void set_ram_size(device_t &device, int size)
{