Index: branches/release-1_0/platform/sx10/sub/101b/stubs_entry.S
===================================================================
--- branches/release-1_0/platform/sx10/sub/101b/stubs_entry.S	(revision 1611)
+++ branches/release-1_0/platform/sx10/sub/101b/stubs_entry.S	(revision 1635)
@@ -40,9 +40,10 @@
 
 // Values below go in 'lib.c':
-//void *vid_get_bitmap_fb()        { return (void*)0x403b1000; } // Found @0xff846c28
-//void *vid_get_viewport_fb()      { return (void*)0x4070d9d0; } // Found @0xffad16d8
-//char *camera_jpeg_count_str()    { return (char*)0x0004c138; } // Found @0xff9d28ec
-//long hook_raw_size()             { return 0x00ec04f0; }        // Found @0xffad3b5c
-//int get_flash_params_count(void) { return 0x78; }              // Found @0xff975514
+//void *vid_get_bitmap_fb()        { return (void*)0x403b1000; }             // Found @0xff846c28
+//void *vid_get_viewport_fb()      { return (void*)0x4070d9d0; }             // Found @0xffad16d8
+//void *vid_get_viewport_fb_d()    { return (void*)(*(int*)(0x5260+0x58)); } // Found @0xff85c76c & 0xff85c7a4
+//char *camera_jpeg_count_str()    { return (char*)0x0004c138; }             // Found @0xff9d28ec
+//long hook_raw_size()             { return 0x00ec04f0; }                    // Found @0xffad3b5c
+//int get_flash_params_count(void) { return 0x78; }                          // Found @0xff975514
 
 // Bitmap masks and physw_status index values for SD_READONLY and USB power flags (for kbd.c).
@@ -76,4 +77,7 @@
 // Misc stuff
 DEF(ctypes, 0xffb04792)
+
+// For capt_seq.c
+//static long *nrflag = (long*)(0x9b44-0x04);  // Found @ ff94ca50 & ff94ca68
 
 // Stubs below matched 100%.
