diff options
| author | 2018-01-09 15:14:04 -0500 | |
|---|---|---|
| committer | 2018-01-09 15:14:04 -0500 | |
| commit | 62da1dbe2915702d711322ebb419db214cd32021 (patch) | |
| tree | 84ebf454315d941f440b8f9f933c05df200bfebe /scripts/src/machine.lua | |
| parent | 1ef11ac752d985df1d30ea7848afd09d5a623914 (diff) | |
meters, ticket: Move these generic devices into src/devices (nw)
Diffstat (limited to 'scripts/src/machine.lua')
| -rw-r--r-- | scripts/src/machine.lua | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index d7009727e12..fc1fa11d0fa 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1808,6 +1808,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/meters.h,MACHINES["METERS"] = true +--------------------------------------------------- + +if (MACHINES["METERS"]~=null) then + files { + MAME_DIR .. "src/devices/machine/meters.cpp", + MAME_DIR .. "src/devices/machine/meters.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/microtch.h,MACHINES["MICROTOUCH"] = true --------------------------------------------------- @@ -2515,6 +2527,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/ticket.h,MACHINES["TICKET"] = true +--------------------------------------------------- + +if (MACHINES["TICKET"]~=null) then + files { + MAME_DIR .. "src/devices/machine/ticket.cpp", + MAME_DIR .. "src/devices/machine/ticket.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/timekpr.h,MACHINES["TIMEKPR"] = true --------------------------------------------------- |
