comparison README.MiNT @ 1420:2405517b5eab

Added preliminary support for MiNT /dev/mouse driver (disabled atm)
author Patrice Mandin <patmandin@gmail.com>
date Thu, 23 Feb 2006 21:51:10 +0000
parents a8068adf156b
children 6dbe2a67b23b 28db418c7573
comparison
equal deleted inserted replaced
1419:36a5068bf7df 1420:2405517b5eab
53 53
54 ============================================================================== 54 ==============================================================================
55 IV. What is supported: 55 IV. What is supported:
56 56
57 Keyboard (GEMDOS, BIOS, GEM, Ikbd) 57 Keyboard (GEMDOS, BIOS, GEM, Ikbd)
58 Mouse (XBIOS, GEM, Ikbd) 58 Mouse (XBIOS, GEM, Ikbd, /dev/mouse (non working atm, disabled))
59 Video (XBIOS (Fullscreen), GEM (Windowed and Fullscreen)) 59 Video (XBIOS (Fullscreen), GEM (Windowed and Fullscreen))
60 Timer (VBL vector, GNU pth library) 60 Timer (VBL vector, GNU pth library)
61 Joysticks and joypads (Ikbd, Hardware) 61 Joysticks and joypads (Ikbd, Hardware)
62 Audio (Hardware, XBIOS, GSXB, MCSN, STFA, /dev/audio if threads enabled) 62 Audio (Hardware, XBIOS, GSXB, MCSN, STFA, /dev/audio if threads enabled)
63 Threads (Multitasking OS only via GNU pth library) 63 Threads (Multitasking OS only via GNU pth library)
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. Under MiNT, using XBIOS mouse driver is not possible.
91 A preliminary driver for /dev/mouse device driver is present, but is disabled
92 till it can be used with other applications simultaneously.
91 93
92 (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
93 supported via the pth library. 95 supported via the pth library.
94 96
95 (3) Redirecting XBIOS vectors does not work under MiNT, so it is disabled in 97 (3) Redirecting XBIOS vectors does not work under MiNT, so it is disabled in
244 X-Sound driver (GSXB compatible): 246 X-Sound driver (GSXB compatible):
245 http://www.uni-ulm.de/~s_thuth/atari/xsound_e.html 247 http://www.uni-ulm.de/~s_thuth/atari/xsound_e.html
246 248
247 -- 249 --
248 Patrice Mandin <pmandin@caramail.com> 250 Patrice Mandin <pmandin@caramail.com>
249 http://membres.lycos.fr/pmandin/ 251 http://pmandin.atari.org/