diff --git a/src/lib/formats/fc100_cas.c b/src/lib/formats/fc100_cas.c index 14c68b88a04..64deef962a0 100644 --- a/src/lib/formats/fc100_cas.c +++ b/src/lib/formats/fc100_cas.c @@ -2,7 +2,7 @@ // copyright-holders:Robbbert /******************************************************************** -Support for Goldstar Famicom FC-100 cassette images +Support for Goldstar FC-100 cassette images We don't actually have any info on the cassette frequencies, so diff --git a/src/lib/formats/fc100_cas.h b/src/lib/formats/fc100_cas.h index 5772e5dcc47..1d7b667cf4d 100644 --- a/src/lib/formats/fc100_cas.h +++ b/src/lib/formats/fc100_cas.h @@ -4,7 +4,7 @@ fc100_cas.h - Format code for Goldstar Famicom-100 cassette images (CAS format) + Format code for Goldstar FC-100 cassette images (CAS format) *********************************************************************/ diff --git a/src/mess/drivers/fc100.c b/src/mess/drivers/fc100.c index 40061d6d898..937dc5807e3 100644 --- a/src/mess/drivers/fc100.c +++ b/src/mess/drivers/fc100.c @@ -2,7 +2,7 @@ // copyright-holders:Robbbert /*************************************************************************** -Goldstar Famicom FC-100 +Goldstar FC-100 (FC stands for Famicom) 2014/04/20 Skeleton driver. @@ -466,5 +466,5 @@ ROM_END /* Driver */ -/* YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME STATUS FLAGS */ -CONS( 1982, fc100, 0, 0, fc100, fc100, driver_device, 0, "Goldstar", "Famicom FC-100", GAME_NOT_WORKING ) +/* YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS */ +CONS( 1982, fc100, 0, 0, fc100, fc100, driver_device, 0, "Goldstar", "FC-100", GAME_NOT_WORKING )