diff options
author | 2013-09-25 17:10:28 +0000 | |
---|---|---|
committer | 2013-09-25 17:10:28 +0000 | |
commit | 13b51c36464a9993af945364cd9a6f417e974c90 (patch) | |
tree | 099fdb6a6b6b3ab81fc83c985132e7adbf7e5242 /src/mess/drivers/votrpss.c | |
parent | d4032d954cb965ee0acec19fad06d5d16c1df8ca (diff) |
(MESS) votrtnt, votrpss : changed speech clock to value recommended on the datasheet
Diffstat (limited to 'src/mess/drivers/votrpss.c')
-rw-r--r-- | src/mess/drivers/votrpss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/votrpss.c b/src/mess/drivers/votrpss.c index 07cfaead917..c15abfcfed1 100644 --- a/src/mess/drivers/votrpss.c +++ b/src/mess/drivers/votrpss.c @@ -336,7 +336,7 @@ static MACHINE_CONFIG_START( votrpss, votrpss_state ) MCFG_SOUND_ADD("ay", AY8910, XTAL_8MHz/4) /* 2.000 MHz, verified */ MCFG_SOUND_CONFIG(ay8910_intf) MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25) - MCFG_VOTRAX_SC01_ADD("votrax", 1700000, votrax_interface ) /* 1.70 MHz? needs verify */ + MCFG_VOTRAX_SC01_ADD("votrax", 720000, votrax_interface ) /* 720 kHz? needs verify */ MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.00) /* Devices */ |