aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2024-05-20 14:18:26 +0200
committerJavier <dev.git@javispedro.com>2024-05-20 14:26:33 +0200
commitf71b20f8fb12f28fc2c05f9f14e14fba5daa521c (patch)
tree99dfb70f2c6155d319911c87c22d2437bf786265 /README.md
parent20f20d680edf03a874fc25463e9278322550dd5d (diff)
downloadvbados-f71b20f8fb12f28fc2c05f9f14e14fba5daa521c.tar.gz
vbados-f71b20f8fb12f28fc2c05f9f14e14fba5daa521c.zip
detect num wheels while loading TSR
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index e51ee47..97001c4 100644
--- a/README.md
+++ b/README.md
@@ -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.