fix little bug in leadout synthesis

This commit is contained in:
zeromus 2015-07-14 21:49:58 -05:00
parent 01987abac4
commit af8842c24f
1 changed files with 2 additions and 2 deletions

View File

@ -244,8 +244,8 @@ namespace BizHawk.Emulation.DiscSystem
SubchannelQ sq = new SubchannelQ();
sq.SetStatus(ADR, control);
sq.q_index.DecimalValue = 0xAA;
sq.q_index.DecimalValue = 0x01;
sq.q_tno.BCDValue = 0xAA;
sq.q_index.BCDValue = 0x01;
sq.Timestamp = ts;
sq.AP_Timestamp = ats;
sq.zero = 0;