Mercurial > audlegacy
comparison Plugins/Input/sexypsf/spu/dma.h @ 854:61e7332e0652 trunk
[svn] - PSF2 support (everything is BORKED right now)
author | nenolod |
---|---|
date | Sun, 19 Mar 2006 12:51:03 -0800 |
parents | 42cdc99e395a |
children |
comparison
equal
deleted
inserted
replaced
853:74576869a506 | 854:61e7332e0652 |
---|---|
22 // 2002/05/15 - Pete | 22 // 2002/05/15 - Pete |
23 // - generic cleanup for the Peops release | 23 // - generic cleanup for the Peops release |
24 // | 24 // |
25 //*************************************************************************// | 25 //*************************************************************************// |
26 | 26 |
27 | 27 void InterruptDMA4(void); |
28 u16 CALLBACK SPUreadDMA(void); | 28 void InterruptDMA7(void); |
29 void CALLBACK SPUreadDMAMem(u16 * pusPSXMem,int iSize); | 29 |
30 void CALLBACK SPUwriteDMA(u16 val); | |
31 void CALLBACK SPUwriteDMAMem(u16 * pusPSXMem,int iSize); |