Atari ST series Technical Reference Manual page 404

Hide thumbs Also See for ST series:
Table of Contents

Advertisement

1 1 0 6 - 1 1 0 7
A s e m a p h o r e f o r v e r t i c a l b l a n k i n t e r r u p t p r o c e s s i n g . A v a l u e o f 0 h e r e d i s ­
a b l e s v b l a n k p r o c e s s i n g , w h i l e a v a l u e o f 1 e n a b l e s p r o c e s s i n g .
1 1 0 8 - 1 1 0 9
T h e n u m b e r o f d e f e r r e d v e r t i c a l b l a n k i n t e r r u p t h a n d l e r v e c t o r s in t h e t a ­
b le p o i n t e d t o b y _ _ v b l q u e u e ( s e e b e l o w ) . T h e s e a r e s l o t s w h e r e a p p l i c a ­
ti o n s c a n t a c k o n t h e i r o w n v e r t i c a l b l a n k i n t e r r u p t h a n d l e r s . T h e d e f a u l t
n u m b e r o f s l o t s t h a t T O S a l l o c a t e s is 8 .
1 1 1 0 - 1 1 1 3
T h e v e r t i c a l b l a n k i n t e r r u p t (V B I ) q u e u e . V B I p r o c e s s i n g s t a r t s a t t h e p o i n t
w h e n t h e v i d e o d i s p l a y 's e l e c t r o n b e a m h a s f in i s h e d u p d a t i n g t h e l a s t lin e
o f t h e s c r e e n d i s p l a y , a n d f in i s h e s b e f o r e it s t a r t s u p d a t i n g t h e f ir s t li n e o f
t h e n e x t s c r e e n f r a m e . D e p e n d i n g o n w h a t k i n d o f s c r e e n is u s e d , th is in ­
t e r r u p t w ill o c c u r e v e r y 1 /5 0 s e c o n d ( E u r o p e a n c o l o r m o n i t o r ) , e v e r y 1 /6 0
s e c o n d ( U .S . c o l o r m o n i t o r ) , o r e v e r y 1 /7 0 s e c o n d ( m o n o c h r o m e m o n i t o r ) .
A n u m b e r o f r o u t i n e s y s t e m f u n c t i o n s a r e c a r r i e d o u t b y t h e d e f a u l t v e r t i ­
c a l b l a n k i n t e r r u p t h a n d l e r . T h e s e i n c l u d e b l in k in g t h e c u r s o r , c h e c k i n g f o r
a s h if t b e t w e e n m o n o c h r o m e a n d c o l o r m o n i t o r s , a n d o t h e r v i d e o - r e l a t e d
ta s k s w h i c h a r e b e s t p e r f o r m e d w h e n t h e s c r e e n is n o t b e i n g u p d a t e d .
B e c a u s e t h e v e r t i c a l b l a n k in g i n t e r v a l is t h e p e r f e c t ti m e f o r m a k i n g
g r a p h i c s c h a n g e s , it is o f t e n d e s i r a b l e f o r a p p l i c a t i o n s t o i n s e r t t h e i r h a n ­
d l e r s i n t o t h e v e r t i c a l b l a n k i n t e r r u p t h a n d l e r c h a i n . T o th is e n d , T O S s u p ­
p o r t s t h e i n s t a lla t io n o f
t h a t c a n h o ld t h e a d d r e s s e s o f u p t o e i g h t d e f e r r e d V B I s lo t s ( t h e n u m b e r
is s t o r e d in n v b ls , a b o v e ) . T h e a d d r e s s o f th is ta b le is s t o r e d in th is l o c a ­
ti o n , v b l q u e u e . J u s t b e f o r e t h e s y s t e m i n t e r r u p t h a n d l e r r o u t i n e r e t u r n s , it
c h e c k s t h e c o n t e n t s o f e a c h o f t h e s e e i g h t a d d r e s s e s in t u r n . If it f in d s a
n o n z e r o v a l u e in t h e f ir s t o n e , it a s s u m e s it to b e t h e a d d r e s s o f a d e f e r r e d
V B I h a n d l e r , a n d p e r f o r m s a J S R t o t h a t a d d r e s s . W h e n t h e f ir s t s u b r o u ­
ti n e is c o m p l e t e d , t h e s y s t e m i n t e r r u p t h a n d l e r c h e c k s t h e n e x t s l o t , a n d
s o o n , u n til i t e n c o u n t e r s a v a l u e o f z e r o in t h e v b l q u e u e ta b le .
I n o r d e r t o in s t a ll y o u r o w n i n t e r r u p t h a n d l e r , y o u m u s t e x a m i n e th e
e n t r i e s i n t h e ta b le p o i n t e d t o b y v b l q u e u e . Y o u m a y in s t a ll y o u r V B I h a n ­
d l e r a t t h e f ir s t ta b le e n t r y t h a t c o n t a i n s a 0 . Y o u r h a n d l e r m a y u s e a n y
r e g i s t e r s e x c e p t t h e u s e r s t a c k p o i n t e r . I t s h o u l d r e t u r n w i t h a n R T S in ­
s t r u c t i o n , n o t a n R T E . B e s u r e to c l e a r t h e a d d r e s s o f y o u r h a n d l e r f r o m
th e v b l q u e u e ta b le b e f o r e y o u r a p p l i c a t i o n c l o s e s .
T h e S T s y s t e m is n o t li m it e d t o e i g h t d e f e r r e d V B I h a n d l e r s . If t h e t a ­
b le p o i n t e d to b y v b l q u e u e is f u ll, y o u m a y w i s h t o a l l o c a t e a l a r g e r ta b le ,
c o p y t h e c o n t e n t s o f t h e v b l q u e u e ta b le to it, a n d t h e n u p d a t e n v b l s a n d
v b l q u e u e to r e f l e c t t h e n e w ta b le s i z e a n d l o c a t i o n . B e s u r e to r e s t o r e th e
o l d ta b le b e f o r e y o u r a p p l i c a t i o n e x i t s .
396
APPENDIX K
vblsem
nvbls
__vblqueue
deferred
V B I h a n d l e r s . T O S in itia lly a l l o c a t e s a ta b le
< $ 4 5 2 - $ 4 5 3 )
( $ 4 5 4 - $ 4 5 5 )
( $ 4 5 6 - $ 4 5 9 )

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents