From d3dd3a33f0a3c9fd987ab13cbccf70e208ff1394 Mon Sep 17 00:00:00 2001 From: hap Date: Sun, 30 Jun 2024 14:03:55 +0200 Subject: ggm: update company string --- hash/ggm.xml | 2 +- src/mame/appliedconcepts/boris.cpp | 1 + src/mame/appliedconcepts/borisdpl.cpp | 1 + src/mame/appliedconcepts/ggm.cpp | 7 ++++--- src/mame/appliedconcepts/prodigy.cpp | 3 ++- src/mame/layout/saitek_centurion.lay | 2 +- src/mame/layout/saitek_cougar.lay | 2 +- 7 files changed, 11 insertions(+), 7 deletions(-) diff --git a/hash/ggm.xml b/hash/ggm.xml index a2254f492fa..3c2a3ae252d 100644 --- a/hash/ggm.xml +++ b/hash/ggm.xml @@ -11,7 +11,7 @@ license:CC0-1.0 Boris 2.5 / Sargon 2.5 1980 - Applied Concepts + Applied Concepts / Chafitz diff --git a/src/mame/appliedconcepts/boris.cpp b/src/mame/appliedconcepts/boris.cpp index 01492cbdd44..dd254e920d0 100644 --- a/src/mame/appliedconcepts/boris.cpp +++ b/src/mame/appliedconcepts/boris.cpp @@ -22,6 +22,7 @@ ROM labeled 007-7027-00. *******************************************************************************/ #include "emu.h" + #include "cpu/f8/f8.h" #include "machine/f3853.h" #include "video/pwm.h" diff --git a/src/mame/appliedconcepts/borisdpl.cpp b/src/mame/appliedconcepts/borisdpl.cpp index ddec5fbb3fb..fb2849511ee 100644 --- a/src/mame/appliedconcepts/borisdpl.cpp +++ b/src/mame/appliedconcepts/borisdpl.cpp @@ -18,6 +18,7 @@ is the same as SL90259. *******************************************************************************/ #include "emu.h" + #include "cpu/f8/f8.h" #include "machine/f3853.h" #include "video/pwm.h" diff --git a/src/mame/appliedconcepts/ggm.cpp b/src/mame/appliedconcepts/ggm.cpp index f125bf2117d..15bcea685c8 100644 --- a/src/mame/appliedconcepts/ggm.cpp +++ b/src/mame/appliedconcepts/ggm.cpp @@ -3,8 +3,9 @@ // thanks-to:bataais, Berger /******************************************************************************* -Applied Concepts Great Game Machine (GGM), electronic board game computer. -2nd source distribution: Modular Game System (MGS), by Chafitz. +Applied Concepts Great Game Machine (GGM), electronic board game computer, +in cooperation with Chafitz, who marketed it as Modular Game System (MGS). +After a legal dispute with Chafitz, all rights went to Applied Concepts. Hardware notes: - 6502A 2MHz, SYP6522 VIA @@ -616,4 +617,4 @@ ROM_END *******************************************************************************/ // YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY, FULLNAME, FLAGS -SYST( 1980, ggm, 0, 0, ggm, ggm, ggm_state, empty_init, "Applied Concepts", "Great Game Machine", MACHINE_SUPPORTS_SAVE ) +SYST( 1980, ggm, 0, 0, ggm, ggm, ggm_state, empty_init, "Applied Concepts / Chafitz", "Great Game Machine", MACHINE_SUPPORTS_SAVE ) diff --git a/src/mame/appliedconcepts/prodigy.cpp b/src/mame/appliedconcepts/prodigy.cpp index cc7b7027d6d..da6b2152cb2 100644 --- a/src/mame/appliedconcepts/prodigy.cpp +++ b/src/mame/appliedconcepts/prodigy.cpp @@ -3,7 +3,6 @@ /******************************************************************************* Applied Concepts Destiny Prodigy -Like most other chess computers by ACI, it was also distributed by Chafitz. The chess engine is Morphy, which in turn is based on Sargon 2.5. @@ -68,11 +67,13 @@ The keypad is connected to the 12 pin KPDCN connector left to right KP1: *******************************************************************************/ #include "emu.h" + #include "cpu/m6502/m6502.h" #include "machine/6522via.h" #include "machine/sensorboard.h" #include "video/pwm.h" #include "sound/dac.h" + #include "speaker.h" // internal artwork diff --git a/src/mame/layout/saitek_centurion.lay b/src/mame/layout/saitek_centurion.lay index 7dd928f8bab..715c6a3f872 100644 --- a/src/mame/layout/saitek_centurion.lay +++ b/src/mame/layout/saitek_centurion.lay @@ -460,7 +460,7 @@ authors:hap - + diff --git a/src/mame/layout/saitek_cougar.lay b/src/mame/layout/saitek_cougar.lay index 7ae981a8a76..f3e94020a7a 100644 --- a/src/mame/layout/saitek_cougar.lay +++ b/src/mame/layout/saitek_cougar.lay @@ -447,7 +447,7 @@ authors:hap - + -- cgit v1.2.3