comparison src/video/fbcon/SDL_fb3dfx.c @ 2698:e1da92da346c gsoc2008_nds

Clean up.
author Darren Alton <dalton@stevens.edu>
date Wed, 27 Aug 2008 04:23:38 +0000
parents c121d94672cb
children 99210400e8b9
comparison
equal deleted inserted replaced
2697:c9121b04cffa 2698:e1da92da346c
35 tdfx_waitidle(); 35 tdfx_waitidle();
36 while ((tdfx_in32(TDFX_STATUS) & STATUS_RETRACE) == STATUS_RETRACE); 36 while ((tdfx_in32(TDFX_STATUS) & STATUS_RETRACE) == STATUS_RETRACE);
37 /* wait until we're past the start */ 37 /* wait until we're past the start */
38 while ((tdfx_in32(TDFX_STATUS) & STATUS_RETRACE) == 0); 38 while ((tdfx_in32(TDFX_STATUS) & STATUS_RETRACE) == 0);
39 } 39 }
40
40 static void 41 static void
41 WaitIdle(_THIS) 42 WaitIdle(_THIS)
42 { 43 {
43 tdfx_waitidle(); 44 tdfx_waitidle();
44 } 45 }