mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
Fixed build atom driver (nw)
This commit is contained in:
parent
047e3d1329
commit
e044d56500
@ -2286,8 +2286,6 @@ if (MACHINES["UPD765"]~=null) then
|
||||
files {
|
||||
MAME_DIR .. "src/devices/machine/upd765.cpp",
|
||||
MAME_DIR .. "src/devices/machine/upd765.h",
|
||||
MAME_DIR .. "src/devices/machine/fdc_pll.cpp",
|
||||
MAME_DIR .. "src/devices/machine/fdc_pll.h",
|
||||
}
|
||||
end
|
||||
|
||||
@ -2312,8 +2310,6 @@ if (MACHINES["WD_FDC"]~=null) then
|
||||
files {
|
||||
MAME_DIR .. "src/devices/machine/wd_fdc.cpp",
|
||||
MAME_DIR .. "src/devices/machine/wd_fdc.h",
|
||||
MAME_DIR .. "src/devices/machine/fdc_pll.cpp",
|
||||
MAME_DIR .. "src/devices/machine/fdc_pll.h",
|
||||
}
|
||||
end
|
||||
|
||||
@ -2810,3 +2806,16 @@ if (MACHINES["GEN_LATCH"]~=null) then
|
||||
MAME_DIR .. "src/devices/machine/gen_latch.h",
|
||||
}
|
||||
end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/devices/machine/fdc_pll.h,MACHINES["FDC_PLL"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (MACHINES["FDC_PLL"]~=null) then
|
||||
files {
|
||||
MAME_DIR .. "src/devices/machine/fdc_pll.cpp",
|
||||
MAME_DIR .. "src/devices/machine/fdc_pll.h",
|
||||
}
|
||||
end
|
||||
|
||||
|
@ -541,6 +541,7 @@ MACHINES["UPD4701"] = true
|
||||
MACHINES["UPD7002"] = true
|
||||
MACHINES["UPD71071"] = true
|
||||
MACHINES["UPD765"] = true
|
||||
MACHINES["FDC_PLL"] = true
|
||||
MACHINES["V3021"] = true
|
||||
MACHINES["WD_FDC"] = true
|
||||
MACHINES["WD11C00_17"] = true
|
||||
|
@ -543,6 +543,7 @@ MACHINES["UPD4701"] = true
|
||||
MACHINES["UPD7002"] = true
|
||||
MACHINES["UPD71071"] = true
|
||||
MACHINES["UPD765"] = true
|
||||
MACHINES["FDC_PLL"] = true
|
||||
MACHINES["V3021"] = true
|
||||
MACHINES["WD_FDC"] = true
|
||||
MACHINES["WD11C00_17"] = true
|
||||
|
Loading…
Reference in New Issue
Block a user