mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
saturn.xml: renamed "area51" parent to "area51e" to avoid conflict with the arcade title setname "area51" which is also a CHD. (nw)
Note: Without this change, using "-verifysoftlist saturn" will detect the arcade CHD if it is anywhere in the rompath and assumes you are looking for the saturn one. That is a problem since all -verify commands are only supposed to check romset that you actually HAVE in a folder or compressed folder.
This commit is contained in:
parent
62172ec952
commit
cd2e853167
1 changed files with 4 additions and 4 deletions
|
@ -15036,7 +15036,7 @@ Olympic Soccer (Fra) T-7904H-09
|
|||
</software>
|
||||
|
||||
<!-- Identifying Area 51 (T-18613G)... -->
|
||||
<software name="area51j" cloneof="area51" supported="no">
|
||||
<software name="area51j" cloneof="area51e" supported="no">
|
||||
<description>Area 51 (Jpn)</description>
|
||||
<year>1997</year>
|
||||
<publisher>Soft Bank</publisher>
|
||||
|
@ -30166,7 +30166,7 @@ Olympic Soccer (Fra) T-7904H-09
|
|||
</software>
|
||||
|
||||
<!-- Identifying area51... -->
|
||||
<software name="area51" supported="no">
|
||||
<software name="area51e" supported="no">
|
||||
<description>Area 51 (Euro)</description>
|
||||
<year>1997</year>
|
||||
<publisher>GT Interactive</publisher>
|
||||
|
@ -30174,7 +30174,7 @@ Olympic Soccer (Fra) T-7904H-09
|
|||
<sharedfeat name="compatibility" value="PAL"/>
|
||||
<part name="cdrom" interface="sat_cdrom">
|
||||
<diskarea name="cdrom">
|
||||
<disk name="area51" sha1="fd0fcee3aec2a9a0b723568290f8fd38fb5ac53c" />
|
||||
<disk name="area51e" sha1="fd0fcee3aec2a9a0b723568290f8fd38fb5ac53c" />
|
||||
</diskarea>
|
||||
</part>
|
||||
</software>
|
||||
|
@ -34643,7 +34643,7 @@ Olympic Soccer (Fra) T-7904H-09
|
|||
</software>
|
||||
|
||||
<!-- Identifying dw-sat-0721-Area_51-usa... -->
|
||||
<software name="area51u" cloneof="area51" supported="no">
|
||||
<software name="area51u" cloneof="area51e" supported="no">
|
||||
<description>Area 51 (USA)</description>
|
||||
<year>1996</year>
|
||||
<publisher>Midway</publisher>
|
||||
|
|
Loading…
Reference in a new issue