diff options
author | 2016-03-31 23:55:50 +0200 | |
---|---|---|
committer | 2016-03-31 23:55:50 +0200 | |
commit | 13fce89d593e6cfc05c26b45f7f8658f4e10678a (patch) | |
tree | cb93de741a7cd8202eba5afccd7954462f851890 /scripts/src | |
parent | 35eab357780107906b4d36c6f7cf1e27a9a7343e (diff) |
ti99_8: Chipset low-level emulation; ti99_4x: using new GROMs
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 5423c224127..f52e4b03fe6 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -2029,8 +2029,6 @@ if (BUSES["TI99X"]~=null) then MAME_DIR .. "src/devices/bus/ti99x/datamux.h", MAME_DIR .. "src/devices/bus/ti99x/genboard.cpp", MAME_DIR .. "src/devices/bus/ti99x/genboard.h", - MAME_DIR .. "src/devices/bus/ti99x/grom.cpp", - MAME_DIR .. "src/devices/bus/ti99x/grom.h", MAME_DIR .. "src/devices/bus/ti99x/gromport.cpp", MAME_DIR .. "src/devices/bus/ti99x/gromport.h", MAME_DIR .. "src/devices/bus/ti99x/handset.cpp", |