Saturn: fix the status of Play command (Suchie-Pie Doki Doki Nightmare) (#1038)
This commit is contained in:
@@ -869,7 +869,7 @@ void satcdd_t::Process(uint8_t* time_mode) {
|
||||
|
||||
stat[0] = SATURN_STAT_DATA;
|
||||
stat[1] = q | 0x01;
|
||||
stat[2] = this->lba < this->toc.end ? BCD(this->track + 1) : BCD(this->toc.last);
|
||||
stat[2] = this->lba < this->toc.end ? BCD(this->track + 1) : 0xAA;
|
||||
stat[3] = this->lba < 0 ? 0x00 : BCD(this->index);
|
||||
stat[4] = BCD(msf.m);
|
||||
stat[5] = BCD(msf.s);
|
||||
|
||||
Reference in New Issue
Block a user