comparison src/video/fbcon/SDL_fbmatrox.c @ 2735:204be4fc2726

Final merge of Google Summer of Code 2008 work... Port SDL 1.3 to the Nintendo DS by Darren Alton, mentored by Sam Lantinga
author Sam Lantinga <slouken@libsdl.org>
date Wed, 27 Aug 2008 15:10:03 +0000
parents c121d94672cb
children 99210400e8b9
comparison
equal deleted inserted replaced
2734:dd25eabe441c 2735:204be4fc2726
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 }