From d5d04ca682bd0481e7cdb4d0a72e0ac4d66ce61b Mon Sep 17 00:00:00 2001 From: PugsyMAME Date: Sat, 25 Feb 2017 16:47:27 +0000 Subject: [PATCH] Update mame.cpp --- src/frontend/mame/mame.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/frontend/mame/mame.cpp b/src/frontend/mame/mame.cpp index b99566ea5de..feb5fb770d4 100644 --- a/src/frontend/mame/mame.cpp +++ b/src/frontend/mame/mame.cpp @@ -299,7 +299,10 @@ void mame_machine_manager::create_custom(running_machine& machine) // start favorite manager m_favorite = std::make_unique(machine, m_ui->options()); +} +void mame_machine_manager::load_cheatfiles(running_machine& machine) +{ // set up the cheat engine m_cheat = std::make_unique(machine); }