mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
.hdm -> another raw image format, used by add_ssil so far
This commit is contained in:
parent
d7e050b322
commit
3310807d59
@ -16562,6 +16562,7 @@ Same as Police Quest 2 - Quest for Glory stand-alone disks
|
|||||||
</part>
|
</part>
|
||||||
</software>
|
</software>
|
||||||
|
|
||||||
|
<!-- size 5 MB??? -->
|
||||||
<software name="asuka2" supported="no">
|
<software name="asuka2" supported="no">
|
||||||
<description>Asuka 2</description>
|
<description>Asuka 2</description>
|
||||||
<year>19??</year>
|
<year>19??</year>
|
||||||
|
@ -29,7 +29,7 @@ const char *pc98_format::description() const
|
|||||||
|
|
||||||
const char *pc98_format::extensions() 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[] = {
|
const pc98_format::format pc98_format::formats[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user