From 30cda1d3e5b9195fbd1f23a3af4480666c750a34 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Thu, 24 Nov 2016 09:24:01 -0500 Subject: A round of spelling/typographical fixes to source comments (nw) --- src/devices/sound/tms5110.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/sound/tms5110.h') diff --git a/src/devices/sound/tms5110.h b/src/devices/sound/tms5110.h index ac7ec87d1d4..569b943a575 100644 --- a/src/devices/sound/tms5110.h +++ b/src/devices/sound/tms5110.h @@ -16,7 +16,7 @@ #define TMS5110_CMD_RESET (0) /* 0 0 0 x | 1 */ #define TMS5110_CMD_LOAD_ADDRESS (2) /* 0 0 1 x | 2 */ #define TMS5110_CMD_OUTPUT (4) /* 0 1 0 x | 3 */ -#define TMS5110_CMD_SPKSLOW (6) /* 0 1 1 x | 1 | Note: this command is undocumented on the datasheets, it only appears on the patents. It might not actually work properly on some of the real chips as manufactured. Acts the same as CMD_SPEAK, but makes the interpolator take three A cycles whereever it would normally only take one, effectively making speech of any given word take twice as long as normal. */ +#define TMS5110_CMD_SPKSLOW (6) /* 0 1 1 x | 1 | Note: this command is undocumented on the datasheets, it only appears on the patents. It might not actually work properly on some of the real chips as manufactured. Acts the same as CMD_SPEAK, but makes the interpolator take three A cycles wherever it would normally only take one, effectively making speech of any given word take twice as long as normal. */ #define TMS5110_CMD_READ_BIT (8) /* 1 0 0 x | 1 */ #define TMS5110_CMD_SPEAK (10) /* 1 0 1 x | 1 */ #define TMS5110_CMD_READ_BRANCH (12) /* 1 1 0 x | 1 */ -- cgit v1.2.3