diff options
Diffstat (limited to 'src/mame/drivers/amerihok.cpp')
-rw-r--r-- | src/mame/drivers/amerihok.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/amerihok.cpp b/src/mame/drivers/amerihok.cpp index 94c97b27273..aa8a19ae9e2 100644 --- a/src/mame/drivers/amerihok.cpp +++ b/src/mame/drivers/amerihok.cpp @@ -22,7 +22,7 @@ Processor is unknown class amerihok_state : public driver_device { public: - amerihok_state(const machine_config &mconfig, device_type type, std::string tag) + amerihok_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag) // ,m_maincpu(*this, "maincpu") { } |