summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-07-25 16:18:22 +0200
committer hap <happppp@users.noreply.github.com>2017-07-25 16:18:22 +0200
commit9f68ebf3527195da669184464a3fbeeb0c9bca0b (patch)
tree9d43439e519317ed8ea689a5c84e5acdfe7b7a98
parent0e03560cf92fe10a29c8da85fc3d8d4b41a125eb (diff)
fidelmcs48: correct company (nw)
-rw-r--r--src/mame/drivers/fidelmcs48.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/fidelmcs48.cpp b/src/mame/drivers/fidelmcs48.cpp
index 7e0b2463e96..6cd907ec0ee 100644
--- a/src/mame/drivers/fidelmcs48.cpp
+++ b/src/mame/drivers/fidelmcs48.cpp
@@ -3,7 +3,7 @@
// thanks-to:yoyo_chessboard
/******************************************************************************
- Fidelity generic MCS-48 based chess computer driver
+ Fidelity Electronics generic MCS-48 based chess computer driver
NOTE: MAME doesn't include a generalized implementation for boardpieces yet,
greatly affecting user playability of emulated electronic board games.
@@ -183,4 +183,4 @@ ROM_END
******************************************************************************/
// YEAR NAME PARENT CMP MACHINE INPUT STATE INIT COMPANY, FULLNAME, FLAGS
-CONS( 1982, fscc6, 0, 0, sc6, sc6, fidelmcs48_state, 0, "Fidelity", "Sensory Chess Challenger 6", MACHINE_SUPPORTS_SAVE | MACHINE_CLICKABLE_ARTWORK )
+CONS( 1982, fscc6, 0, 0, sc6, sc6, fidelmcs48_state, 0, "Fidelity Electronics", "Sensory Chess Challenger 6", MACHINE_SUPPORTS_SAVE | MACHINE_CLICKABLE_ARTWORK )