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=90523c308397b8d9eb3aa19d17a40d7c922c681a;hb=8e1040b6a82ee1802fda83d4de84290a02656cc0;hpb=9f8b032dc5074e29f2e93ce06651f6da3bb70a86;ds=sidebyside diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h index 90523c30..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; @@ -108,6 +109,7 @@ void cdrRepplayInterrupt(); void cdrLidSeekInterrupt(); void cdrPlayInterrupt(); void cdrDmaInterrupt(); +void LidInterrupt(); unsigned char cdrRead0(void); unsigned char cdrRead1(void); unsigned char cdrRead2(void);