diff options
| author | 2018-05-11 13:25:42 +0700 | |
|---|---|---|
| committer | 2018-05-11 16:25:42 +1000 | |
| commit | bd9f203b655134ab33da3c1d5c7a8bde302c63d0 (patch) | |
| tree | f6fd502f4f26584a51619dcc2d90da7ac743be20 /scripts/target | |
| parent | d08cf3ce61d11edbeab72e277fc056124a9a6755 (diff) | |
interpro: slotify mouse (nw) (#3543)
* interpro: slotify mouse (nw)
Needed to make the mouse a slot device to enable it to be connected to graphics boards under development.
* add validity check (nw)
Diffstat (limited to 'scripts/target')
| -rw-r--r-- | scripts/target/mame/mess.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 4e1485464c4..929009780b2 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -699,6 +699,7 @@ BUSES["IMI7000"] = true BUSES["INTELLEC4"] = true BUSES["INTERPRO_SR"] = true BUSES["INTERPRO_KEYBOARD"] = true +BUSES["INTERPRO_MOUSE"] = true BUSES["INTV"] = true BUSES["INTV_CTRL"] = true BUSES["IQ151"] = true |
