home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / UTIL / ForcePRAM.sit / ForceMap.r < prev    next >
Text File  |  1994-04-11  |  560b  |  21 lines

  1. // Set map location (usually set by the map control panel).
  2.  
  3. // See MacTutor V5#9p88 or BestOf 5 p146...
  4.  
  5. // struct MachineLocation {
  6. //         Fract latitude;            // Long
  7. //         Fract longitude;            // Long
  8. //         union {
  9. //                 char dlsDelta;        // High byte of the field
  10. //                 long gmtDelta;        // Low three bytes of the field
  11. //         } gmtFlags;
  12. // };
  13.  
  14. // Note: we don't try to do anything to dlsDelta or gmtDelta.
  15.  
  16. data 'DATA' (num,"Map Washington DC") {
  17.     $"1B AC 90 1E C9 3E 93 E9"        // Washington DC
  18. };
  19.  
  20. // End of ForceMap.r
  21.