From 26e1db48925d51bae80b024d605d2a937647ce3e Mon Sep 17 00:00:00 2001 From: hap Date: Sat, 23 Jul 2022 00:47:12 +0200 Subject: hh_tms1k: add note --- src/mame/handheld/hh_tms1k.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/mame/handheld/hh_tms1k.cpp b/src/mame/handheld/hh_tms1k.cpp index 1af77f63719..fc9c5f751f0 100644 --- a/src/mame/handheld/hh_tms1k.cpp +++ b/src/mame/handheld/hh_tms1k.cpp @@ -118,7 +118,8 @@ on Joerg Woerner's datamath.org: http://www.datamath.org/IC_List.htm @MP3005 TMS1730 1989, Tiger Copy Cat (model 7-522) @MP3200 TMS1000 1978, Parker Brothers Electronic Master Mind @MP3201 TMS1000 1977, Milton Bradley Electronic Battleship (1977, model 4750A) - @MP3206 TMS1000 1978, Concept 2000 Mr. Mus-I-Cal + @MP3206 TMS1000 1978, Concept 2000 Mr. Mus-I-Cal (model 560) + *MP3207 TMS1000 1978, Concept 2000 Lite 'n Learn: Electronic Organ (model 554) @MP3208 TMS1000 1977, Milton Bradley Electronic Battleship (1977, model 4750B) @MP3226 TMS1000 1978, Milton Bradley Simon (Rev A) *MP3232 TMS1000 1979, Fonas 2 Player Baseball (no "MP" on chip label) @@ -2867,10 +2868,12 @@ ROM_END /*************************************************************************** - Concept 2000 Mr. Mus-I-Cal + Concept 2000 Mr. Mus-I-Cal (model 560) * TMS1000NLL MP3206 (die label 1000C, MP3206) * 9-digit 7seg LED display(one custom digit), 1-bit sound + It's a simple 4-function calculator, and plays music tones too. + ***************************************************************************/ class mrmusical_state : public hh_tms1k_state -- cgit v1.2.3