Detect-It-Easy/db/MSDOS/Topspeed Modula.3.sg
2014-07-13 22:11:28 +02:00

15 lines
424 B
Text

// DIE's signature file
// Author: hypn0 <hypn0@mail.ru>
init("compiler","Topspeed Modula");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("e90000fc2bedbc....b8....8ed88c06....26a1....a3....54583bc4b8....75..b430cd213c..74..3c..77..b8....8cdbe8....86c4a3....8e06"))
{
sVersion="2.0";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}