summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/tms36xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/tms36xx.h')
-rw-r--r--src/emu/sound/tms36xx.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/emu/sound/tms36xx.h b/src/emu/sound/tms36xx.h
index bc618217e77..b5a05559de2 100644
--- a/src/emu/sound/tms36xx.h
+++ b/src/emu/sound/tms36xx.h
@@ -7,15 +7,15 @@
/* subtypes */
#define MM6221AA 21 /* Phoenix (fixed melodies) */
-#define TMS3615 15 /* Naughty Boy, Pleiads (13 notes, one output) */
-#define TMS3617 17 /* Monster Bash (13 notes, six outputs) */
+#define TMS3615 15 /* Naughty Boy, Pleiads (13 notes, one output) */
+#define TMS3617 17 /* Monster Bash (13 notes, six outputs) */
/* The interface structure */
struct tms36xx_interface
{
int subtype;
- double decay[6]; /* decay times for the six harmonic notes */
- double speed; /* tune speed (meaningful for the TMS3615 only) */
+ double decay[6]; /* decay times for the six harmonic notes */
+ double speed; /* tune speed (meaningful for the TMS3615 only) */
};
/* MM6221AA interface functions */
@@ -28,7 +28,7 @@ extern void tms36xx_note_w(device_t *device, int octave, int note);
extern void tms3617_enable_w(device_t *device, int enable);
class tms36xx_device : public device_t,
- public device_sound_interface
+ public device_sound_interface
{
public:
tms36xx_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);