summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-09-05 14:41:11 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-09-05 14:41:47 -0400
commite4d817cd2bddfa011c9b0bc79497b24c19a032bb (patch)
treebcdd697aa9e473e5aee3a296523f1bb203824c50
parentf11fef076e5d1b9d14f558ba2f5bf8b346d067c0 (diff)
micronic: Fix hyperlinks in source; add release date
-rw-r--r--src/mame/drivers/micronic.cpp14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/mame/drivers/micronic.cpp b/src/mame/drivers/micronic.cpp
index 3f93808ee0d..1d7b7034d6c 100644
--- a/src/mame/drivers/micronic.cpp
+++ b/src/mame/drivers/micronic.cpp
@@ -2,7 +2,10 @@
// copyright-holders:Sandro Ronco
/***************************************************************************
- Micronics 1000
+ Micronic 1000
+
+ This is a small handheld CP/M computer with a 4x8 keypad and a 128x64
+ LCD display.
06/2010 (Sandro Ronco)
- ROM/RAM banking
@@ -18,9 +21,10 @@
The display shows "TESTING..." for about 2 min before showing the information screen
More info:
- http://www.philpem.me.uk/elec/micronic/
- http://members.lycos.co.uk/leeedavison/z80/micronic/index.html
- http://reocities.com/SiliconValley/Port/8052/
+ http://web.archive.org/web/20180104024745/http://www.philpem.me.uk/elec/micronic/
+ http://web.archive.org/web/20080411235036/http://members.lycos.co.uk:80/leeedavison/z80/micronic/index.html
+ https://geocities.restorativland.org/SiliconValley/Port/8052/
+ https://www.cbronline.com/news/victor_micronic_has_the_m1000_handheld_computer_terminal/
****************************************************************************/
@@ -395,4 +399,4 @@ ROM_END
/* Driver */
// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
-COMP( 198?, micronic, 0, 0, micronic, micronic, micronic_state, empty_init, "Victor Micronic", "Micronic 1000", MACHINE_NOT_WORKING | MACHINE_NO_SOUND )
+COMP( 1987, micronic, 0, 0, micronic, micronic, micronic_state, empty_init, "Victor Micronic", "Micronic M1000", MACHINE_NOT_WORKING | MACHINE_NO_SOUND )