home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-25 | 2.0 KB | 93 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- MouseClock
- .type
- Hardware Project
- .short
- Battery backed-up clock/cal project v2.0
- .description
- Hardware project of a low cost, very small external battery backed up
- clock calendar for all Amigas (especially for A1200, A500, A600).
- It is connected to the mouse port #2. Shareware, includes source.
-
- Changes from v1.22 to v2.0:
-
- - Added pcb layout (registering).
- - Added MagicWB icons for the program.
- - Revised docs and shareware drawings (now completely redrawn and printed
- with a 360 DPI inkjet printer)
- - Now it may be mounted internally in the rear opening under the disk-drive
- of the A1200.
- - It may also use a not rechargeable battery.
- - Added the possibility to order the clock chip.
- .version
- 2.0
- .date
- 1995.02.26
- .author
- Adriano De Minicis
- .email
- MC4948@mclink.it
- .reference
- AmigaLibDisk978:MouseClock/
- 1.22
- .restrictions
- Schematic/Assembly instructions available with shareware donation
- .distribution
- Shareware
- .price
- $7(US), DM 12, LIT 10000
- .address
- Via Latisana 37
- 33054 Lignano Sabbiadoro UD
- ITALY
- .source
- Includes source in Assembler
- .docs
- MClk.doc
- MClk.doc.ita
- .described-by
- Adriano De Minicis (MC4948@mclink.it)
- .submittal
- Submitted electronically directly by the author.
- .aminet-dir
- hard/hack
- .execute
- set choice `RequestChoice "MouseClock" "Please select an option" "View Doc" "View Pics" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Italian" "Cancel"`
- if $choice2 EQ "0"
- quit 0
- endif
-
- if $choice2 EQ "1"
- MetaTool MClk.doc TEXT
- endif
-
- if $choice2 EQ "2"
- MetaTool MClk.doc.ita TEXT
- endif
- endif
-
- if $choice EQ "2"
- set choice2 `RequestChoice "Picture Selection" "Please select a pic to view" "DemoPic1" "DemoPic2" "Cancel"`
- if $choice2 EQ "0"
- quit 0
- endif
-
- if $choice2 EQ "1"
- MetaTool DemoPic1 ILBM
- endif
-
- if $choice2 EQ "2"
- MetaTool DemoPic2 ILBM
- endif
- endif
-