From d0663e3a5d67b55542cd7c4504c5484e6073a0f3 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 18 Jan 2015 14:57:12 +0200 Subject: [PATCH] .pkd extension. --- zfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zfile.cpp b/zfile.cpp index 92443ded..daffb893 100644 --- 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) { -- 2.47.3