From bd9f203b655134ab33da3c1d5c7a8bde302c63d0 Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Fri, 11 May 2018 13:25:42 +0700 Subject: 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) --- scripts/src/bus.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src') 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 @@ -3423,6 +3423,18 @@ if (BUSES["INTERPRO_KEYBOARD"]~=null) then } 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 -- cgit v1.2.3