diff options
| author | 2018-06-11 13:57:53 +0300 | |
|---|---|---|
| committer | 2018-06-11 20:57:53 +1000 | |
| commit | 02197ab4caaccbbd7705c0cfccf3127a9e05b45e (patch) | |
| tree | efddb37f89e74527bb86a0b022a93d220a4d0715 /scripts/src | |
| parent | 0aa81fc184b225547091a10f4accb8f3ae7064da (diff) | |
ec1841: mouse emulation (Logitech bus mouse protocol) (#3623)
* ec1841: mouse emulation (Logitech bus mouse protocol)
* follow-up to PR#3623
Diffstat (limited to 'scripts/src')
| -rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ -746,6 +746,18 @@ 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 --------------------------------------------------- |
