diff options
| author | SND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-22 00:31:08 +0000 |
|---|---|---|
| committer | SND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-22 00:31:08 +0000 |
| commit | a68be7bc456cf7fed19cd90854e23f8c150aac6b (patch) | |
| tree | 5e1a92b4b10ae1ea473c879de889aa7fb2871104 /libpcsxcore | |
| parent | 77bfa18f8098c3722ea3a4e883a7dc4d0f7ebb4c (diff) | |
| download | pcsxr-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-x | libpcsxcore/cdrom.c | 1 |
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; |
