summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/policetr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/policetr.h')
-rw-r--r--src/mame/includes/policetr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/policetr.h b/src/mame/includes/policetr.h
index 8efab248691..9525c9a21a7 100644
--- a/src/mame/includes/policetr.h
+++ b/src/mame/includes/policetr.h
@@ -14,7 +14,7 @@ public:
TIMER_IRQ5_GEN
};
- policetr_state(const machine_config &mconfig, device_type type, std::string tag)
+ policetr_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_rambase(*this, "rambase"),
m_maincpu(*this, "maincpu"),