diff options
author | Javier <dev.git@javispedro.com> | 2024-05-20 14:18:26 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2024-05-20 14:26:33 +0200 |
commit | f71b20f8fb12f28fc2c05f9f14e14fba5daa521c (patch) | |
tree | 99dfb70f2c6155d319911c87c22d2437bf786265 /README.md | |
parent | 20f20d680edf03a874fc25463e9278322550dd5d (diff) | |
download | vbados-f71b20f8fb12f28fc2c05f9f14e14fba5daa521c.tar.gz vbados-f71b20f8fb12f28fc2c05f9f14e14fba5daa521c.zip |
detect num wheels while loading TSR
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -603,8 +603,8 @@ this shouldn't be a problem either. ## Future work -* The VirtualBox BIOS can crash on warm-boot (e.g. Ctrl+Alt+Del) if the mouse - was in the middle of sending a packet. A VM reboot fixes it. +* BIOS can crash on warm-boot (e.g. Ctrl+Alt+Del) if the mouse + was in the middle of sending a packet. A hardware reboot fixes it. We probably need to hook Ctrl+Alt+Del and turn off the mouse. * DOS has functions to start (FindFirst) and continue (FindNext) a directory @@ -626,4 +626,3 @@ this shouldn't be a problem either. * Would it be possible to use a hardware rendered mouse pointer in Windows 3.x, without having to replace the video driver? - This would also help other emulators. |