summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-07-01 01:50:47 +1000
committer Vas Crabb <vas@vastheman.com>2017-07-01 18:03:01 +1000
commit3f44052c0638a5d2d7f09c9bfa6ad5055c1c8598 (patch)
tree121374e12a84561a5b1e6195f242b35ef66ab302 /scripts
parentc5f070706d45615ceda8ef97abefd82f243c5791 (diff)
intlc440 improvements:
* Implemented front panel mode switches/LEDs and reset switch * Added skeleton bus for "universal" slots and connected control lines (nw) Default keyboard mapping is annoying because left shift, Z and X are used both for typing into the TTY and switching program bank. You're better off changing the mapping to make it less annoying or using a socket and talking to it with telnet.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/bus.lua13
-rw-r--r--scripts/target/mame/mess.lua1
2 files changed, 14 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index fcc279fee3d..b4eb4f52400 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -849,6 +849,19 @@ end
---------------------------------------------------
--
+--@src/devices/bus/intellec4/intellec4.h,BUSES["INTELLEC4"] = true
+---------------------------------------------------
+
+if (BUSES["INTELLEC4"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/bus/intellec4/intellec4.cpp",
+ MAME_DIR .. "src/devices/bus/intellec4/intellec4.h",
+ }
+end
+
+
+---------------------------------------------------
+--
--@src/devices/bus/intv/slot.h,BUSES["INTV"] = true
---------------------------------------------------
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 2cedb3c22ab..74c73c806b5 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -663,6 +663,7 @@ BUSES["HPHIL"] = true
BUSES["HPDIO"] = true
BUSES["IEEE488"] = true
BUSES["IMI7000"] = true
+BUSES["INTELLEC4"] = true
BUSES["INTV"] = true
BUSES["INTV_CTRL"] = true
BUSES["IQ151"] = true