home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / hardware / 22798 < prev    next >
Encoding:
Text File  |  1993-01-11  |  2.1 KB  |  54 lines

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!torn!nott!bnrgate!bcars267!news
  2. From: mascot@bnr.ca (Scott Mason)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: 14MHz Amiga Double Speed
  5. Message-ID: <1993Jan11.212413.19312@bnr.ca>
  6. Date: 11 Jan 93 21:24:13 GMT
  7. References: <1993Jan11.165036.15012@goya.uu.es>
  8. Sender: news@bnr.ca (usenet)
  9. Organization: Bell-Northern Research, Ottawa, Ontario, Canada
  10. Lines: 41
  11. Nntp-Posting-Host: bcara204
  12.  
  13. In article <1993Jan11.165036.15012@goya.uu.es> mpg92129@dit.upm.es (OSCAR JOSE MARTINEZ DE LA TORRE) writes:
  14. > I try make my Amiga 2000 faster by increasing the clock input of a new chip
  15. > which can 16 MHz MC68000P16 , as the cristal of Agnus is 28 MHz i divided into
  16. >two with a Flip-Flop which gives 14MHz .
  17. >    It is working faster but there are some problems 
  18. >    You can explain why?
  19. >    
  20. >    -    Don t allow to use fast Memory (4M) 
  21.  
  22. Your 14MHz 68000 is sampling -DTACK earlier than the original 7MHz
  23. 68000. Both processors are running with zero wait-states.  However,
  24. zero wait-states with the faster processor is too quick for valid data
  25. to be generated by the memory.
  26.  
  27. Also your 14MHz 68000 is sometimes generating -AS and -DS on the wrong
  28. 7MHz clock phase.
  29.  
  30. >    -     Very frecuently block errors read write in a 100M HD Quantum.
  31.  
  32. Same as below, probably, where the CIA timing is throwing off the
  33. timing of the device driver. May also include some of the above
  34. problems where the bus is running to fast.
  35.  
  36. >    -     Don t allow use floppy disk.
  37.  
  38. The 6800 bus is generated by the 68000 for compatability with older
  39. peripheral chips. In the Amiga, this means the CIAs.  Your faster 68000
  40. is generating incorrect E-clock timing, throwing off the timing of the
  41. CIAs.
  42.  
  43. >        Thank you.
  44.  
  45. There may be other problems, but these are the ones I know. Possibly,
  46. your modifications to the clock distribution are causing signal quality
  47. problems.
  48.  
  49. ------------------------------------------------------------------------
  50. #include <disclaimer.h>                          Bell-Northern Research
  51. Scott Mason                                      P.O. Box 3511 Station C
  52. Internet: mascot@bnr.ca                          Ottawa, Canada, K1Y 4H7
  53.