nec/pce.cpp, hash/pce.xml, hash/pcecd.xml, hash/tg16.xml: fix main entity descriptions

This commit is contained in:
angelosa 2023-03-02 22:53:39 +01:00
parent 56d7fe0a98
commit f7e62a2f2b
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<!--
license:CC0-1.0
-->
<softwarelist name="pce" description="NEC PC-Engine cartridges">
<softwarelist name="pce" description="NEC PC Engine HuCards">
<software name="1943kai">
<description>1943 Kai</description>
<year>1991</year>

View File

@ -3,7 +3,7 @@
<!--
license:CC0-1.0
-->
<softwarelist name="pcecd" description="NEC PC-Engine / Turbografx 16 CD-ROMs">
<softwarelist name="pcecd" description="NEC PC Engine / Turbografx-16 CD-ROMs">
<!-- The JPN CHDs have all been converted from the 'PD PC-Engine V2' collection, dated 2007

View File

@ -3,7 +3,7 @@
<!--
license:CC0-1.0
-->
<softwarelist name="tg16" description="NEC Turbografx 16 cartridges">
<softwarelist name="tg16" description="NEC Turbografx-16 cartridges">
<software name="aeroblst">
<description>Aero Blasters</description>
<year>1990</year>

View File

@ -280,6 +280,6 @@ ROM_END
#define rom_sgx rom_pce
CONS( 1987, pce, 0, 0, pce, pce, pce_state, init_pce, "NEC / Hudson Soft", "PC Engine", MACHINE_IMPERFECT_SOUND )
CONS( 1989, tg16, pce, 0, tg16, pce, pce_state, init_tg16, "NEC / Hudson Soft", "TurboGrafx 16", MACHINE_IMPERFECT_SOUND )
CONS( 1989, tg16, pce, 0, tg16, pce, pce_state, init_tg16, "NEC / Hudson Soft", "TurboGrafx-16", MACHINE_IMPERFECT_SOUND )
CONS( 1989, sgx, pce, 0, sgx, pce, pce_state, init_pce, "NEC / Hudson Soft", "SuperGrafx", MACHINE_IMPERFECT_SOUND )
// TODO: TurboGrafx for PAL region?