diff 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
line wrap: on
line diff
--- a/3rdparty/utils/aaw/mkdskindex	Tue Jan 21 20:46:52 2014 +0100
+++ b/3rdparty/utils/aaw/mkdskindex	Tue Jan 21 20:47:47 2014 +0100
@@ -45,7 +45,7 @@
 
   }  
 
-  if ($dsk =~ m/_dw3[\._]/)
+  if ($dsk =~ m/_dw[\._]/)
   {
     $format = "DriveWire 3/4";
   }