From 3310807d59710dcbc07c6e533fb484ed1eac7e8f Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Wed, 7 Aug 2013 21:43:56 +0000 Subject: [PATCH] .hdm -> another raw image format, used by add_ssil so far --- hash/pc98.xml | 1 + src/lib/formats/pc98_dsk.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hash/pc98.xml b/hash/pc98.xml index 64815783af6..81e553a7a2d 100644 --- a/hash/pc98.xml +++ b/hash/pc98.xml @@ -16562,6 +16562,7 @@ Same as Police Quest 2 - Quest for Glory stand-alone disks + Asuka 2 19?? diff --git a/src/lib/formats/pc98_dsk.c b/src/lib/formats/pc98_dsk.c index e0ec0a6355a..ce7c1308b80 100644 --- a/src/lib/formats/pc98_dsk.c +++ b/src/lib/formats/pc98_dsk.c @@ -29,7 +29,7 @@ const char *pc98_format::description() const const char *pc98_format::extensions() const { - return "dsk,ima,img,ufi,360"; + return "dsk,ima,img,ufi,360,hdm"; } const pc98_format::format pc98_format::formats[] = {