summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/s14001a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/s14001a.h')
-rw-r--r--src/emu/sound/s14001a.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/emu/sound/s14001a.h b/src/emu/sound/s14001a.h
index 70fcb5c2d11..bcb1670c5d3 100644
--- a/src/emu/sound/s14001a.h
+++ b/src/emu/sound/s14001a.h
@@ -5,14 +5,14 @@
#include "devlegcy.h"
-int s14001a_bsy_r(device_t *device); /* read BUSY pin */
-void s14001a_reg_w(device_t *device, int data); /* write to input latch */
-void s14001a_rst_w(device_t *device, int data); /* write to RESET pin */
+int s14001a_bsy_r(device_t *device); /* read BUSY pin */
+void s14001a_reg_w(device_t *device, int data); /* write to input latch */
+void s14001a_rst_w(device_t *device, int data); /* write to RESET pin */
void s14001a_set_clock(device_t *device, int clock); /* set VSU-1000 clock */
void s14001a_set_volume(device_t *device, int volume); /* set VSU-1000 volume control */
class s14001a_device : public device_t,
- public device_sound_interface
+ public device_sound_interface
{
public:
s14001a_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
@@ -36,4 +36,3 @@ extern const device_type S14001A;
#endif /* __S14001A_H__ */
-