home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / alt / sys / amiga / demos / 1476 < prev    next >
Encoding:
Text File  |  1992-11-09  |  2.3 KB  |  58 lines

  1. Newsgroups: alt.sys.amiga.demos
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!informatik.tu-muenchen.de!unknown!erlebach
  3. From: erlebach@Informatik.TU-Muenchen.DE (Thomas Erlebach)
  4. Subject: Re: 2.04 demos and sites
  5. References: <1992Oct30.085117.16598@ccu.umanitoba.ca> <erlebach.720800123@unknown> <Bx6urv.4Ix@cs.vu.nl>
  6. Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
  7. Organization: Technische Universitaet Muenchen, Germany
  8. Date: Mon, 9 Nov 1992 09:57:11 GMT
  9. Message-ID: <erlebach.721303031@unknown>
  10. Lines: 46
  11.  
  12. MAXIMUM VELOCITY PATCH
  13.  
  14. wgkramer@cs.vu.nl (Ewout Kramer) writes:
  15.  
  16. >erlebach@Informatik.TU-Muenchen.DE (Thomas Erlebach) writes:
  17. >>Finally I added a MOVE #$2700,SR to the music interrupt (which disables
  18. >>all other interrupts during the music interrupt), and now the demo works
  19. >>fine (including the music).
  20.  
  21. >Could you make a patch or something for other users, I would certainly
  22. >not enjoy repeating your 4-hours work :-(
  23.  
  24.  The patch necessary is only a few bytes long, so I don't upload it
  25.  to any ftp site. Instead I give you instructions how to do the patch
  26.  yourself.
  27.   
  28.  General Instructions:
  29.    - Use a diskmonitor
  30.    - read block 1066 (that is track 48, head 0, block 10) of the
  31.      Maximum Velocity disk
  32.      (the first words in this block are 33fc 7fff 00df f09a)
  33.    - change the bytes starting at offset $78 (hex) (i.e. 120 decimal)
  34.      to the following: 46fc 2700 4a39 00bf ed01 13fc 0000 00bf
  35.                        ea01 4e71 4e71
  36.      (the bytes before offset $78 are 8008 00df f09a 4e75; these
  37.       must remain the same)
  38.      (the bytes after the ones you change are 13fc 0000 00bf e801)
  39.    - write back the block (don't compute a checksum)
  40.                            
  41.  Special instructions if you are using C-monitor:
  42.    - start the c-mon and put the MAXIMUM VELOCITY disk in df0:
  43.    - enter: <s 50000 48 0 10
  44.    - enter: e 50078
  45.    - enter: 46fc 2700 4a39 00bf ed01 13fc 0000 00bf ea01 4e71 4e71
  46.    - press return again
  47.    - enter >s 50000 48 0 10
  48.                                     
  49.  After this patch the demo should work properly. If you have any problems,
  50.  feel free to mail me. If the patch works on your amiga, i'd be happy to
  51.  hear about that, too.
  52.                                      
  53. >Ewout
  54.  
  55.                        E.T.
  56.  
  57.  
  58.