summaryrefslogtreecommitdiff
path: root/libpcsxcore/cdrom.h
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-08 01:35:47 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-08 01:35:47 +0000
commitf7d110c7a0ec03491e9fedc70d72a034a4b3dfe8 (patch)
treef74a433a37e5e3940705a0f9aa3ac6241a83f71c /libpcsxcore/cdrom.h
parent6500edc4bc71beb9c988c54de1a37046f321d5b3 (diff)
downloadpcsxr-f7d110c7a0ec03491e9fedc70d72a034a4b3dfe8.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@51475 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/cdrom.h')
-rw-r--r--libpcsxcore/cdrom.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h
index 690ed495..c5d448cd 100644
--- a/libpcsxcore/cdrom.h
+++ b/libpcsxcore/cdrom.h
@@ -65,16 +65,16 @@ typedef struct {
unsigned char ResultReady;
unsigned char Cmd;
unsigned char Readed;
- unsigned long Reading;
+ u32 Reading;
unsigned char ResultTN[6];
unsigned char ResultTD[4];
unsigned char SetSector[4];
unsigned char SetSectorSeek[4];
unsigned char Track;
- int Play;
+ boolean Play, Muted;
int CurTrack;
- int Mode, File, Channel, Muted;
+ int Mode, File, Channel;
int Reset;
int RErr;
int FirstSector;
@@ -84,9 +84,9 @@ typedef struct {
int Init;
unsigned char Irq;
- unsigned long eCycle;
+ u32 eCycle;
- int Seeked;
+ boolean Seeked;
} cdrStruct;
extern cdrStruct cdr;