home *** CD-ROM | disk | FTP | other *** search
/ Fujiology Archive / fujiology_archive_v1_0.iso / !FALCON / !BONUS / EMULATOR / ATARI802.ZIP / SPEED.TXT < prev    next >
Text File  |  1998-01-11  |  921b  |  29 lines

  1. Speed measurement:
  2. ------------------
  3.  
  4. Set up your H: device properly first (-configure).
  5. Start emulator with Atari BASIC (-config ataribas.cfg).
  6. Enter the following command under the READY prompt in BASIC:
  7.  
  8. ENTER "H:CIRCLE.LST"
  9.  
  10. then type RUN and press return - and watch your watches to see how long
  11. it takes to draw a circle.
  12.  
  13. CIRCLE.LST GR.8    Atari800 0.8.2      assembler CPU
  14. ----------------------------------------------------
  15. full refresh       161 seconds         142 seconds
  16. interlace 1/10     133 seconds         116 seconds
  17. refresh   1/10      54 seconds          43 seconds
  18. real rate 1/100     50 seconds          40 seconds
  19.  
  20. Unfortunately I don't remember the time needed on original Atari 800XL.
  21.  
  22. Anyway, the results show that ANTIC emulation is the most expensive
  23. part of emulation time. I am going to improve it by rewritting to
  24. assembler.
  25.  
  26. Petr
  27.  
  28. stehlik@cas3.zlin.vutbr.cz
  29.