summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authorSND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-22 00:31:08 +0000
committerSND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-22 00:31:08 +0000
commita68be7bc456cf7fed19cd90854e23f8c150aac6b (patch)
tree5e1a92b4b10ae1ea473c879de889aa7fb2871104 /libpcsxcore
parent77bfa18f8098c3722ea3a4e883a7dc4d0f7ebb4c (diff)
downloadpcsxr-a68be7bc456cf7fed19cd90854e23f8c150aac6b.tar.gz
cdrom: set initial StatP
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82429 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
-rwxr-xr-xlibpcsxcore/cdrom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c
index 7d73d220..1377f2a4 100755
--- a/libpcsxcore/cdrom.c
+++ b/libpcsxcore/cdrom.c
@@ -1536,6 +1536,7 @@ void cdrReset() {
cdr.Reg2 = 0x1f;
cdr.Stat = NoIntr;
cdr.DriveState = DRIVESTATE_STANDBY;
+ cdr.StatP = STATUS_ROTATING;
// BIOS player - default values
cdr.AttenuatorLeftToLeft = 0x80;