diff options
| author | 2013-08-07 21:43:56 +0000 | |
|---|---|---|
| committer | 2013-08-07 21:43:56 +0000 | |
| commit | 3310807d59710dcbc07c6e533fb484ed1eac7e8f (patch) | |
| tree | ce4ebead4973a2eece13cc252f1e52fae56540be /src/lib | |
| parent | d7e050b3225b1144edf256c53d484cae4bb1b750 (diff) | |
.hdm -> another raw image format, used by add_ssil so far
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/formats/pc98_dsk.c | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = { |
