Mercurial > sdl-ios-xcode
comparison README.MiNT @ 2028:6dbe2a67b23b
Update for recent changes
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Sat, 16 Sep 2006 17:02:38 +0000 |
parents | 2405517b5eab |
children | 8640d90b0406 |
comparison
equal
deleted
inserted
replaced
2027:d48ead2d2ba5 | 2028:6dbe2a67b23b |
---|---|
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(3) | 71 xbios gemdos xbios vbl(2) xbios |
72 xbios bios xbios vbl(2) xbios(3) | 72 xbios bios xbios vbl(2) xbios |
73 gem gem gem(1) vbl(2) xbios(3) | 73 gem gem gem(1) vbl(2) xbios |
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 MFP Timer A interrupt |
79 xbios Magic Disabled | 79 xbios Magic Disabled |
80 stfa All Uses MFP interrupt | 80 stfa All Uses MFP interrupt |
81 mcsn TOS Uses MFP Timer A interrupt | 81 mcsn TOS Uses MFP Timer A interrupt |
82 mcsn MiNT Uses MiNT thread | 82 mcsn MiNT Uses MiNT thread |
83 mcsn Magic Disabled | 83 mcsn Magic Disabled |
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. Under MiNT, using XBIOS mouse driver is not possible. | 90 to report this type event. |
91 A preliminary driver for /dev/mouse device driver is present, but is disabled | 91 A preliminary driver for /dev/mouse device driver is present, but is disabled |
92 till it can be used with other applications simultaneously. | 92 till it can be used with other applications simultaneously. |
93 | 93 |
94 (2) If you build SDL with threads using the GNU pth library, timers are | 94 (2) If you build SDL with threads using the GNU pth library, timers are |
95 supported via the pth library. | 95 supported via the pth library. |
96 | |
97 (3) Redirecting XBIOS vectors does not work under MiNT, so it is disabled in | |
98 this case. | |
99 | 96 |
100 ============================================================================== | 97 ============================================================================== |
101 V. Environment variables: | 98 V. Environment variables: |
102 | 99 |
103 SDL_VIDEODRIVER: | 100 SDL_VIDEODRIVER: |