0x1ED1CE / ICE

A 3D game engine
MIT License
11 stars 1 forks source link

Mouse INT 33h has poor resolution #2

Open 0x1ED1CE opened 1 month ago

0x1ED1CE commented 1 month ago

DOS has a poor mouse API.

It only supports a resolution up to 640x200 and does not provide a way to get relative mouse movement either, making it unsuitable for most 3D games.

Plan is to directly read from the PS/2 port using IRQ 12.