Orion (./16) :
Je n'ai pas trouvé une méthode pour forcer la relecture de la TOC.
Tu as creusé dans le document de no$cash ? Il y a des pistes qui semblent intéressantes :
Reset - Command 1Ch,(...) --> INT3(stat) --> Delay(1/8 seconds)
Resets the drive controller, reportedly, same as opening and closing the drive door.
[d'après la doc ça annule aussi la commande de déprotection, donc j'imagine qu'il faut la relancer ensuite pour que ça marche avec un CD-R]
SetSession - Command 12h,session --> INT3(stat) --> INT2(stat)
Seeks to session (ie. moves the drive head to the session, with stat bit6 set during the seek phase). (...) The command does automatically read the TOC of the new session.
ReadTOC - Command 1Eh --> INT3(stat) --> INT2(stat)
Caution: Supported only in BIOS version vC1 and up. Not supported in vC0.Reread the Table of Contents of current session without reset.