diff options
author | 2020-09-21 18:17:25 +0100 | |
---|---|---|
committer | 2020-09-21 13:17:25 -0400 | |
commit | 04672777eb9cb388d37150d2be4db25ae71b6ca3 (patch) | |
tree | 853aa0565e7869e2ee1788f7004980eb02cac610 /scripts/src | |
parent | 85cbd20517a127845fea795ec0b3330aae33ea0a (diff) |
pcp8718 / pcp8728 / bkid218 - make menu controller a shared device (#7270)
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/machine.lua | 11 |
1 files changed, 11 insertions, 0 deletions
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 |