summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/s14001a.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-06-17 06:55:54 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-06-17 06:55:54 +0000
commit861db1eb49e7d1734d07ae8aafce2b6fdd88fece (patch)
tree051335a6f01bdd53ceed852c93bae1558b67ebcb /src/emu/sound/s14001a.h
parentf935e05a10192675f06f4d684747d5b3036ed568 (diff)
Cleanups and version bump.
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 6e003c66b79..db64da9b609 100644
--- a/src/emu/sound/s14001a.h
+++ b/src/emu/sound/s14001a.h
@@ -5,7 +5,7 @@
#include "devlegcy.h"
-int s14001a_bsy_r(running_device *device); /* read BUSY pin */
+int s14001a_bsy_r(running_device *device); /* read BUSY pin */
void s14001a_reg_w(running_device *device, int data); /* write to input latch */
void s14001a_rst_w(running_device *device, int data); /* write to RESET pin */
void s14001a_set_clock(running_device *device, int clock); /* set VSU-1000 clock */