diff --git a/support/saturn/saturncdd.cpp b/support/saturn/saturncdd.cpp index d707cd3..589402a 100644 --- a/support/saturn/saturncdd.cpp +++ b/support/saturn/saturncdd.cpp @@ -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);