]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
.pkd extension.
authorToni Wilen <twilen@winuae.net>
Sun, 18 Jan 2015 12:57:12 +0000 (14:57 +0200)
committerToni Wilen <twilen@winuae.net>
Sun, 18 Jan 2015 12:57:12 +0000 (14:57 +0200)
zfile.cpp

index 92443ded14528d825364dd4687512d4fed91de45..daffb8932170f21ea1c184fc0f44753184e9c188 100644 (file)
--- a/zfile.cpp
+++ b/zfile.cpp
@@ -259,7 +259,7 @@ static bool checkwrite (struct zfile *zf, int *retcode)
 
 
 static uae_u8 exeheader[]={ 0x00,0x00,0x03,0xf3,0x00,0x00,0x00,0x00 };
-static TCHAR *diskimages[] = { _T("adf"), _T("adz"), _T("ipf"), _T("scp"), _T("fdi"), _T("dms"), _T("wrp"), _T("dsq"), 0 };
+static TCHAR *diskimages[] = { _T("adf"), _T("adz"), _T("ipf"), _T("scp"), _T("fdi"), _T("dms"), _T("wrp"), _T("dsq"), _T("pkd"), 0 };
 
 int zfile_gettype (struct zfile *z)
 {