summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decocomn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decocomn.h')
-rw-r--r--src/mame/video/decocomn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/decocomn.h b/src/mame/video/decocomn.h
index b2c758c9d60..d7ea53956ec 100644
--- a/src/mame/video/decocomn.h
+++ b/src/mame/video/decocomn.h
@@ -20,11 +20,11 @@ class decocomn_device : public device_t,
public device_video_interface
{
public:
- decocomn_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ decocomn_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
~decocomn_device() {}
// static configuration
- static void static_set_palette_tag(device_t &device, const char *tag);
+ static void static_set_palette_tag(device_t &device, std::string tag);
DECLARE_WRITE16_MEMBER( nonbuffered_palette_w );
DECLARE_WRITE16_MEMBER( buffered_palette_w );