mirror of
https://github.com/holub/mame
synced 2025-04-09 18:17:44 +03:00
ggm: update company string
This commit is contained in:
parent
e71dcb76df
commit
d3dd3a33f0
@ -11,7 +11,7 @@ license:CC0-1.0
|
||||
<software name="boris25">
|
||||
<description>Boris 2.5 / Sargon 2.5</description>
|
||||
<year>1980</year>
|
||||
<publisher>Applied Concepts</publisher>
|
||||
<publisher>Applied Concepts / Chafitz</publisher>
|
||||
<part name="cart" interface="ggm">
|
||||
<feature name="overlay" value="0x01" />
|
||||
<dataarea name="rom" size="0x8000">
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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 )
|
||||
|
@ -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
|
||||
|
@ -460,7 +460,7 @@ authors:hap
|
||||
<screen index="0"><bounds xc="120" yc="17.95" width="19" height="7.955" /></screen>
|
||||
<element ref="lcdm" blend="multiply"><bounds xc="120" yc="17.95" width="20" height="9" /></element>
|
||||
|
||||
<element ref="cwhite"><bounds x="107.8" y="24" width="39.4" height="0.25" /></element>
|
||||
<element ref="cgray"><bounds x="107.8" y="24" width="39.4" height="0.25" /></element>
|
||||
|
||||
<element ref="cgray"><bounds x="106.45" y="-0.25" width="42.05" height="10.25" /></element>
|
||||
<element ref="cgray"><bounds x="106.45" y="62" width="42.05" height="26.7" /></element>
|
||||
|
@ -447,7 +447,7 @@ authors:hap
|
||||
<screen index="0"><bounds xc="125" yc="17.95" width="19" height="7.955" /></screen>
|
||||
<element ref="lcdm" blend="multiply"><bounds xc="125" yc="17.95" width="20" height="9" /></element>
|
||||
|
||||
<element ref="cwhite"><bounds x="112.8" y="24" width="39.4" height="0.25" /></element>
|
||||
<element ref="cgray"><bounds x="112.8" y="24" width="39.4" height="0.25" /></element>
|
||||
|
||||
<element ref="cgray"><bounds x="106.45" y="-0.25" width="50.25" height="10.25" /></element>
|
||||
<element ref="cgray"><bounds x="106.45" y="72" width="50.25" height="16.7" /></element>
|
||||
|
Loading…
Reference in New Issue
Block a user