mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
mcd, fix SEEK status reporting
This commit is contained in:
parent
d191afbccf
commit
ae61303f86
1 changed files with 1 additions and 1 deletions
|
@ -1111,7 +1111,7 @@ void cdd_process(void)
|
|||
cdd.status = CD_PLAY;
|
||||
|
||||
/* return track index in RS2-RS3 */
|
||||
set_reg16(0x38, (CD_SEEK << 8) | 0x02);
|
||||
set_reg16(0x38, (CD_SEEK << 8) | 0x0f);
|
||||
set_reg16(0x3a, 0x0000);
|
||||
set_reg16(0x3c, 0x0000);
|
||||
set_reg16(0x3e, 0x0000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue