mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
Fix internal softlist names to match both the hash files as well as matching what the source expects. [Tafoid]
Note: Given that most software scanning utilities will use the internal name located in the XML files, it is possible the following software folders will need to be renamed locally and your scanning folders updated as well to match: icanpian_cart > icanpian icanguit_cart > icanguit apple2 > apple2_flop_misc
This commit is contained in:
parent
ce24d8322f
commit
367b4fa630
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||
<!-- Generated by SLIST 0.2.1 -->
|
||||
|
||||
<softwarelist name="apple2" description="Apple II 5.25 miscellaneous disks">
|
||||
<softwarelist name="apple2_flop_orig" description="Apple II 5.25 miscellaneous disks">
|
||||
|
||||
<software name="4080trkd">
|
||||
<description>40 and 80 Track DOS</description>
|
||||
|
@ -43,7 +43,7 @@
|
||||
|
||||
-->
|
||||
|
||||
<softwarelist name="icanguit_cart" description="Fisher-Price / Mattel I Can Play Guitar cartridges">
|
||||
<softwarelist name="icanguit" description="Fisher-Price / Mattel I Can Play Guitar cartridges">
|
||||
<software name="guitfav" supported="no">
|
||||
<description>Guitar Favorites (K7357)</description>
|
||||
<year>2007</year>
|
||||
|
@ -48,7 +48,7 @@
|
||||
47 ground 48 Gnd
|
||||
-->
|
||||
|
||||
<softwarelist name="icanpian_cart" description="Fisher-Price / Mattel I Can Play Piano cartridges">
|
||||
<softwarelist name="icanpian" description="Fisher-Price / Mattel I Can Play Piano cartridges">
|
||||
<software name="pianfav" supported="no">
|
||||
<description>Piano Favorites (J7522)</description>
|
||||
<year>2005</year>
|
||||
|
Loading…
Reference in New Issue
Block a user