summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/intellect02.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/intellect02.cpp')
-rw-r--r--src/mame/drivers/intellect02.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/intellect02.cpp b/src/mame/drivers/intellect02.cpp
index 019a46b244b..a87a0367b02 100644
--- a/src/mame/drivers/intellect02.cpp
+++ b/src/mame/drivers/intellect02.cpp
@@ -6,7 +6,7 @@
Интеллект-02 (Intellect-02) driver
This is a Soviet electronic board game console, a dozen or so cartridge games were
-made for it(can't say for certain how many released). PCB labels have prefix ДМП,
+announced(can't say for certain how many released). PCB labels have prefix ДМП,
it's assumed to have been designed by НИИ БРЭА (SRI BREA). First shown in 1983,
produced during around 1985-1992.
@@ -218,7 +218,7 @@ WRITE8_MEMBER(intel02_state::control_w)
if (!m_delay_update->enabled())
m_delay_update->adjust(attotime::from_usec(15));
- // d6: N/C
+ // d6: N/C (it's a delay timer on CC3)
// d7: enable beeper
m_beeper->set_state(BIT(data, 7));