From 1c59f7c3ac82ee280d903baa3eb81e1843c14f93 Mon Sep 17 00:00:00 2001 From: hap Date: Tue, 23 Feb 2016 15:38:09 +0100 Subject: [PATCH] pokerstuff: small update --- src/mame/drivers/goldstar.cpp | 4 ++-- src/mame/drivers/tcl.cpp | 4 +--- src/mame/drivers/wildpkr.cpp | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/mame/drivers/goldstar.cpp b/src/mame/drivers/goldstar.cpp index 570b990c5fd..6d087abcf86 100644 --- a/src/mame/drivers/goldstar.cpp +++ b/src/mame/drivers/goldstar.cpp @@ -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 diff --git a/src/mame/drivers/tcl.cpp b/src/mame/drivers/tcl.cpp index cf5fe80f93a..46f6f537572 100644 --- a/src/mame/drivers/tcl.cpp +++ b/src/mame/drivers/tcl.cpp @@ -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) */ diff --git a/src/mame/drivers/wildpkr.cpp b/src/mame/drivers/wildpkr.cpp index 546df6a94b5..cb478832e0d 100644 --- a/src/mame/drivers/wildpkr.cpp +++ b/src/mame/drivers/wildpkr.cpp @@ -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.