home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Extras / Development / OS_Changes / 3.0_to_3.1 < prev    next >
Encoding:
Text File  |  1998-04-26  |  772 b   |  54 lines

  1. Added in 3.1:
  2.  
  3.     lowlevel.library
  4.  
  5.         AddKBInt()
  6.         AddTimerInt()
  7.         AddVBlankInt()
  8.         ElapsedTime()
  9.         GetKey()
  10.         GetLanguageSelection()
  11.         QueryKeys()
  12.         ReadJoyPort()
  13.         RemKBInt()
  14.         RemTimerInt()
  15.         RemVBlankInt()
  16.         SetJoyPortAttrs()
  17.         SetJoyPortAttrsA()
  18.         StartTimerInt()
  19.         StopTimerInt()
  20.         SystemControl()
  21.         SystemControlA()
  22.  
  23.     nonvolatile.library
  24.  
  25.         DeleteNV()
  26.         FreeNVData()
  27.         GetCopyNV()
  28.         GetNVInfo()
  29.         GetNVList()
  30.         SetNVProtection()
  31.         StoreNV()
  32.  
  33.     realtime.library
  34.  
  35.         CreatePlayer()
  36.         CreatePlayerA()
  37.         DeletePlayer()
  38.         ExternalSync()
  39.         FindConductor()
  40.         GetPlayerAttrs()
  41.         GetPlayerAttrsA()
  42.         LockRealTime()
  43.         NextConductor()
  44.         SetConductorState()
  45.         SetPlayerAttrs()
  46.         SetPlayerAttrsA()
  47.         UnlockRealTime()
  48.  
  49. New functions in 3.1:
  50.  
  51.     graphics.library
  52.  
  53.         WriteChunkyPixels()
  54.