Update to reflect driver changes
--HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402085
This commit is contained in:
parent
ca12676b88
commit
bd51c73283
1 changed files with 5 additions and 8 deletions
13
README.MiNT
13
README.MiNT
|
@ -68,14 +68,14 @@ OpenGL (using Mesa offscreen rendering driver)
|
||||||
- Dependent driver combinations:
|
- Dependent driver combinations:
|
||||||
Video Kbd Mouse Timer Joysticks
|
Video Kbd Mouse Timer Joysticks
|
||||||
xbios ikbd ikbd vbl(2) ikbd
|
xbios ikbd ikbd vbl(2) ikbd
|
||||||
xbios gemdos xbios vbl(2) xbios(3)
|
xbios gemdos xbios vbl(2) xbios
|
||||||
xbios bios xbios vbl(2) xbios(3)
|
xbios bios xbios vbl(2) xbios
|
||||||
gem gem gem(1) vbl(2) xbios(3)
|
gem gem gem(1) vbl(2) xbios
|
||||||
|
|
||||||
Audio O/S Misc
|
Audio O/S Misc
|
||||||
dma8 All Uses MFP Timer A interrupt
|
dma8 All Uses MFP Timer A interrupt
|
||||||
xbios TOS Uses MFP Timer A interrupt
|
xbios TOS Uses MFP Timer A interrupt
|
||||||
xbios MiNT Uses MiNT thread
|
xbios MiNT Uses MFP Timer A interrupt
|
||||||
xbios Magic Disabled
|
xbios Magic Disabled
|
||||||
stfa All Uses MFP interrupt
|
stfa All Uses MFP interrupt
|
||||||
mcsn TOS Uses MFP Timer A interrupt
|
mcsn TOS Uses MFP Timer A interrupt
|
||||||
|
@ -87,16 +87,13 @@ Joypad driver always uses hardware access.
|
||||||
OpenGL driver always uses OSMesa.
|
OpenGL driver always uses OSMesa.
|
||||||
|
|
||||||
(1) GEM does not report relative mouse motion, so xbios mouse driver is used
|
(1) GEM does not report relative mouse motion, so xbios mouse driver is used
|
||||||
to report this type event. Under MiNT, using XBIOS mouse driver is not possible.
|
to report this type event.
|
||||||
A preliminary driver for /dev/mouse device driver is present, but is disabled
|
A preliminary driver for /dev/mouse device driver is present, but is disabled
|
||||||
till it can be used with other applications simultaneously.
|
till it can be used with other applications simultaneously.
|
||||||
|
|
||||||
(2) If you build SDL with threads using the GNU pth library, timers are
|
(2) If you build SDL with threads using the GNU pth library, timers are
|
||||||
supported via the pth library.
|
supported via the pth library.
|
||||||
|
|
||||||
(3) Redirecting XBIOS vectors does not work under MiNT, so it is disabled in
|
|
||||||
this case.
|
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
V. Environment variables:
|
V. Environment variables:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue