From 02197ab4caaccbbd7705c0cfccf3127a9e05b45e Mon Sep 17 00:00:00 2001 From: Sergey Svishchev Date: Mon, 11 Jun 2018 13:57:53 +0300 Subject: ec1841: mouse emulation (Logitech bus mouse protocol) (#3623) * ec1841: mouse emulation (Logitech bus mouse protocol) * follow-up to PR#3623 --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 95c2f99c582..0f8dc41aa06 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -744,6 +744,18 @@ if (MACHINES["BANKDEV"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/busmouse.h,MACHINES["BUSMOUSE"] = true +--------------------------------------------------- + +if (MACHINES["BUSMOUSE"]~=null) then + files { + MAME_DIR .. "src/devices/machine/busmouse.cpp", + MAME_DIR .. "src/devices/machine/busmouse.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/cdp1852.h,MACHINES["CDP1852"] = true -- cgit v1.2.3