home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaDemoCD1.iso / DEMOS / LSD-PM.lzx / Pure·Motion / prefs / env-archive / ros.prefs
Encoding:
Text File  |  1996-10-31  |  1.1 KB  |  39 lines

  1. ***************************************
  2. *                                     *
  3. * RETIRE OPERATING SYSTEM PREFERENCES *
  4. *                                     *
  5. ***************************************
  6.  
  7.  
  8. ; enable/disable credits requester on startup
  9. ; default: ON
  10.  
  11. Credits        = ON
  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. ;             --> New for V2: also joyport keycodes supported (same like
  19.                               lowlevel.library) if enabled by application
  20. ; default: no qualifiers, ESC up 
  21.  
  22. ExitKeyCode    = 000000C5
  23.  
  24.  
  25. ; override internal ROS cache settings (useful for exotic cpu boards)
  26. ; values are passed to exec's cachecontrol, so do not use random values
  27. ; default: OFF
  28.  
  29. ModifyCache    = OFF
  30. CacheBits    = 80003111
  31. CacheMask    = 80003111
  32.  
  33.  
  34. ; enable/disable audio allocation  (V2)
  35. ; default: ON (if you change this the system may crash!!!)
  36.  
  37. AllocAudio    = ON
  38.  
  39.