mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-12 05:35:17 +00:00
* Add notes about DiscGuard's use of subchannels. * Add reference to DiscAudit and MusicGuard.
14 lines
737 B
C#
14 lines
737 B
C#
namespace BurnOutSharp.ProtectionType
|
|
{
|
|
public class DiscAudit
|
|
{
|
|
// TODO: Implement - https://web.archive.org/web/19981206095259/http://www.ttrtech.com/discaudi.htm
|
|
// DiscAudit was active in at least 1998 (https://web.archive.org/web/19991013001235/http://ttrtech.com/pressrel.htm).
|
|
// References and further information:
|
|
// https://www.sec.gov/Archives/edgar/data/933955/0000950117-97-001817.txt
|
|
// https://books.google.com/books?id=3gkEAAAAMBAJ&pg=PA39
|
|
// http://www.jei.org/Restricted/BR98/346x/346.html
|
|
// https://archive.org/stream/TheJerusalemPost1998IsraelEnglish/Jul%2003%201998%2C%20The%20Jerusalem%20Post%2C%20%2319970%2C%20Israel%20%28en%29_djvu.txt
|
|
}
|
|
}
|