summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-11-29 19:51:57 +0100
committer hap <happppp@users.noreply.github.com>2021-11-29 19:51:57 +0100
commitfb09b7562ae15e94adffef956911b661fd9d5d6e (patch)
tree80e1fa90228495ac004a797a517d4218e6376d30
parent0858f6cb85376a0841da6e3d442cd9ed7f66c9c2 (diff)
im01: im01t is from 1991
-rw-r--r--src/mame/drivers/im01.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/im01.cpp b/src/mame/drivers/im01.cpp
index 596e010ef13..7484f0aee23 100644
--- a/src/mame/drivers/im01.cpp
+++ b/src/mame/drivers/im01.cpp
@@ -6,7 +6,7 @@
Электроника ИМ-01 (Elektronika IM-01)
Soviet chess computer, produced by Svetana from 1986-1992.
-IM-01T is the same hardware, improved program and has 1 more difficulty level.
+ИМ-01Т is the same hardware, improved program and has 1 more difficulty level.
TODO:
- emulate К1801ВМ1, using T11 for now and I hope it works ok
@@ -16,7 +16,7 @@ TODO:
In MAME, beeper frequency is 4.15KHz and duration is 31ms, meaning it's
around 1.1 times faster, maybe К1801ВМ1 internal timing differs from T11,
and/or T11 core timing itself is not 100% accurate. There's a big "but":
- these measurements are from the older IM-01.
+ these measurements are from the older ИМ-01.
- verify actual XTAL, the label couldn't be seen
- add button panel to internal artwork
- dump/add im01 (rom serial 106/107)
@@ -293,4 +293,4 @@ ROM_END
******************************************************************************/
// YEAR NAME PARENT CMP MACHINE INPUT CLASS INIT COMPANY, FULLNAME, FLAGS
-CONS( 1986, im01t, 0, 0, im01, im01, im01_state, empty_init, "Svetlana", "Elektronika IM-01T", MACHINE_SUPPORTS_SAVE )
+CONS( 1991, im01t, 0, 0, im01, im01, im01_state, empty_init, "Svetlana", "Elektronika IM-01T", MACHINE_SUPPORTS_SAVE )