Merge pull request #5533 from DavidHaywood/240819

fix compile (nw)
This commit is contained in:
ajrhacker 2019-08-24 10:01:09 -04:00 committed by GitHub
commit 65597f1af9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -682,6 +682,7 @@ MACHINES["PS2INTC"] = true
--MACHINES["IOPTIMER"] = true
MACHINES["AIC565"] = true
MACHINES["AIC6250"] = true
MACHINES["VRENDER0"] = true
--------------------------------------------------
-- specify available bus cores
@ -4650,6 +4651,7 @@ files {
MAME_DIR .. "src/mame/drivers/corona.cpp",
MAME_DIR .. "src/mame/drivers/cwheel.cpp",
MAME_DIR .. "src/mame/drivers/crystal.cpp",
MAME_DIR .. "src/mame/drivers/ddz.cpp",
MAME_DIR .. "src/mame/drivers/menghong.cpp",
MAME_DIR .. "src/mame/drivers/trivrus.cpp",
MAME_DIR .. "src/mame/drivers/crospuzl.cpp",