diff options
author | 2024-03-03 18:00:05 +0100 | |
---|---|---|
committer | 2024-03-03 18:00:29 +0100 | |
commit | 295b00c0e635f9413d13a3371aa974ededf23b53 (patch) | |
tree | 31be907c3a09c87cd84e31781836dd3ff243fe7d /scripts/src/bus.lua | |
parent | 22dc01243f9b423e66092cc3305230b4a03d0664 (diff) |
plg150-ap: Added
Diffstat (limited to 'scripts/src/bus.lua')
-rw-r--r-- | scripts/src/bus.lua | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index e2e2a6031d9..09477385cac 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -5540,14 +5540,16 @@ end --------------------------------------------------- -- ---@src/devices/bus/plg100/plg100.h,BUSES["PLG100"] = true +--@src/devices/bus/plg1x0/plg1x0.h,BUSES["PLG1X0"] = true --------------------------------------------------- -if (BUSES["PLG100"]~=null) then +if (BUSES["PLG1X0"]~=null) then files { - MAME_DIR .. "src/devices/bus/plg100/plg100.cpp", - MAME_DIR .. "src/devices/bus/plg100/plg100.h", - MAME_DIR .. "src/devices/bus/plg100/vl.cpp", - MAME_DIR .. "src/devices/bus/plg100/vl.h", + MAME_DIR .. "src/devices/bus/plg1x0/plg1x0.cpp", + MAME_DIR .. "src/devices/bus/plg1x0/plg1x0.h", + MAME_DIR .. "src/devices/bus/plg1x0/plg100-vl.cpp", + MAME_DIR .. "src/devices/bus/plg1x0/plg100-vl.h", + MAME_DIR .. "src/devices/bus/plg1x0/plg150-ap.cpp", + MAME_DIR .. "src/devices/bus/plg1x0/plg150-ap.h", } end |