home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Emulatoren / fMSX / ARexx / slower.fmsx < prev    next >
Encoding:
Text File  |  2000-05-27  |  308 b   |  18 lines

  1. /*    This is an ARexx script for use with fMSX Amiga.
  2.  
  3.     $VER: slower.fmsx 2.2 (6.6.99)
  4.  
  5.     This script changes the interruptperiod and refreshcycle parameters
  6.     so that fMSX runs a bit slower.
  7. */
  8.  
  9. options results
  10.  
  11. address FMSX.0
  12.  
  13. interruptperiod
  14. interruptperiod result + 300
  15.  
  16. refreshcycle
  17. refreshcycle result - 1
  18.