diff options
| author | 2015-08-11 18:41:36 +0200 | |
|---|---|---|
| committer | 2015-08-11 18:41:36 +0200 | |
| commit | 985decb0283447eb49b0b17a60390978f3407318 (patch) | |
| tree | 0609ce961b35a54ea862db46c174b71de282c055 /scripts | |
| parent | 0743b1ff95381eb3f16afec8fcc162ce53849a9b (diff) | |
ti99: That's one small move for a man
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 35 | ||||
| -rw-r--r-- | scripts/target/mame/mess.lua | 14 |
2 files changed, 36 insertions, 13 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 5dbe5537364..1e8ab15f304 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -1994,6 +1994,41 @@ end --------------------------------------------------- -- +--@src/emu/bus/ti99x/990_dk.h,BUSES["TI99X"] = true +--------------------------------------------------- + +if (BUSES["TI99X"]~=null) then + files { + MAME_DIR .. "src/emu/bus/ti99x/990_dk.c", + MAME_DIR .. "src/emu/bus/ti99x/990_dk.h", + MAME_DIR .. "src/emu/bus/ti99x/990_hd.c", + MAME_DIR .. "src/emu/bus/ti99x/990_hd.h", + MAME_DIR .. "src/emu/bus/ti99x/990_tap.c", + MAME_DIR .. "src/emu/bus/ti99x/990_tap.h", + MAME_DIR .. "src/emu/bus/ti99x/998board.c", + MAME_DIR .. "src/emu/bus/ti99x/998board.h", + MAME_DIR .. "src/emu/bus/ti99x/datamux.c", + MAME_DIR .. "src/emu/bus/ti99x/datamux.h", + MAME_DIR .. "src/emu/bus/ti99x/genboard.c", + MAME_DIR .. "src/emu/bus/ti99x/genboard.h", + MAME_DIR .. "src/emu/bus/ti99x/grom.c", + MAME_DIR .. "src/emu/bus/ti99x/grom.h", + MAME_DIR .. "src/emu/bus/ti99x/gromport.c", + MAME_DIR .. "src/emu/bus/ti99x/gromport.h", + MAME_DIR .. "src/emu/bus/ti99x/handset.c", + MAME_DIR .. "src/emu/bus/ti99x/handset.h", + MAME_DIR .. "src/emu/bus/ti99x/joyport.c", + MAME_DIR .. "src/emu/bus/ti99x/joyport.h", + MAME_DIR .. "src/emu/bus/ti99x/mecmouse.c", + MAME_DIR .. "src/emu/bus/ti99x/mecmouse.h", + MAME_DIR .. "src/emu/bus/ti99x/ti99defs.h", + MAME_DIR .. "src/emu/bus/ti99x/videowrp.c", + MAME_DIR .. "src/emu/bus/ti99x/videowrp.h", + } +end + +--------------------------------------------------- +-- --@src/emu/bus/ti99_peb/peribox.h,BUSES["TI99PEB"] = true --------------------------------------------------- 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", |
