diff options
-rw-r--r-- | src/mame/tiger/k28.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 ) |