Mercurial > sdl-ios-xcode
comparison README.MiNT @ 557:0ce5a68278fd
Updated Atari port for new system headers (thanks Patrice!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 07 Dec 2002 06:54:47 +0000 |
parents | d219b0e02f5f |
children | 594422ab8f9f |
comparison
equal
deleted
inserted
replaced
556:08588ee79a67 | 557:0ce5a68278fd |
---|---|
45 IV. What is supported: | 45 IV. What is supported: |
46 | 46 |
47 Keyboard (GEMDOS, BIOS, GEM, Ikbd) | 47 Keyboard (GEMDOS, BIOS, GEM, Ikbd) |
48 Mouse (XBIOS, GEM, Ikbd) | 48 Mouse (XBIOS, GEM, Ikbd) |
49 Video (XBIOS (Fullscreen), GEM (Windowed and Fullscreen)) | 49 Video (XBIOS (Fullscreen), GEM (Windowed and Fullscreen)) |
50 Timer (VBL vector) | 50 Timer (VBL vector, GNU pth library) |
51 Joystick and joypad support (Ikbd, Hardware) | 51 Joystick and joypad support (Ikbd, Hardware) |
52 Audio support (Hardware, XBIOS, GSXB, /dev/audio if threads enabled) | 52 Audio support (Hardware, XBIOS, GSXB, /dev/audio if threads enabled) |
53 Threads support (Multitasking OS only via GNU pth library) | 53 Threads support (Multitasking OS only via GNU pth library) |
54 | 54 |
55 - What is missing: | 55 - What is missing: |
56 CDROM support (Metados, /dev/cdrom) | 56 CDROM support (Metados, /dev/cdrom) |
57 | 57 |
58 - Driver combinations: | 58 - Driver combinations: |
59 Video Kbd Mouse Timer Jstick Joypads | 59 Video Kbd Mouse Timer Jstick Joypads |
60 xbios ikbd ikbd vbl ikbd hardware | 60 xbios ikbd ikbd vbl(2) ikbd hardware |
61 xbios gemdos xbios vbl xbios hardware | 61 xbios gemdos xbios vbl(2) xbios hardware |
62 xbios bios xbios vbl xbios hardware | 62 xbios bios xbios vbl(2) xbios hardware |
63 gem gem gem(*) vbl xbios hardware | 63 gem gem gem(1) vbl(2) xbios hardware |
64 | 64 |
65 (*) GEM does not report relative mouse motion, so xbios mouse driver is used | 65 (1) GEM does not report relative mouse motion, so xbios mouse driver is used |
66 to report this type event. | 66 to report this type event. |
67 | |
68 (2) If you build SDL with threads using the GNU pth library, timers are | |
69 supported via the pth library. | |
67 | 70 |
68 ============================================================================== | 71 ============================================================================== |
69 V. Environment variables: | 72 V. Environment variables: |
70 | 73 |
71 SDL_VIDEODRIVER: | 74 SDL_VIDEODRIVER: |
152 Available on all machines (I think). | 155 Available on all machines (I think). |
153 | 156 |
154 Joypad driver: | 157 Joypad driver: |
155 Available if _MCH cookie is STE or Falcon. | 158 Available if _MCH cookie is STE or Falcon. |
156 | 159 |
160 PTH timer driver: | |
161 Available with multitasking OS. | |
162 | |
157 VBL timer driver: | 163 VBL timer driver: |
158 Available on all machines (I think). | 164 Available on all machines (I think). |
159 | 165 |
160 Audio driver: | 166 Audio driver: |
161 Cookie _SND is used to detect supported audio capabilities | 167 Cookie _SND is used to detect supported audio capabilities |