Saturn: fix the status of Play command (Suchie-Pie Doki Doki Nightmare) (#1038)

This commit is contained in:
Sergiy Dvodnenko
2025-09-25 09:21:12 +03:00
committed by GitHub
parent 0f667a8442
commit f2d61de09f

View File

@@ -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);