Microtouch support (working at least for MS-DOS, Windows 95 and Windows NT 3.5)

This commit is contained in:
Cacodemon345
2024-05-04 17:01:29 +06:00
parent 7dbb96280d
commit f907b7817b
5 changed files with 284 additions and 2 deletions

View File

@@ -23,7 +23,8 @@ add_library(dev OBJECT bugger.c cassette.c cartridge.c hasp.c hwm.c hwm_lm75.c h
keyboard_at.c
mouse.c mouse_bus.c mouse_serial.c mouse_ps2.c nec_mate_unk.c phoenix_486_jumper.c
serial_passthrough.c
novell_cardkey.c)
novell_cardkey.c
mouse_microtouch_touchscreen.c)
if(NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang")
target_link_libraries(86Box atomic)