diff options
author | 2017-11-01 09:51:02 +0100 | |
---|---|---|
committer | 2017-11-01 09:51:36 +0100 | |
commit | 346a935839f9d2dde8353c8149de58dfd90fc5cd (patch) | |
tree | b280d14e131b1c0a3e76793039fad4c88fc2b454 /scripts/src | |
parent | 07de0d575dcb293ca77f857e60cd2542eba4bcf4 (diff) |
einstein: Add support for mouse connected to the user port
Enable with "-user mouse" and try it with "-flop1 mouseart".
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 0d98c3da1f7..bebcde91fae 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -3306,6 +3306,8 @@ if (BUSES["EINSTEIN_USERPORT"]~=null) then files { MAME_DIR .. "src/devices/bus/einstein/userport/userport.cpp", MAME_DIR .. "src/devices/bus/einstein/userport/userport.h", + MAME_DIR .. "src/devices/bus/einstein/userport/mouse.cpp", + MAME_DIR .. "src/devices/bus/einstein/userport/mouse.h", MAME_DIR .. "src/devices/bus/einstein/userport/speech.cpp", MAME_DIR .. "src/devices/bus/einstein/userport/speech.h", } |