diff options
| author | 2018-05-11 13:25:42 +0700 | |
|---|---|---|
| committer | 2018-05-11 16:25:42 +1000 | |
| commit | bd9f203b655134ab33da3c1d5c7a8bde302c63d0 (patch) | |
| tree | f6fd502f4f26584a51619dcc2d90da7ac743be20 /scripts/src | |
| 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/src')
| -rw-r--r-- | scripts/src/bus.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 4114928de76..fecb4721bbe 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -3425,6 +3425,18 @@ end --------------------------------------------------- -- +--@src/devices/bus/interpro/mouse/mouse.h,BUSES["INTERPRO_MOUSE"] = true +--------------------------------------------------- + +if (BUSES["INTERPRO_MOUSE"]~=null) then + files { + MAME_DIR .. "src/devices/bus/interpro/mouse/mouse.cpp", + MAME_DIR .. "src/devices/bus/interpro/mouse/mouse.h" + } +end + +--------------------------------------------------- +-- --@src/devices/bus/einstein/pipe/pipe.h,BUSES["TATUNG_PIPE"] = true --------------------------------------------------- |
