Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1236:ed252764287a | 1237:a8068adf156b |
---|---|
66 OpenGL (using Mesa offscreen rendering driver) | 66 OpenGL (using Mesa offscreen rendering driver) |
67 | 67 |
68 - Dependent driver combinations: | 68 - Dependent driver combinations: |
69 Video Kbd Mouse Timer Joysticks | 69 Video Kbd Mouse Timer Joysticks |
70 xbios ikbd ikbd vbl(2) ikbd | 70 xbios ikbd ikbd vbl(2) ikbd |
71 xbios gemdos xbios vbl(2) xbios | 71 xbios gemdos xbios vbl(2) xbios(3) |
72 xbios bios xbios vbl(2) xbios | 72 xbios bios xbios vbl(2) xbios(3) |
73 gem gem gem(1) vbl(2) xbios | 73 gem gem gem(1) vbl(2) xbios(3) |
74 | 74 |
75 Audio O/S Misc | 75 Audio O/S Misc |
76 dma8 All Uses MFP Timer A interrupt | 76 dma8 All Uses MFP Timer A interrupt |
77 xbios TOS Uses MFP Timer A interrupt | 77 xbios TOS Uses MFP Timer A interrupt |
78 xbios MiNT Uses MiNT thread | 78 xbios MiNT Uses MiNT thread |
85 | 85 |
86 Joypad driver always uses hardware access. | 86 Joypad driver always uses hardware access. |
87 OpenGL driver always uses OSMesa. | 87 OpenGL driver always uses OSMesa. |
88 | 88 |
89 (1) GEM does not report relative mouse motion, so xbios mouse driver is used | 89 (1) GEM does not report relative mouse motion, so xbios mouse driver is used |
90 to report this type event. | 90 to report this type event. Under MiNT, using XBIOS mouse driver is not possible. |
91 | 91 |
92 (2) If you build SDL with threads using the GNU pth library, timers are | 92 (2) If you build SDL with threads using the GNU pth library, timers are |
93 supported via the pth library. | 93 supported via the pth library. |
94 | |
95 (3) Redirecting XBIOS vectors does not work under MiNT, so it is disabled in | |
96 this case. | |
94 | 97 |
95 ============================================================================== | 98 ============================================================================== |
96 V. Environment variables: | 99 V. Environment variables: |
97 | 100 |
98 SDL_VIDEODRIVER: | 101 SDL_VIDEODRIVER: |