mirror of
https://github.com/holub/mame
synced 2025-05-31 18:11:50 +03:00
(MESS)New working game added
----------------- Parker Brothers Master Merlin [hap, Sean Riddle]
This commit is contained in:
parent
04b059293e
commit
fe57f275e8
@ -2651,6 +2651,17 @@ MACHINE_CONFIG_END
|
|||||||
|
|
||||||
The TMS1400CR MCU has the same pinout as a standard TMS1100. The hardware
|
The TMS1400CR MCU has the same pinout as a standard TMS1100. The hardware
|
||||||
outside of the MCU is exactly the same as Merlin.
|
outside of the MCU is exactly the same as Merlin.
|
||||||
|
|
||||||
|
The included minigames are:
|
||||||
|
1: Three Shells
|
||||||
|
2: Hi/Lo
|
||||||
|
3: Match It
|
||||||
|
4: Hit or Miss
|
||||||
|
5: Pair Off
|
||||||
|
6: Tempo
|
||||||
|
7: Musical Ladder
|
||||||
|
8: Patterns
|
||||||
|
9: Hot Potato
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
@ -2690,6 +2701,7 @@ static MACHINE_CONFIG_START( mmerlin, mmerlin_state )
|
|||||||
/* sound hardware */
|
/* sound hardware */
|
||||||
MCFG_SPEAKER_STANDARD_MONO("mono")
|
MCFG_SPEAKER_STANDARD_MONO("mono")
|
||||||
MCFG_SOUND_ADD("speaker", SPEAKER_SOUND, 0)
|
MCFG_SOUND_ADD("speaker", SPEAKER_SOUND, 0)
|
||||||
|
MCFG_SPEAKER_LEVELS(4, merlin_speaker_levels)
|
||||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
|
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
|
||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user