summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/s14001a.h
diff options
context:
space:
mode:
author Zsolt Vasvari <zsoltvas@mamedev.org>2008-01-24 06:18:30 +0000
committer Zsolt Vasvari <zsoltvas@mamedev.org>2008-01-24 06:18:30 +0000
commit4ab04517cb172c92328209ce72b86f1280b5fac0 (patch)
treef533384e7976dfd4d580fe0612344130c3efe109 /src/emu/sound/s14001a.h
parent587c293ee0a1cd6971b5807bf1b484512a782ab8 (diff)
- Changed S14001A emulator to allow setting the clock frequency instead of the clock multiplier. This is how the real chip works
- Changed the Berzerk driver to set the S14001A clock as per the schematics. This proves that the schematics are correct and the comment suggesting the contrary can be removed.
Diffstat (limited to 'src/emu/sound/s14001a.h')
-rw-r--r--src/emu/sound/s14001a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/s14001a.h b/src/emu/sound/s14001a.h
index 19e7149434a..0e4aa7a879b 100644
--- a/src/emu/sound/s14001a.h
+++ b/src/emu/sound/s14001a.h
@@ -9,7 +9,7 @@ struct S14001A_interface
int S14001A_bsy_0_r(void); /* read BUSY pin */
void S14001A_reg_0_w(int data); /* write to input latch */
void S14001A_rst_0_w(int data); /* write to RESET pin */
-void S14001A_set_rate(int newrate); /* set VSU-1000 clock divider */
+void S14001A_set_clock(int clock); /* set VSU-1000 clock */
void S14001A_set_volume(int volume); /* set VSU-1000 volume control */
#endif