chessmachine: device was in wrong folder and forgot to update compile script (nw)

This commit is contained in:
hap 2019-06-01 14:53:14 +02:00
parent 6ac78c837c
commit 0a213f860c
5 changed files with 16 additions and 1 deletions

View File

@ -817,6 +817,19 @@ if (MACHINES["CDP1879"]~=null) then
end end
---------------------------------------------------
--
--@src/devices/machine/chessmachine.h,MACHINES["CHESSMACHINE"] = true
---------------------------------------------------
if (MACHINES["CHESSMACHINE"]~=null) then
files {
MAME_DIR .. "src/devices/machine/chessmachine.cpp",
MAME_DIR .. "src/devices/machine/chessmachine.h",
}
end
--------------------------------------------------- ---------------------------------------------------
-- --
--@src/devices/machine/com8116.h,MACHINES["COM8116"] = true --@src/devices/machine/com8116.h,MACHINES["COM8116"] = true

View File

@ -424,6 +424,7 @@ MACHINES["BANKDEV"] = true
--MACHINES["BIM68153"] = true --MACHINES["BIM68153"] = true
MACHINES["CDP1852"] = true MACHINES["CDP1852"] = true
MACHINES["CDP1871"] = true MACHINES["CDP1871"] = true
--MACHINES["CHESSMACHINE"] = true
MACHINES["CMOS40105"] = true MACHINES["CMOS40105"] = true
MACHINES["CDU76S"] = true MACHINES["CDU76S"] = true
MACHINES["COM8116"] = true MACHINES["COM8116"] = true

View File

@ -429,8 +429,9 @@ MACHINES["BIM68153"] = true
MACHINES["CDP1852"] = true MACHINES["CDP1852"] = true
MACHINES["CDP1871"] = true MACHINES["CDP1871"] = true
MACHINES["CDP1879"] = true MACHINES["CDP1879"] = true
MACHINES["CMOS40105"] = true
--MACHINES["CDU76S"] = true --MACHINES["CDU76S"] = true
MACHINES["CHESSMACHINE"] = true
MACHINES["CMOS40105"] = true
MACHINES["COM8116"] = true MACHINES["COM8116"] = true
MACHINES["CR589"] = true MACHINES["CR589"] = true
MACHINES["CS4031"] = true MACHINES["CS4031"] = true