From acee76849ef76cec1656df9a27d4541ca6174a7c Mon Sep 17 00:00:00 2001 From: Stiletto Date: Mon, 12 Jan 2015 12:23:10 -0500 Subject: Minor comment fix: Mitsubishi M50805 is a speech synthesis chip. Thanks to B00daW for the correction. --- src/emu/bus/nes/pt554.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/emu/bus/nes/pt554.c b/src/emu/bus/nes/pt554.c index c1847b63092..7f38c1bd0c8 100644 --- a/src/emu/bus/nes/pt554.c +++ b/src/emu/bus/nes/pt554.c @@ -7,7 +7,7 @@ Visit http://mamedev.org for licensing and usage restrictions. - Here we emulate the following Bandai PT-554 PCB (a CNROM PCB + ADPCM sound chip) + Here we emulate the following Bandai PT-554 PCB (a CNROM PCB + LPC / PARCOR speech synthesis chip) TODO: - emulate the mat controller @@ -52,8 +52,8 @@ nes_bandai_pt554_device::nes_bandai_pt554_device(const machine_config &mconfig, Bandai PT-554 board emulation This is used by Aerobics Studio. It is basically a CNROM board - with an Mitsubishi M50805 sound chip with an internal ROM which - is not dumpable at the moment + with an Mitsubishi M50805 LPC / PARCOR speech synthesis chip + with internal tables stored in ROM which have not yet been dumped. iNES: mapper 3? -- cgit v1.2.3