From 625a0d0c41ec45d67884f28f45d48932d76d8ca5 Mon Sep 17 00:00:00 2001 From: hap Date: Sat, 23 Feb 2019 12:23:31 +0100 Subject: intellect02: add note (nw) --- src/mame/drivers/intellect02.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/intellect02.cpp b/src/mame/drivers/intellect02.cpp index 3aeba1414b3..da1b5ed328a 100644 --- a/src/mame/drivers/intellect02.cpp +++ b/src/mame/drivers/intellect02.cpp @@ -10,7 +10,7 @@ it's assumed to have been designed by НИИ БРЭА (SRI BREA). First shown in produced during around 1985-1992. hardware notes: -- КР580ВМ80А CPU (i8080 clone), speed unknown +- КР580ВМ80А CPU (i8080A clone), speed unknown - КР580ИК55 (i8255 clone) - 1 KB RAM (8*КР565РУ2), cartridge port - 4-digit 7seg panel, 2 leds, 16 buttons @@ -19,6 +19,9 @@ The hardware is very similar to Fidelity Chess Challenger 3. Actually, one of th first cartridges for this system, a Chess program, is a modified Chess Challenger 3 ROM. The chess engine was kept identical. +Intellect-01 looks like it didn't get further than a prototype. It was a dedicated +chess computer, probably a clone of CC3. + keypad legend: СБ - сброс (reset) @@ -262,7 +265,7 @@ INPUT_PORTS_END void intel02_state::intel02(machine_config &config) { /* basic machine hardware */ - I8080(config, m_maincpu, 2000000); + I8080A(config, m_maincpu, 2000000); m_maincpu->set_addrmap(AS_PROGRAM, &intel02_state::main_map); m_maincpu->set_addrmap(AS_IO, &intel02_state::main_io); -- cgit v1.2.3