Fixed ti drivers (nw)

This commit is contained in:
Miodrag Milanovic 2016-05-01 12:55:22 +02:00
parent 11ceaee97f
commit 13855d2404
6 changed files with 17 additions and 2 deletions

View File

@ -2087,6 +2087,10 @@ end
---------------------------------------------------
--
--@src/devices/bus/ti99x/990_dk.h,BUSES["TI99X"] = true
--@src/devices/bus/ti99x/990_tap.h,BUSES["TI99X"] = true
--@src/devices/bus/ti99x/990_hd.h,BUSES["TI99X"] = true
--@src/devices/bus/ti99x/genboard.h,BUSES["TI99X"] = true
--@src/devices/bus/ti99x/joyport.h,BUSES["TI99X"] = true
---------------------------------------------------
if (BUSES["TI99X"]~=null) then

View File

@ -1925,6 +1925,7 @@ end
--@src/devices/cpu/tms9900/tms9900.h,CPUS["TMS9900"] = true
--@src/devices/cpu/tms9900/tms9980a.h,CPUS["TMS9900"] = true
--@src/devices/cpu/tms9900/tms9995.h,CPUS["TMS9900"] = true
--@src/devices/cpu/tms9900/ti990_10.h,CPUS["TMS9900"] = true
--------------------------------------------------
if (CPUS["TMS9900"]~=null) then

View File

@ -2831,3 +2831,14 @@ if (MACHINES["WATCHDOG"]~=null) then
}
end
---------------------------------------------------
--
--@src/devices/machine/smartmed.h,MACHINES["SMARTMEDIA"] = true
---------------------------------------------------
if (MACHINES["SMARTMEDIA"]~=null) then
files {
MAME_DIR .. "src/devices/machine/smartmed.cpp",
MAME_DIR .. "src/devices/machine/smartmed.h",
}
end

View File

@ -578,6 +578,7 @@ MACHINES["VT82C496"] = true
MACHINES["GENPC"] = true
MACHINES["GEN_LATCH"] = true
MACHINES["WATCHDOG"] = true
MACHINES["SMARTMEDIA"] = true
--------------------------------------------------
-- specify available bus cores
@ -1076,8 +1077,6 @@ files {
MAME_DIR .. "src/mame/machine/applefdc.h",
MAME_DIR .. "src/mame/machine/microdrv.cpp",
MAME_DIR .. "src/mame/machine/microdrv.h",
MAME_DIR .. "src/mame/machine/smartmed.cpp",
MAME_DIR .. "src/mame/machine/smartmed.h",
MAME_DIR .. "src/mame/machine/sonydriv.cpp",
MAME_DIR .. "src/mame/machine/sonydriv.h",
MAME_DIR .. "src/mame/machine/teleprinter.cpp",