summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index f290dfde9e9..3281ca7813b 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1317,6 +1317,8 @@ group "core"
dofile(path.join("src", "emu.lua"))
+dofile(path.join("src", "mame", "frontend.lua"))
+
group "devices"
dofile(path.join("src", "devices.lua"))
devicesProject(_OPTIONS["target"],_OPTIONS["subtarget"])