summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/88games.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/88games.c')
-rw-r--r--src/mame/drivers/88games.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/88games.c b/src/mame/drivers/88games.c
index 1ffe0762de1..10a01e4b1f1 100644
--- a/src/mame/drivers/88games.c
+++ b/src/mame/drivers/88games.c
@@ -111,7 +111,7 @@ static UINT8 speech_chip[8];
static WRITE8_HANDLER( speech_control_w )
{
const device_config *upd;
-
+
strcpy((char *)speech_chip, ( data & 4 ) ? "upd2" : "upd1");
upd = devtag_get_device(space->machine, SOUND, (char *)speech_chip);