diff options
Diffstat (limited to 'src/mame/drivers/sothello.cpp')
-rw-r--r-- | src/mame/drivers/sothello.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sothello.cpp b/src/mame/drivers/sothello.cpp index 6016c86a669..c72767f767b 100644 --- a/src/mame/drivers/sothello.cpp +++ b/src/mame/drivers/sothello.cpp @@ -47,7 +47,7 @@ OSC : 8.0000MHz(X1) 21.477 MHz(X2) 384kHz(X3) class sothello_state : public driver_device { public: - sothello_state(const machine_config &mconfig, device_type type, std::string tag) + sothello_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_v9938(*this, "v9938") , m_maincpu(*this, "maincpu"), |