Files
BinaryObjectScanner/BurnOutSharp/ProtectionType/AlphaAudio.cs
SilasLaspada 10296f40b4 Improve Alpha-ROM detection for Siglus and RealLive games (#139)
* Improve Alpha-ROM detection for Siglus and RealLive games

Improve Alpha-ROM detection for games that use the Siglus and RealLive VN game engines.

* Address PR comments for Alpha-ROM

* Add comment and address PR review
2022-07-28 21:03:35 -07:00

10 lines
277 B
C#

namespace BurnOutSharp.ProtectionType
{
public class AlphaAudio
{
// TODO: Implement - http://settec.net/eng/pro_cd.html
// References and further information:
// https://www.cdmediaworld.com/hardware/cdrom/cd_protections_alpha.shtml
}
}