diff options
| author | SND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-12 22:22:58 +0000 |
|---|---|---|
| committer | SND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-12 22:22:58 +0000 |
| commit | ee2206e4d4334c5887e830c7818ca10c134c2bdf (patch) | |
| tree | bc39eba11aec8d3888835188345a3c3dd9f4076e /libpcsxcore | |
| parent | 085ec60fd479651cc6653950265086549ca68ec1 (diff) | |
| download | pcsxr-ee2206e4d4334c5887e830c7818ca10c134c2bdf.tar.gz | |
cdrom: set preoer reset values
fixes HLE
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82226 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
| -rwxr-xr-x | libpcsxcore/cdrom.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index 05b4be71..d90db793 100755 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -1718,6 +1718,8 @@ void cdrReset() { cdr.File = 1; cdr.Channel = 1; cdr.transferIndex = 0; + cdr.Reg2 = 0x1f; + cdr.Stat = NoIntr; // BIOS player - default values cdr.AttenuatorLeftToLeft = 0x80; |
