diff options
Diffstat (limited to 'libpcsxcore/cdrom.c')
| -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; |
