summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
diff options
context:
space:
mode:
author PugsyMAME <pugsy@gmx.net>2017-02-25 16:39:32 +0000
committer Olivier Galibert <galibert@pobox.com>2017-02-25 17:23:22 +0000
commit82f03efc01e3d82a66a5b43f594fff10c43f00fb (patch)
treeffc4d4355390fb2674dbc1ddb4667ffd57c565e4 /src/frontend
parente8f1daea2ea3583b8593c8016f92c660a92c924d (diff)
Update mame.h
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/mame/mame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/mame/mame.h b/src/frontend/mame/mame.h
index b6061810245..a2d21520229 100644
--- a/src/frontend/mame/mame.h
+++ b/src/frontend/mame/mame.h
@@ -51,6 +51,8 @@ public:
virtual ui_manager* create_ui(running_machine& machine) override;
virtual void create_custom(running_machine& machine) override;
+
+ virtual void load_cheatfiles(running_machine& machine) override;
virtual void ui_initialize(running_machine& machine) override;