diff 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
line wrap: on
line diff
--- a/README.MiNT	Sat Dec 07 06:51:03 2002 +0000
+++ b/README.MiNT	Sat Dec 07 06:54:47 2002 +0000
@@ -47,7 +47,7 @@
 Keyboard (GEMDOS, BIOS, GEM, Ikbd)
 Mouse (XBIOS, GEM, Ikbd)
 Video (XBIOS (Fullscreen), GEM (Windowed and Fullscreen))
-Timer (VBL vector)
+Timer (VBL vector, GNU pth library)
 Joystick and joypad support (Ikbd, Hardware)
 Audio support (Hardware, XBIOS, GSXB, /dev/audio if threads enabled)
 Threads support (Multitasking OS only via GNU pth library)
@@ -57,14 +57,17 @@
 
 - Driver combinations:
 Video	Kbd	Mouse	Timer	Jstick	Joypads
-xbios	ikbd	ikbd	vbl	ikbd	hardware
-xbios	gemdos	xbios	vbl	xbios	hardware
-xbios	bios	xbios	vbl	xbios	hardware
-gem	gem	gem(*)	vbl	xbios	hardware
+xbios	ikbd	ikbd	vbl(2)	ikbd	hardware
+xbios	gemdos	xbios	vbl(2)	xbios	hardware
+xbios	bios	xbios	vbl(2)	xbios	hardware
+gem	gem	gem(1)	vbl(2)	xbios	hardware
 
-(*) GEM does not report relative mouse motion, so xbios mouse driver is used
+(1) GEM does not report relative mouse motion, so xbios mouse driver is used
 to report this type event.
 
+(2) If you build SDL with threads using the GNU pth library, timers are
+supported via the pth library.
+
 ==============================================================================
 V.  Environment variables:
 
@@ -154,6 +157,9 @@
 Joypad driver:
 	Available if _MCH cookie is STE or Falcon.
 
+PTH timer driver:
+	Available with multitasking OS.
+
 VBL timer driver:
 	Available on all machines (I think).