summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2017-09-30 17:01:04 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2017-09-30 17:01:04 +1000
commit8e9dd1105b39662d3b86cc63df791dc17fbddbb9 (patch)
tree3b51290ab1574e60b7b40983db15b2f0808bab71
parentdb9a9c2dc7ebcae0bd24395456381c1ebb20ae53 (diff)
(nw) votrtnt, votrpss: marked as working. The votrax device will correctly give the imperfect_sound flag.
-rw-r--r--src/mame/drivers/votrpss.cpp2
-rw-r--r--src/mame/drivers/votrtnt.cpp4
2 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/drivers/votrpss.cpp b/src/mame/drivers/votrpss.cpp
index 4f17f1441b7..825a2503cca 100644
--- a/src/mame/drivers/votrpss.cpp
+++ b/src/mame/drivers/votrpss.cpp
@@ -320,4 +320,4 @@ ROM_END
******************************************************************************/
// YEAR NAME PARENT COMPAT MACHINE INPUT STATE INIT COMPANY FULLNAME FLAGS
-COMP( 1982, votrpss, 0, 0, votrpss, votrpss, votrpss_state, 0, "Votrax", "Personal Speech System", MACHINE_IMPERFECT_SOUND )
+COMP( 1982, votrpss, 0, 0, votrpss, votrpss, votrpss_state, 0, "Votrax", "Personal Speech System", 0 )
diff --git a/src/mame/drivers/votrtnt.cpp b/src/mame/drivers/votrtnt.cpp
index 3389954c87a..ae75ba53662 100644
--- a/src/mame/drivers/votrtnt.cpp
+++ b/src/mame/drivers/votrtnt.cpp
@@ -22,8 +22,6 @@
* to select devices. A0-A9 address RAM. A0-A11 address ROM.
* A0 switches the ACIA between status/command, and data in/out.
*
-* Special codes: The Type 'N Talk will take notice of certain codes. They
-* are: 08, 0D, 1B, 20. I didn't investigate what the codes do.
*
* ToDo:
* - Votrax device needs considerable improvement in sound quality.
@@ -182,4 +180,4 @@ ROM_END
******************************************************************************/
// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
-COMP( 1980, votrtnt, 0, 0, votrtnt, votrtnt, votrtnt_state, 0, "Votrax", "Type 'N Talk", MACHINE_IMPERFECT_SOUND )
+COMP( 1980, votrtnt, 0, 0, votrtnt, votrtnt, votrtnt_state, 0, "Votrax", "Type 'N Talk", 0 )