diff README.MiNT @ 1237:a8068adf156b

Disable XBIOS driver for mouse and joystick under MiNT. Will write a driver for /dev/mouse later.
author Patrice Mandin <patmandin@gmail.com>
date Fri, 06 Jan 2006 22:24:09 +0000
parents 6ded3dd929f5
children 2405517b5eab
line wrap: on
line diff
--- a/README.MiNT	Fri Jan 06 20:57:59 2006 +0000
+++ b/README.MiNT	Fri Jan 06 22:24:09 2006 +0000
@@ -68,9 +68,9 @@
 - Dependent driver combinations:
 Video   Kbd     Mouse   Timer   Joysticks
 xbios   ikbd    ikbd    vbl(2)  ikbd
-xbios   gemdos  xbios   vbl(2)  xbios
-xbios   bios    xbios   vbl(2)  xbios
-gem     gem     gem(1)  vbl(2)  xbios
+xbios   gemdos  xbios   vbl(2)  xbios(3)
+xbios   bios    xbios   vbl(2)  xbios(3)
+gem     gem     gem(1)  vbl(2)  xbios(3)
 
 Audio   O/S     Misc
 dma8    All     Uses MFP Timer A interrupt
@@ -87,11 +87,14 @@
 OpenGL driver always uses OSMesa.
 
 (1) GEM does not report relative mouse motion, so xbios mouse driver is used
-to report this type event.
+to report this type event. Under MiNT, using XBIOS mouse driver is not possible.
 
 (2) If you build SDL with threads using the GNU pth library, timers are
 supported via the pth library.
 
+(3) Redirecting XBIOS vectors does not work under MiNT, so it is disabled in
+this case.
+
 ==============================================================================
 V.  Environment variables: