summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mikro80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mikro80.h')
-rw-r--r--src/mame/includes/mikro80.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mikro80.h b/src/mame/includes/mikro80.h
index 43605587be3..441ca98bcda 100644
--- a/src/mame/includes/mikro80.h
+++ b/src/mame/includes/mikro80.h
@@ -20,7 +20,7 @@ public:
TIMER_RESET
};
- mikro80_state(const machine_config &mconfig, device_type type, std::string tag)
+ mikro80_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_cursor_ram(*this, "cursor_ram"),
m_video_ram(*this, "video_ram"),