The product model is FC-100, FC stands for Famicom. Goldstar have made several "FC" homecomputers including an MSX1 called FC-200.

This commit is contained in:
Michaël Banaan Ananas 2014-04-20 20:09:01 +00:00
parent cfb3aa493c
commit adcf35ce1c
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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)
*********************************************************************/

View File

@ -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 )