X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fcdrom.h;h=fde7f2195da72f45effa29c7eff40e16f74c077f;hp=abadc4d2394a3e538ae69f75f93ec7de2d3f2324;hb=8e1040b6a82ee1802fda83d4de84290a02656cc0;hpb=df656ddecc69bddda9cf02285710127444e3d06d diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h index abadc4d2..fde7f219 100644 --- a/libpcsxcore/cdrom.h +++ b/libpcsxcore/cdrom.h @@ -52,7 +52,7 @@ typedef struct { unsigned char StatP; unsigned char Transfer[CD_FRAMESIZE_RAW]; - unsigned char *pTransfer; + unsigned int pad1; unsigned char Prev[4]; unsigned char Param[8]; @@ -94,7 +94,8 @@ typedef struct { u8 FastBackward; u8 pad; - u32 LeftVol, RightVol; + u8 AttenuatorLeft[2], AttenuatorRight[2]; + u32 pad2; } cdrStruct; extern cdrStruct cdr; @@ -107,6 +108,8 @@ void cdrReadInterrupt(); void cdrRepplayInterrupt(); void cdrLidSeekInterrupt(); void cdrPlayInterrupt(); +void cdrDmaInterrupt(); +void LidInterrupt(); unsigned char cdrRead0(void); unsigned char cdrRead1(void); unsigned char cdrRead2(void);