From 69c387623359ae4b49501598fc738cfc3bb72c45 Mon Sep 17 00:00:00 2001 From: hap Date: Sat, 3 Jun 2023 15:35:18 +0200 Subject: k28: (re)add imperfect sound flag --- src/mame/tiger/k28.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mame/tiger/k28.cpp b/src/mame/tiger/k28.cpp index 30082856a6e..c97a25d826e 100644 --- a/src/mame/tiger/k28.cpp +++ b/src/mame/tiger/k28.cpp @@ -22,6 +22,7 @@ Hardware notes: were actually released. TODO: +- plosive consonants are very difficult to hear, it's an issue in votrax.cpp - add module slot *******************************************************************************/ @@ -346,4 +347,4 @@ ROM_END *******************************************************************************/ // YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY, FULLNAME, FLAGS -SYST( 1981, k28, 0, 0, k28, k28, k28_state, empty_init, "Tiger Electronics", "K-2-8: Talking Learning Computer (model 7-230)", MACHINE_SUPPORTS_SAVE ) +SYST( 1981, k28, 0, 0, k28, k28, k28_state, empty_init, "Tiger Electronics", "K-2-8: Talking Learning Computer (model 7-230)", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_SOUND ) -- cgit v1.2.3