home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1997 #4 / amigaacscoverdisc1997-041997.iso / amigascene / demos / pure_motion / ros.prefs < prev   
Text File  |  1997-12-28  |  858b  |  31 lines

  1. ********************************************
  2. *                                          *
  3. * RETIRE OPERATING SYSTEM PREFERENCES V1.0 *
  4. *                                          *
  5. ********************************************
  6.  
  7.  
  8. ; enable/disable credits requester on startup
  9. ; default: ON
  10.  
  11. Credits        = OFF
  12.  
  13.  
  14. ; the keycode & qualifier bits for exiting ROS applications (if supported)
  15. ; upper word: qualifier bits from lowlevel.library
  16. ;             bit0..7: LSHIFT, RSHIFT, CAPS, CTRL, LALT, RALT, LAMIGA, RAMIGA
  17. ; lower word: valid keycodes are 0..$67, add $80 for key-up condition
  18. ; default: no qualifiers, ESC up 
  19.  
  20. ExitKeyCode    = 000000C5
  21.  
  22.  
  23. ; override internal ROS cache settings (useful for exotic cpu boards)
  24. ; values are passed to exec's cachecontrol, so do not use random values
  25. ; default: OFF
  26.  
  27. ModifyCache    = OFF
  28. CacheBits    = 80003111
  29. CacheMask    = 80003111
  30.  
  31.