Mercurial > sdl-ios-xcode
comparison src/video/fbcon/SDL_fbmatrox.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 |
---|---|
39 while (!(mga_in8(0x1FDA) & 0x08)); | 39 while (!(mga_in8(0x1FDA) & 0x08)); |
40 /* wait until we're past the start */ | 40 /* wait until we're past the start */ |
41 count = mga_in32(0x1E20) + 2; | 41 count = mga_in32(0x1E20) + 2; |
42 while (mga_in32(0x1E20) < count); | 42 while (mga_in32(0x1E20) < count); |
43 } | 43 } |
44 | |
44 static void | 45 static void |
45 WaitIdle(_THIS) | 46 WaitIdle(_THIS) |
46 { | 47 { |
47 mga_waitidle(); | 48 mga_waitidle(); |
48 } | 49 } |