jhhoward / Faux86

A portable, open-source 8086 PC emulator for bare metal Raspberry Pi
GNU General Public License v2.0
343 stars 27 forks source link

Mouse cursor in Windows 3.0 not visible but is detected and works. #12

Closed ArnoldUK closed 1 year ago

ArnoldUK commented 1 year ago

Hey, are you still woring on this project ? I've done some updates and patches but I got a problem with the mouse cursor not visible in Windows 3.0. The mouse works in DOS apps but in windows it does work and detects all mouse events but the cursor is not visible.

Any ideas ??

ArnoldUK commented 1 year ago

I've managed to fix this issue by porting over some code from Fake86 and implementing a new UART class.