summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m92.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m92.h')
-rw-r--r--src/mame/includes/m92.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/m92.h b/src/mame/includes/m92.h
index 37246141a96..ceff8595f12 100644
--- a/src/mame/includes/m92.h
+++ b/src/mame/includes/m92.h
@@ -26,7 +26,7 @@ public:
TIMER_SPRITEBUFFER
};
- m92_state(const machine_config &mconfig, device_type type, std::string tag)
+ m92_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_spriteram(*this, "spriteram"),
m_vram_data(*this, "vram_data"),