diff options
| author | 2017-07-01 01:50:47 +1000 | |
|---|---|---|
| committer | 2017-07-01 18:03:01 +1000 | |
| commit | 3f44052c0638a5d2d7f09c9bfa6ad5055c1c8598 (patch) | |
| tree | 121374e12a84561a5b1e6195f242b35ef66ab302 /scripts/src | |
| parent | c5f070706d45615ceda8ef97abefd82f243c5791 (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/src')
| -rw-r--r-- | scripts/src/bus.lua | 13 |
1 files changed, 13 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 --------------------------------------------------- |
