diff options
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 4499f93ef1f..b364535e3c1 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2750,3 +2750,15 @@ if (MACHINES["GENPC"]~=null) then MAME_DIR .. "src/devices/machine/genpc.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/gen_latch.h,MACHINES["GEN_LATCH] = true +--------------------------------------------------- + +if (MACHINES["GEN_LATCH"]~=null) then + files { + MAME_DIR .. "src/devices/machine/gen_latch.cpp", + MAME_DIR .. "src/devices/machine/gen_latch.h", + } +end |