mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
(nw) votrtnt, votrpss: marked as working. The votrax device will correctly give the imperfect_sound flag.
This commit is contained in:
parent
db9a9c2dc7
commit
8e9dd1105b
@ -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 )
|
||||
|
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user