upse-ps1-dma-manager.h 881 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * UPSE: the unix playstation sound emulator.
  3. *
  4. * Filename: upse-ps1-dma-manager.h
  5. * Purpose: libupse: UPSE PS1 DMA Manager headers
  6. *
  7. * Copyright (c) 2007 William Pitcock <nenolod@sacredspiral.co.uk>
  8. * Portions copyright (c) 1999-2002 Pcsx Team
  9. * Portions copyright (c) 2004 "Xodnizel"
  10. *
  11. * UPSE is free software, released under the GNU General Public License,
  12. * version 2.
  13. *
  14. * A copy of the GNU General Public License, version 2, is included in
  15. * the UPSE source kit as COPYING.
  16. *
  17. * UPSE is offered without any warranty of any kind, explicit or implicit.
  18. */
  19. #ifndef _UPSE__LIBUPSE__UPSE_PS1_DMA_MANAGER_H__GUARD
  20. #define _UPSE__LIBUPSE__UPSE_PS1_DMA_MANAGER_H__GUARD
  21. void psxDma2(u32 madr, u32 bcr, u32 chcr);
  22. void psxDma3(u32 madr, u32 bcr, u32 chcr);
  23. void psxDma4(u32 madr, u32 bcr, u32 chcr);
  24. void psxDma6(u32 madr, u32 bcr, u32 chcr);
  25. #endif