diff options
author | 2015-08-11 18:41:36 +0200 | |
---|---|---|
committer | 2015-08-11 18:41:36 +0200 | |
commit | 985decb0283447eb49b0b17a60390978f3407318 (patch) | |
tree | 0609ce961b35a54ea862db46c174b71de282c055 /scripts/target | |
parent | 0743b1ff95381eb3f16afec8fcc162ce53849a9b (diff) |
ti99: That's one small move for a man
Diffstat (limited to 'scripts/target')
-rw-r--r-- | scripts/target/mame/mess.lua | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index f0d0811078e..f3aaf2c40af 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -641,6 +641,7 @@ BUSES["SNES"] = true BUSES["SNES_CTRL"] = true BUSES["SPC1000"] = true BUSES["TI99PEB"] = true +BUSES["TI99X"] = true BUSES["TVC"] = true BUSES["VBOY"] = true BUSES["VC4000"] = true @@ -2376,19 +2377,6 @@ files { MAME_DIR .. "src/mess/drivers/ti990_4.c", MAME_DIR .. "src/mess/drivers/ti990_10.c", MAME_DIR .. "src/mess/drivers/tm990189.c", - MAME_DIR .. "src/mess/machine/ti99/990_dk.c", - MAME_DIR .. "src/mess/machine/ti99/990_hd.c", - MAME_DIR .. "src/mess/machine/ti99/990_tap.c", - MAME_DIR .. "src/mess/machine/ti99/datamux.c", - MAME_DIR .. "src/mess/machine/ti99/genboard.c", - MAME_DIR .. "src/mess/machine/ti99/grom.c", - MAME_DIR .. "src/mess/machine/ti99/gromport.c", - MAME_DIR .. "src/mess/machine/ti99/handset.c", - MAME_DIR .. "src/mess/machine/ti99/joyport.c", - MAME_DIR .. "src/mess/machine/ti99/mapper8.c", - MAME_DIR .. "src/mess/machine/ti99/mecmouse.c", - MAME_DIR .. "src/mess/machine/ti99/speech8.c", - MAME_DIR .. "src/mess/machine/ti99/videowrp.c", MAME_DIR .. "src/mess/video/733_asr.c", MAME_DIR .. "src/mess/video/911_vdt.c", MAME_DIR .. "src/mess/drivers/hh_tms1k.c", |