Mercurial > sdl-ios-xcode
comparison README.MiNT @ 319:189a6a3416c7
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 26 Mar 2002 17:37:31 +0000 |
parents | bff64eba7721 |
children | d219b0e02f5f |
comparison
equal
deleted
inserted
replaced
318:0910a3034576 | 319:189a6a3416c7 |
---|---|
43 http://www.libsdl.org/mailman/listinfo/sdl | 43 http://www.libsdl.org/mailman/listinfo/sdl |
44 | 44 |
45 ============================================================================== | 45 ============================================================================== |
46 IV. What is supported: | 46 IV. What is supported: |
47 | 47 |
48 Keyboard (GEMDOS, BIOS, Ikbd) | 48 Keyboard (GEMDOS, BIOS, GEM, Ikbd) |
49 Mouse (XBIOS, GEM, Ikbd) | 49 Mouse (XBIOS, GEM, Ikbd) |
50 Video (XBIOS (Fullscreen), GEM (Windowed and Fullscreen)) | 50 Video (XBIOS (Fullscreen), GEM (Windowed and Fullscreen)) |
51 Timer (VBL vector) | 51 Timer (VBL vector) |
52 Joystick and joypad support (Ikbd, Hardware) | 52 Joystick and joypad support (Ikbd, Hardware) |
53 | 53 |
59 - Driver combinations: | 59 - Driver combinations: |
60 Video Kbd Mouse Timer Jstick Joypads | 60 Video Kbd Mouse Timer Jstick Joypads |
61 xbios ikbd ikbd vbl ikbd hardware | 61 xbios ikbd ikbd vbl ikbd hardware |
62 xbios gemdos xbios vbl xbios hardware | 62 xbios gemdos xbios vbl xbios hardware |
63 xbios bios xbios vbl xbios hardware | 63 xbios bios xbios vbl xbios hardware |
64 gem gem gem vbl xbios hardware | 64 gem gem gem(*) vbl xbios hardware |
65 | |
66 (*) GEM does not report relative mouse motion, so xbios mouse driver is used | |
67 to report this type event. | |
65 | 68 |
66 ============================================================================== | 69 ============================================================================== |
67 V. Environment variables: | 70 V. Environment variables: |
68 | 71 |
69 SDL_ATARI_EVENTSDRIVER | 72 SDL_ATARI_EVENTSDRIVER |
106 Joypads are multibuttons controller (Atari Jaguar console-like). | 109 Joypads are multibuttons controller (Atari Jaguar console-like). |
107 Joysticks are 1 button, 2 axis controllers. | 110 Joysticks are 1 button, 2 axis controllers. |
108 Lightpen and analog paddle are 2 buttons, 2 axis controllers. The 2 | 111 Lightpen and analog paddle are 2 buttons, 2 axis controllers. The 2 |
109 buttons are those affected to 1 button joysticks on the same port. | 112 buttons are those affected to 1 button joysticks on the same port. |
110 | 113 |
114 ============================================================================== | |
115 VI. More informations about drivers: | |
116 | |
117 Xbios video: | |
118 Video chip is detected using the _VDO cookie. | |
119 Screen enhancers are not supported, but could be if you know how to | |
120 use them. | |
121 | |
122 ST, STE, Mega ST, Mega STE: | |
123 320x200x4 bits, shades of grey, available only for the purpose | |
124 of testing SDL. | |
125 TT: | |
126 320x480x8 and 320x240x8 (software double-lined mode). | |
127 Falcon: | |
128 All modes supported by the current monitor (RVB or VGA). | |
129 Clones and any machine with monochrome monitor: | |
130 Not supported. | |
131 | |
132 Gem video: | |
133 Automatically used if xbios not available. | |
134 | |
135 All machines: | |
136 Only the current resolution, if 8 bits or higher depth. | |
137 | |
138 IKBD keyboard, mouse and joystick driver: | |
139 Available if _MCH cookie is ST, Mega ST, STE, Mega STE, TT or Falcon. | |
140 | |
141 Hades has an IKBD, but xbios is not available for video, so IKBD | |
142 driver is disabled. | |
143 | |
144 Gemdos and bios keyboard driver: | |
145 Available on all machines. | |
146 | |
147 Mouse and joystick xbios driver: | |
148 Available on all machines (I think). | |
149 | |
150 Joypad driver: | |
151 Available if _MCH cookie is STE or Falcon. | |
152 | |
153 VBL timer driver: | |
154 Available all machines (I think). | |
155 | |
111 -- | 156 -- |
112 Patrice Mandin <pmandin@caramail.com> | 157 Patrice Mandin <pmandin@caramail.com> |
113 http://membres.lycos.fr/pmandin/ | 158 http://membres.lycos.fr/pmandin/ |