From f7e62a2f2bd81e3b4e9acb092567a45ad4748e2f Mon Sep 17 00:00:00 2001 From: angelosa Date: Thu, 2 Mar 2023 22:53:39 +0100 Subject: [PATCH] nec/pce.cpp, hash/pce.xml, hash/pcecd.xml, hash/tg16.xml: fix main entity descriptions --- hash/pce.xml | 2 +- hash/pcecd.xml | 2 +- hash/tg16.xml | 2 +- src/mame/nec/pce.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hash/pce.xml b/hash/pce.xml index f92352aa81c..220cd529cdf 100644 --- a/hash/pce.xml +++ b/hash/pce.xml @@ -3,7 +3,7 @@ - + 1943 Kai 1991 diff --git a/hash/pcecd.xml b/hash/pcecd.xml index 7246496c4b6..4c7c52c8dfd 100644 --- a/hash/pcecd.xml +++ b/hash/pcecd.xml @@ -3,7 +3,7 @@ - + - + Aero Blasters 1990 diff --git a/src/mame/nec/pce.cpp b/src/mame/nec/pce.cpp index bb828805cab..d7c61b664b0 100644 --- a/src/mame/nec/pce.cpp +++ b/src/mame/nec/pce.cpp @@ -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?