summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ashnojoe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ashnojoe.h')
-rw-r--r--src/mame/includes/ashnojoe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/ashnojoe.h b/src/mame/includes/ashnojoe.h
index 5de4adc05d2..028ccdd650a 100644
--- a/src/mame/includes/ashnojoe.h
+++ b/src/mame/includes/ashnojoe.h
@@ -10,7 +10,7 @@
class ashnojoe_state : public driver_device
{
public:
- ashnojoe_state(const machine_config &mconfig, device_type type, std::string tag)
+ ashnojoe_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_tileram_3(*this, "tileram_3"),
m_tileram_4(*this, "tileram_4"),