mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
and the missing device (nw)
This commit is contained in:
parent
c0f5e96353
commit
f503c71934
@ -2868,6 +2868,7 @@ if (MACHINES["APPLE_FDC"]~=null) then
|
||||
MAME_DIR .. "src/devices/machine/applefdc.h",
|
||||
}
|
||||
end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/devices/machine/sonydriv.h,MACHINES["SONY_DRIVE"] = true
|
||||
@ -2878,3 +2879,14 @@ if (MACHINES["SONY_DRIVE"]~=null) then
|
||||
MAME_DIR .. "src/devices/machine/sonydriv.h",
|
||||
}
|
||||
end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/devices/machine/scnxx562.h,MACHINES["SCNXX562"] = true
|
||||
---------------------------------------------------
|
||||
if (MACHINES["SCNXX562"]~=null) then
|
||||
files {
|
||||
MAME_DIR .. "src/devices/machine/scnxx562.cpp",
|
||||
MAME_DIR .. "src/devices/machine/scnxx562.h",
|
||||
}
|
||||
end
|
||||
|
@ -583,6 +583,7 @@ MACHINES["SMARTMEDIA"] = true
|
||||
MACHINES["APPLE_DRIVE"] = true
|
||||
MACHINES["APPLE_FDC"] = true
|
||||
MACHINES["SONY_DRIVE"] = true
|
||||
MACHINES["SCNXX562"] = true
|
||||
|
||||
--------------------------------------------------
|
||||
-- specify available bus cores
|
||||
|
Loading…
Reference in New Issue
Block a user