home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Programming / MultiDesktop / system / bak / sys_lib.fd < prev    next >
Encoding:
Text File  |  1997-03-27  |  444 b   |  23 lines

  1. ##base _MultiSystemBase
  2. ##bias 30
  3. ##public
  4. GetCPUType()()
  5. GetFPUType()()
  6. GetMMUType()()
  7. * ---- 68020/68030 Cache Contol -----------------
  8. GetCACR()()
  9. SetCARC(cacr) (a0)
  10. * ---- 68851/68030 Memory Management Unit -------
  11. GetCRP(cprBuffer) (a0)
  12. SetCRP(crpBuffer) (a0)
  13. GetSRP(srpBuffer) (a0)
  14. SetSRP(srpBuffer) (a0)
  15. GetTC()()
  16. SetTC(tc) (a0)
  17. * ---- 68030 Memory Management Unit -------------
  18. GetTT0()
  19. SetTT0(tt0) (a0)
  20. GetTT1()
  21. SetTT1(tt1) (a0)
  22. ##end
  23.