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?