diff options
Diffstat (limited to 'src/mame/drivers/othello.cpp')
-rw-r--r-- | src/mame/drivers/othello.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/othello.cpp b/src/mame/drivers/othello.cpp index 9d76ae1f8c5..82f8959a507 100644 --- a/src/mame/drivers/othello.cpp +++ b/src/mame/drivers/othello.cpp @@ -52,7 +52,7 @@ Limit for help/undo (matta): class othello_state : public driver_device { public: - othello_state(const machine_config &mconfig, device_type type, std::string tag) + othello_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_videoram(*this, "videoram"), m_maincpu(*this, "maincpu"), |