summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nb1414m4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/nb1414m4.h')
-rw-r--r--src/mame/includes/nb1414m4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/nb1414m4.h b/src/mame/includes/nb1414m4.h
index 20e392f6f2e..032eeaa7fde 100644
--- a/src/mame/includes/nb1414m4.h
+++ b/src/mame/includes/nb1414m4.h
@@ -4,7 +4,7 @@ class nb1414m4_device : public device_t,
public device_video_interface
{
public:
- nb1414m4_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ nb1414m4_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
~nb1414m4_device() {}
void exec(UINT16 mcu_cmd, UINT8 *vram, UINT16 &scrollx, UINT16 &scrolly, tilemap_t *tilemap);