comparison 3rdparty/utils/aaw/mkdskindex @ 2934:0bd529f1d860

Update mkdskimage script to recognize DW images DriveWire image names were changed from _dw3.dsk to _dw.dsk.
author Tormod Volden <debian.tormod@gmail.com>
date Tue, 21 Jan 2014 20:47:47 +0100
parents 28ed72477814
children
comparison
equal deleted inserted replaced
2933:f3179a938345 2934:0bd529f1d860
43 } 43 }
44 44
45 45
46 } 46 }
47 47
48 if ($dsk =~ m/_dw3[\._]/) 48 if ($dsk =~ m/_dw[\._]/)
49 { 49 {
50 $format = "DriveWire 3/4"; 50 $format = "DriveWire 3/4";
51 } 51 }
52 52
53 if ($dsk =~ m/_becker[\._]/) 53 if ($dsk =~ m/_becker[\._]/)