home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 118.lha / Rez.3 / patch.c < prev    next >
C/C++ Source or Header  |  1986-11-20  |  334b  |  20 lines

  1. main()
  2. {
  3.     int i;
  4.  
  5.     if ((i = open("cc34b", 2)) >= 0) {
  6.         lseek(i, 0x2e50L, 0);
  7.         write(i, "bxx", 4);
  8.         lseek(i, 0xc278L, 0);
  9.         write (i, "\x47\xec\x87\x0e", 4);
  10.         close(i);
  11.     }
  12.     if ((i = open("cc36a", 2)) >= 0) {
  13.         lseek(i, 0x2f0cL, 0);
  14.         write(i, "bxx", 4);
  15.         lseek(i, 0xc68cL, 0);
  16.         write (i, "\x47\xec\x87\x32", 4);
  17.         close(i);
  18.     }
  19. }
  20.