pokerstuff: small update

This commit is contained in:
hap 2016-02-23 15:38:09 +01:00
parent c0edc0ed3c
commit 1c59f7c3ac
3 changed files with 4 additions and 6 deletions

View file

@ -7739,12 +7739,12 @@ static MACHINE_CONFIG_START( ladylinr, goldstar_state )
MCFG_VIDEO_START_OVERRIDE(goldstar_state,goldstar)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")//set up a standard mono speaker called 'mono'
MCFG_SPEAKER_STANDARD_MONO("mono")
MCFG_SOUND_ADD("snsnd", SN76489, PSG_CLOCK)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.80)
MCFG_SOUND_ADD("aysnd", AY8910, AY_CLOCK)
MCFG_SOUND_ADD("aysnd", AY8930, AY_CLOCK)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
MACHINE_CONFIG_END

View file

@ -9,7 +9,6 @@ Preliminary driver by Tomasz Slanina
PCB Layout
----------
|-----------------------------------------------|
| AY8930 DSW5 TCL.1E |
| DSW4 TCL.3E TCL.3F TCL.3H |
@ -36,8 +35,7 @@ Notes:
VSync: 60Hz
HSync: 15.15kHz
This appears to be based off a Blue
Dyna Cherry Master board -- emualted goldstar.c
This appears to be based off a Blue Dyna Cherry Master board -- emulated in goldstar.cpp
but with extra protection (the sub-board with CPU)
*/

View file

@ -26,7 +26,7 @@
- 1x D8751H ; 8751 MCU (3.6864 MHz?)
Sound device:
- 1x AY8930 ; Sound IC, from Yamaha.
- 1x AY8930 ; Sound IC, from Microchip Technology.
Video:
- 1x HD63484CP8 @ 8MHz ; Advanced CRT Controller (ACRTC), from Hitachi Semiconductor.