mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
nec/pce.cpp, hash/pce.xml, hash/pcecd.xml, hash/tg16.xml: fix main entity descriptions
This commit is contained in:
parent
56d7fe0a98
commit
f7e62a2f2b
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user