mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
Fixed ti drivers (nw)
This commit is contained in:
parent
11ceaee97f
commit
13855d2404
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user