intellect02: add note (nw)

This commit is contained in:
hap 2019-02-23 12:23:31 +01:00
parent 6301445122
commit 625a0d0c41

View File

@ -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);