diff options
author | system11b <system11b@users.noreply.github.com> | 2017-01-21 19:52:25 +0000 |
---|---|---|
committer | system11b <system11b@users.noreply.github.com> | 2017-01-21 19:52:25 +0000 |
commit | c8ff510cc6d5b5da1d4664a47737ce0fc550eb37 (patch) | |
tree | f3eb986e9e659fd62cdab6fe244917a65be636ae /src/mame/drivers/stlforce.cpp | |
parent | f7e67977931561ea0acc0a534fe3043eddf6dce2 (diff) |
stlforce.cpp: corrected OKI speed
Diffstat (limited to 'src/mame/drivers/stlforce.cpp')
-rw-r--r-- | src/mame/drivers/stlforce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/stlforce.cpp b/src/mame/drivers/stlforce.cpp index 5dd6e2ae888..196684e83f1 100644 --- a/src/mame/drivers/stlforce.cpp +++ b/src/mame/drivers/stlforce.cpp @@ -210,7 +210,7 @@ static MACHINE_CONFIG_START( stlforce, stlforce_state ) /* sound hardware */ MCFG_SPEAKER_STANDARD_MONO("mono") - MCFG_OKIM6295_ADD("oki", 937500 , OKIM6295_PIN7_HIGH) + MCFG_OKIM6295_ADD("oki", XTAL_32MHz/32 , OKIM6295_PIN7_HIGH) MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0) MACHINE_CONFIG_END |