(nw) votrtnt, votrpss: marked as working. The votrax device will correctly give the imperfect_sound flag.

This commit is contained in:
Robbbert 2017-09-30 17:01:04 +10:00
parent db9a9c2dc7
commit 8e9dd1105b
2 changed files with 2 additions and 4 deletions

View File

@ -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 )

View File

@ -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 )