From 04672777eb9cb388d37150d2be4db25ae71b6ca3 Mon Sep 17 00:00:00 2001 From: David Haywood <28625134+DavidHaywood@users.noreply.github.com> Date: Mon, 21 Sep 2020 18:17:25 +0100 Subject: pcp8718 / pcp8728 / bkid218 - make menu controller a shared device (#7270) --- scripts/src/machine.lua | 11 +++++++++++ scripts/target/mame/mess.lua | 1 + 2 files changed, 12 insertions(+) (limited to 'scripts') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 600c22f2746..ac3cf2b31a1 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4546,3 +4546,14 @@ if (MACHINES["ALPHA_8921"]~=null) then MAME_DIR .. "src/devices/machine/alpha_8921.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/bl_handhelds_menucontrol.h,MACHINES["BL_HANDHELDS_MENUCONTROL"] = true +--------------------------------------------------- +if (MACHINES["BL_HANDHELDS_MENUCONTROL"]~=null) then + files { + MAME_DIR .. "src/devices/machine/bl_handhelds_menucontrol.cpp", + MAME_DIR .. "src/devices/machine/bl_handhelds_menucontrol.h", + } +end diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index d4c33c727dd..a2040f202aa 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -779,6 +779,7 @@ MACHINES["XC1700E"] = true MACHINES["EDLC"] = true MACHINES["WTL3132"] = true MACHINES["CXD1185"] = true +MACHINES["BL_HANDHELDS_MENUCONTROL"] = true -------------------------------------------------- -- specify available bus cores -- cgit v1.2.3-70-g09d2