fix little bug in leadout synthesis
This commit is contained in:
parent
01987abac4
commit
af8842c24f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue