mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
meters, ticket: Move these generic devices into src/devices (nw)
This commit is contained in:
parent
1ef11ac752
commit
62da1dbe29
@ -1806,6 +1806,18 @@ if (MACHINES["MCF5206E"]~=null) then
|
||||
}
|
||||
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
|
||||
@ -2513,6 +2525,18 @@ if (MACHINES["TE7750"]~=null) then
|
||||
}
|
||||
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
|
||||
|
@ -870,16 +870,12 @@ function createProjects_mame_arcade(_target, _subtarget)
|
||||
|
||||
createMAMEProjects(_target, _subtarget, "shared")
|
||||
files {
|
||||
MAME_DIR .. "src/mame/machine/meters.cpp",
|
||||
MAME_DIR .. "src/mame/machine/meters.h",
|
||||
MAME_DIR .. "src/mame/machine/nmk112.cpp",
|
||||
MAME_DIR .. "src/mame/machine/nmk112.h",
|
||||
MAME_DIR .. "src/mame/machine/pcshare.cpp",
|
||||
MAME_DIR .. "src/mame/machine/pcshare.h",
|
||||
MAME_DIR .. "src/mame/machine/segacrpt_device.cpp",
|
||||
MAME_DIR .. "src/mame/machine/segacrpt_device.h",
|
||||
MAME_DIR .. "src/mame/machine/ticket.cpp",
|
||||
MAME_DIR .. "src/mame/machine/ticket.h",
|
||||
MAME_DIR .. "src/mame/video/avgdvg.cpp",
|
||||
MAME_DIR .. "src/mame/video/avgdvg.h",
|
||||
MAME_DIR .. "src/mame/video/awpvid.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user