Home » Archimedes archive » Acorn User » AU 1995-02.adf » !Dark_DarkHorse » !DarkHorse/Docs/History
!DarkHorse/Docs/History
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1995-02.adf » !Dark_DarkHorse |
Filename: | !DarkHorse/Docs/History |
Read OK: | ✔ |
File size: | 2706 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
___________________________________________________________________________ | ,#### | Name : DARKHORSE ####### | ######## | Author : MR K S PARDESI ######### | ################# | Copyright KOOL 1992 '###############" | "#############" | Email : archie@dcs.qmw.ac.uk "#########" | """"" | Post : 50 SELBORNE RD, ILFORD, ESSEX, IG1 3AJ, ENGLAND ___________________|_______________________________________________________ Dark Horse - History ~~~~~~~~~~~~~~~~~~~~ This a run down of how DarkHorse has developed. Ver. 0.00 - 01 Dec 1992 - Design application on paper. Not yet sure of the name. The program will be coded in BASIC/assembly. I'm not relying on any other non-memory resident modules on runtime. This will ensure very low memory usage. The only other application of this sort for the Arc that I've seen required a staggering 128k of RAM to run! I am aiming for under 16k. Ver. 0.10 - 02 Dec 1992 - Implemented basic RISCOS application. Forced to give the application a name - 'DarkHorse'. Ver. 0.20 - 04 Dec 1992 - Implemented windows/menus. Didn't want to use any modules like 'Interface', so all windows were drawn (including all the 3d bits). Apparantly RISCOS 3 has a new module for these kind of fancy icons, but I haven't upgraded and thus haven't the PRMs to find out how neither. Ver. 0.30 - 06 Dec 1992 - Coded 'Lines' screensaver. (not the best piece of arm coding) Works fine with application, required a little tweaking. Ver. 0.30 - 06 Dec 1992 - Disaster! Harddisk crashed. Luckily had made a copy to disk earlier. Kept getting 'Bad Free Space Map' error. Ver. 0.30 - 12 Dec 1992 - After consulting various persons and trying a few disk doctors, I concluded that nothing was going to fix the drive so time to reformat, boo hoo. Lost loads of data, mainly program code for other projects and (eek!) latest graphics for 'Scorpius' (from Arxe - very soon, honest). Ver. 0.35 - 14 Dec 1992 - Back to work. Implemented an internal multitasking saver, very much like the one on RISCOS 3. (Still haven't got or tested DarkHorse with RISCOS 3) Ver. 0.40 - 15 Dec 1992 - Now have four screensavers in total, all based on the first saver I wrote as this was the easiest way - (it works!) (No nasty bugs ... yet!) Taking a break from DarkHorse to get some Uni coursework done. Ver. 0.45 - 23 Dec 1992 - Managed to reduce memory usage by 4k. Version 1.00 should only require 16k of RAM to run. Now thinking of coding parts of the application itself in assembly to cut memory usage down some more. Soon as I get it below 16k, that's good enough since the minimum allocation under RISCOS for an application is 16k. Ver. 0.45 - 04 Jan 1993 - Found some nice little graphics routines in the PD, but they are coded in BASIC. I'm wondering whether it's worth re-writing them in assembly, or making it so that DarkHorse works with BASIC screensavers ... hmm. Ver. 0.50 - 05 Jan 1993 - Now have RISCOS 3 in my old A310, DarkHorse works fine, I've found out how to do the 3D Impression type icons from RISCOS 3, so have changed the templates to work with them. This has cut down memory usage a bit and icon redraw is faster, but now this means that DarkHorse on a RISCOS 2 machine wont have fancy 3D icons. However, the first release will still be RISCOS 2/3 compatible. Ver. 0.51 - 07 Jan 1993 - Added the 'Active' button to options. Allows the user to disable the saver. 'Demo' option requires 'Active' to be set on, since the user may not realise that the saver is inactive. Also, it was easier to program 8). Ver 0.55 - 08 Jan 1993 - Added 'Sleep' corner (top left), the user is given half a second to change it's mind. This is so that the saver isn't entered into by 'accident'/hopeless user mouse controlling! (sorry I refered to the user as an 'it'.) Ver 0.70 - 19 Jan 1993 - Re-designed saver file-format, now includes a saver setup requirement and then a polling operation to allow writing savers a bit easier. Total savers now - five. Gosh! Ver 0.75 - 12 Jul 1993 - It sure has been a while, since I touched this program - I've now implemented the new file-format that I designed all those months ago. The application is now running fine. I now need to write more savers and then I'll be able to release the first version of DarkHorse. I'll try writing : fishtank sliding puzzle user message displayer time displayer 3D stars kalidoscope mandelbrot screen zoomer execute user *command mini-message Ver 0.76 - 14 Jul 1993 - I now have seven screen savers. from the above, I have done 'sliding puzzle' and 'screen zoomer'. Ver 0.77 - 17 Jul 1993 - I've added two more screensavers now, theses are 'ortho' and 'phaser'. They are in result of combining the lines and rectangles savers with the zoomer saver. Also added a tick to the savers list to indicate current saver. Ver 0.80 - 22 Jul 1993 - A few changes to DarkHorse, including an additional argument check, which ensures that all values inputted are positive integers, if negative make it positive. This is in result of some savers hanging as comparisons in the saver code did not release the code correctly. Ver 0.90 - 28 Jul 1993 - The documentation for DarkHorse is now nearly complete. I've added another saver called 'Flash' that's 10 in total now. 'Flash' is designed as an example of how to write your own. Ver 0.91 - 29 Jul 1993 - Adder another saver today 'message' scroller. Basically it scrolls a user message across the screen. I also did one which executes any user *command, but it caused DarkHorse to crash if the *command given raised an error, ie if the *command didn't exist. Ver 0.92 - 03 Aug 1993 - Added the 3d Stars saver. Since I have used a VDU call to plot the stars, the speed I have achieved is probably the best you're gonna get. It's not bad though, as I'm not using screenbanking either. I may code another version at some point using direct screen access. I'd like to add a few more savers before the first release, probably something like a 'soundtracker VUmeter' and the 'mandelbrot' drawer. Basically I'd like to give the first release a large number of savers over a wide range of types to keep peoples interest in DarkHorse. Ver 0.95 - 08 Aug 1993 - I've improved the puzzle saver. Now it has the effect of plinthed tiles which slide around. An additional argument allows the user to choose whether the plinth effect is wanted or not. Ver 0.99 - 09 Aug 1993 - The saver is now ready for it's first release. The program has been tested again, and it runs fine. Ver 1.00 - 24-Aug-1993 - A lot new savers. New Saver format allowing more adventurous savers to be written, memory claimed on runtime. Added better error handling within DarkHorse. Ver 1.01 - 03 Sep 1993 - Essential bug fix which only occured due to a silly mistake when updating to 1.00 - DarkHorse didn't free memory properly. It's all fixed now, the PD libraries are now to be sent a new version just days after the last. Now over 20 savers. There are three DH packs. Ver 1.02 - 05 Oct 1993 - Made a few unimportant small changes, as pointed out by a few users - And I think I fixed a small problem for users using the hires colour cards. The next version will have a password facility added. Ver 1.02 - 18 Oct 1993 - Now there are over 30 savers. I've added some keyboard shortcuts and allowed the option to remove the DarkHorse icon from the icon bar. I've removed the 'options' choice from the iconbar menu as it confused people. I'm working on the password system now. Ver 1.03 - 23 Oct 1993 - Password option is added. Ver 1.04 - 01 Jan 1994 - Password timeout added. Now you have 10 seconds per character of the password - this ensures a saver does not stop completely. Also, the sprites for 'opt' have been changed, they now use the !NewLook ones. Ver 1.05 - 01 Feb 1994 - The 'Save' option now also saves the iconbar setting. Now you can load DarkHorse with no icon on the iconbar. Useful if you want to put it in your !boot sequence, and don't want to worry about setting DarkHorse on loadup.
00000000 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 00000040 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 0a 20 20 20 20 |___________. | 00000050 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 7c | || 00000060 20 0a 20 20 20 20 20 2c 23 23 23 23 20 20 20 20 | . ,#### | 00000070 20 20 20 20 20 7c 20 4e 61 6d 65 20 20 20 20 3a | | Name :| 00000080 20 44 41 52 4b 48 4f 52 53 45 0a 20 20 20 23 23 | DARKHORSE. ##| 00000090 23 23 23 23 23 20 20 20 20 20 20 20 20 20 7c 20 |##### | | 000000a0 20 0a 20 20 23 23 23 23 23 23 23 23 20 20 20 20 | . ######## | 000000b0 20 20 20 20 20 7c 20 41 75 74 68 6f 72 20 20 3a | | Author :| 000000c0 20 4d 52 20 4b 20 53 20 50 41 52 44 45 53 49 0a | MR K S PARDESI.| 000000d0 20 23 23 23 23 23 23 23 23 23 20 20 20 20 20 20 | ######### | 000000e0 20 20 20 7c 20 20 20 20 20 20 20 20 20 20 20 20 | | | 000000f0 0a 20 23 23 23 23 23 23 23 23 23 23 23 23 23 23 |. ##############| 00000100 23 23 23 20 7c 20 43 6f 70 79 72 69 67 68 74 20 |### | Copyright | 00000110 4b 4f 4f 4c 20 31 39 39 32 0a 20 27 23 23 23 23 |KOOL 1992. '####| 00000120 23 23 23 23 23 23 23 23 23 23 23 22 20 7c 20 20 |###########" | | 00000130 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000160 20 20 20 20 20 0a 20 20 22 23 23 23 23 23 23 23 | . "#######| 00000170 23 23 23 23 23 23 22 20 20 7c 20 45 6d 61 69 6c |######" | Email| 00000180 20 3a 20 61 72 63 68 69 65 40 64 63 73 2e 71 6d | : archie@dcs.qm| 00000190 77 2e 61 63 2e 75 6b 0a 20 20 20 20 22 23 23 23 |w.ac.uk. "###| 000001a0 23 23 23 23 23 23 22 20 20 20 20 7c 20 20 20 20 |######" | | 000001b0 20 20 20 20 20 20 20 20 0a 20 20 20 20 20 20 20 | . | 000001c0 22 22 22 22 22 20 20 20 20 20 20 20 7c 20 50 6f |""""" | Po| 000001d0 73 74 20 3a 20 35 30 20 53 45 4c 42 4f 52 4e 45 |st : 50 SELBORNE| 000001e0 20 52 44 2c 20 49 4c 46 4f 52 44 2c 20 45 53 53 | RD, ILFORD, ESS| 000001f0 45 58 2c 20 49 47 31 20 33 41 4a 2c 20 45 4e 47 |EX, IG1 3AJ, ENG| 00000200 4c 41 4e 44 0a 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |LAND.___________| 00000210 5f 5f 5f 5f 5f 5f 5f 5f 7c 5f 5f 5f 5f 5f 5f 5f |________|_______| 00000220 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 00000250 0a 0a 44 61 72 6b 20 48 6f 72 73 65 20 2d 20 48 |..Dark Horse - H| 00000260 69 73 74 6f 72 79 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e |istory.~~~~~~~~~| 00000270 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0a 54 68 69 73 |~~~~~~~~~~~.This| 00000280 20 61 20 72 75 6e 20 64 6f 77 6e 20 6f 66 20 68 | a run down of h| 00000290 6f 77 20 44 61 72 6b 48 6f 72 73 65 20 68 61 73 |ow DarkHorse has| 000002a0 20 64 65 76 65 6c 6f 70 65 64 2e 0a 0a 56 65 72 | developed...Ver| 000002b0 2e 20 20 20 30 2e 30 30 20 2d 0a 30 31 20 44 65 |. 0.00 -.01 De| 000002c0 63 20 31 39 39 32 20 2d 20 44 65 73 69 67 6e 20 |c 1992 - Design | 000002d0 61 70 70 6c 69 63 61 74 69 6f 6e 20 6f 6e 20 70 |application on p| 000002e0 61 70 65 72 2e 20 4e 6f 74 20 79 65 74 20 73 75 |aper. Not yet su| 000002f0 72 65 20 6f 66 20 74 68 65 20 6e 61 6d 65 2e 0a |re of the name..| 00000300 20 20 20 20 20 20 20 20 20 20 20 20 20 20 54 68 | Th| 00000310 65 20 70 72 6f 67 72 61 6d 20 77 69 6c 6c 20 62 |e program will b| 00000320 65 20 63 6f 64 65 64 20 69 6e 20 42 41 53 49 43 |e coded in BASIC| 00000330 2f 61 73 73 65 6d 62 6c 79 2e 20 49 27 6d 20 6e |/assembly. I'm n| 00000340 6f 74 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |ot. | 00000350 20 72 65 6c 79 69 6e 67 20 6f 6e 20 61 6e 79 20 | relying on any | 00000360 6f 74 68 65 72 20 6e 6f 6e 2d 6d 65 6d 6f 72 79 |other non-memory| 00000370 20 72 65 73 69 64 65 6e 74 20 6d 6f 64 75 6c 65 | resident module| 00000380 73 20 6f 6e 20 72 75 6e 74 69 6d 65 2e 0a 20 20 |s on runtime.. | 00000390 20 20 20 20 20 20 20 20 20 20 20 20 54 68 69 73 | This| 000003a0 20 77 69 6c 6c 20 65 6e 73 75 72 65 20 76 65 72 | will ensure ver| 000003b0 79 20 6c 6f 77 20 6d 65 6d 6f 72 79 20 75 73 61 |y low memory usa| 000003c0 67 65 2e 20 54 68 65 20 6f 6e 6c 79 20 6f 74 68 |ge. The only oth| 000003d0 65 72 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |er. | 000003e0 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 6f 66 20 | application of | 000003f0 74 68 69 73 20 73 6f 72 74 20 66 6f 72 20 74 68 |this sort for th| 00000400 65 20 41 72 63 20 74 68 61 74 20 49 27 76 65 20 |e Arc that I've | 00000410 73 65 65 6e 20 72 65 71 75 69 72 65 64 0a 20 20 |seen required. | 00000420 20 20 20 20 20 20 20 20 20 20 20 20 61 20 73 74 | a st| 00000430 61 67 67 65 72 69 6e 67 20 31 32 38 6b 20 6f 66 |aggering 128k of| 00000440 20 52 41 4d 20 74 6f 20 72 75 6e 21 20 49 20 61 | RAM to run! I a| 00000450 6d 20 61 69 6d 69 6e 67 20 66 6f 72 20 75 6e 64 |m aiming for und| 00000460 65 72 20 31 36 6b 2e 0a 0a 56 65 72 2e 20 20 20 |er 16k...Ver. | 00000470 30 2e 31 30 20 2d 0a 30 32 20 44 65 63 20 31 39 |0.10 -.02 Dec 19| 00000480 39 32 20 2d 20 49 6d 70 6c 65 6d 65 6e 74 65 64 |92 - Implemented| 00000490 20 62 61 73 69 63 20 52 49 53 43 4f 53 20 61 70 | basic RISCOS ap| 000004a0 70 6c 69 63 61 74 69 6f 6e 2e 20 46 6f 72 63 65 |plication. Force| 000004b0 64 20 74 6f 20 67 69 76 65 20 74 68 65 0a 20 20 |d to give the. | 000004c0 20 20 20 20 20 20 20 20 20 20 20 20 61 70 70 6c | appl| 000004d0 69 63 61 74 69 6f 6e 20 61 20 6e 61 6d 65 20 2d |ication a name -| 000004e0 20 27 44 61 72 6b 48 6f 72 73 65 27 2e 20 0a 0a | 'DarkHorse'. ..| 000004f0 56 65 72 2e 20 20 20 30 2e 32 30 20 2d 0a 30 34 |Ver. 0.20 -.04| 00000500 20 44 65 63 20 31 39 39 32 20 2d 20 49 6d 70 6c | Dec 1992 - Impl| 00000510 65 6d 65 6e 74 65 64 20 77 69 6e 64 6f 77 73 2f |emented windows/| 00000520 6d 65 6e 75 73 2e 20 44 69 64 6e 27 74 20 77 61 |menus. Didn't wa| 00000530 6e 74 20 74 6f 20 75 73 65 20 61 6e 79 20 6d 6f |nt to use any mo| 00000540 64 75 6c 65 73 0a 20 20 20 20 20 20 20 20 20 20 |dules. | 00000550 20 20 20 20 6c 69 6b 65 20 27 49 6e 74 65 72 66 | like 'Interf| 00000560 61 63 65 27 2c 20 73 6f 20 61 6c 6c 20 77 69 6e |ace', so all win| 00000570 64 6f 77 73 20 77 65 72 65 20 64 72 61 77 6e 20 |dows were drawn | 00000580 28 69 6e 63 6c 75 64 69 6e 67 20 61 6c 6c 0a 20 |(including all. | 00000590 20 20 20 20 20 20 20 20 20 20 20 20 20 74 68 65 | the| 000005a0 20 33 64 20 62 69 74 73 29 2e 20 41 70 70 61 72 | 3d bits). Appar| 000005b0 61 6e 74 6c 79 20 52 49 53 43 4f 53 20 33 20 68 |antly RISCOS 3 h| 000005c0 61 73 20 61 20 6e 65 77 20 6d 6f 64 75 6c 65 20 |as a new module | 000005d0 66 6f 72 20 74 68 65 73 65 0a 20 20 20 20 20 20 |for these. | 000005e0 20 20 20 20 20 20 20 20 6b 69 6e 64 20 6f 66 20 | kind of | 000005f0 66 61 6e 63 79 20 69 63 6f 6e 73 2c 20 62 75 74 |fancy icons, but| 00000600 20 49 20 68 61 76 65 6e 27 74 20 75 70 67 72 61 | I haven't upgra| 00000610 64 65 64 20 61 6e 64 20 74 68 75 73 20 68 61 76 |ded and thus hav| 00000620 65 6e 27 74 0a 20 20 20 20 20 20 20 20 20 20 20 |en't. | 00000630 20 20 20 74 68 65 20 50 52 4d 73 20 74 6f 20 66 | the PRMs to f| 00000640 69 6e 64 20 6f 75 74 20 68 6f 77 20 6e 65 69 74 |ind out how neit| 00000650 68 65 72 2e 0a 0a 56 65 72 2e 20 20 20 30 2e 33 |her...Ver. 0.3| 00000660 30 20 2d 0a 30 36 20 44 65 63 20 31 39 39 32 20 |0 -.06 Dec 1992 | 00000670 2d 20 43 6f 64 65 64 20 27 4c 69 6e 65 73 27 20 |- Coded 'Lines' | 00000680 73 63 72 65 65 6e 73 61 76 65 72 2e 20 28 6e 6f |screensaver. (no| 00000690 74 20 74 68 65 20 62 65 73 74 20 70 69 65 63 65 |t the best piece| 000006a0 20 6f 66 20 61 72 6d 20 63 6f 64 69 6e 67 29 0a | of arm coding).| 000006b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 57 6f | Wo| 000006c0 72 6b 73 20 66 69 6e 65 20 77 69 74 68 20 61 70 |rks fine with ap| 000006d0 70 6c 69 63 61 74 69 6f 6e 2c 20 72 65 71 75 69 |plication, requi| 000006e0 72 65 64 20 61 20 6c 69 74 74 6c 65 20 74 77 65 |red a little twe| 000006f0 61 6b 69 6e 67 2e 0a 0a 56 65 72 2e 20 20 20 30 |aking...Ver. 0| 00000700 2e 33 30 20 2d 0a 30 36 20 44 65 63 20 31 39 39 |.30 -.06 Dec 199| 00000710 32 20 2d 20 44 69 73 61 73 74 65 72 21 20 48 61 |2 - Disaster! Ha| 00000720 72 64 64 69 73 6b 20 63 72 61 73 68 65 64 2e 20 |rddisk crashed. | 00000730 4c 75 63 6b 69 6c 79 20 68 61 64 20 6d 61 64 65 |Luckily had made| 00000740 20 61 20 63 6f 70 79 20 74 6f 20 64 69 73 6b 0a | a copy to disk.| 00000750 20 20 20 20 20 20 20 20 20 20 20 20 20 20 65 61 | ea| 00000760 72 6c 69 65 72 2e 20 4b 65 70 74 20 67 65 74 74 |rlier. Kept gett| 00000770 69 6e 67 20 27 42 61 64 20 46 72 65 65 20 53 70 |ing 'Bad Free Sp| 00000780 61 63 65 20 4d 61 70 27 20 65 72 72 6f 72 2e 0a |ace Map' error..| 00000790 0a 56 65 72 2e 20 20 20 30 2e 33 30 20 2d 0a 31 |.Ver. 0.30 -.1| 000007a0 32 20 44 65 63 20 31 39 39 32 20 2d 20 41 66 74 |2 Dec 1992 - Aft| 000007b0 65 72 20 63 6f 6e 73 75 6c 74 69 6e 67 20 76 61 |er consulting va| 000007c0 72 69 6f 75 73 20 70 65 72 73 6f 6e 73 20 61 6e |rious persons an| 000007d0 64 20 74 72 79 69 6e 67 20 61 20 66 65 77 20 64 |d trying a few d| 000007e0 69 73 6b 0a 20 20 20 20 20 20 20 20 20 20 20 20 |isk. | 000007f0 20 20 64 6f 63 74 6f 72 73 2c 20 49 20 63 6f 6e | doctors, I con| 00000800 63 6c 75 64 65 64 20 74 68 61 74 20 6e 6f 74 68 |cluded that noth| 00000810 69 6e 67 20 77 61 73 20 67 6f 69 6e 67 20 74 6f |ing was going to| 00000820 20 66 69 78 20 74 68 65 20 64 72 69 76 65 0a 20 | fix the drive. | 00000830 20 20 20 20 20 20 20 20 20 20 20 20 20 73 6f 20 | so | 00000840 74 69 6d 65 20 74 6f 20 72 65 66 6f 72 6d 61 74 |time to reformat| 00000850 2c 20 62 6f 6f 20 68 6f 6f 2e 20 4c 6f 73 74 20 |, boo hoo. Lost | 00000860 6c 6f 61 64 73 20 6f 66 20 64 61 74 61 2c 20 6d |loads of data, m| 00000870 61 69 6e 6c 79 0a 20 20 20 20 20 20 20 20 20 20 |ainly. | 00000880 20 20 20 20 70 72 6f 67 72 61 6d 20 63 6f 64 65 | program code| 00000890 20 66 6f 72 20 6f 74 68 65 72 20 70 72 6f 6a 65 | for other proje| 000008a0 63 74 73 20 61 6e 64 20 28 65 65 6b 21 29 20 6c |cts and (eek!) l| 000008b0 61 74 65 73 74 20 67 72 61 70 68 69 63 73 0a 20 |atest graphics. | 000008c0 20 20 20 20 20 20 20 20 20 20 20 20 20 66 6f 72 | for| 000008d0 20 27 53 63 6f 72 70 69 75 73 27 20 28 66 72 6f | 'Scorpius' (fro| 000008e0 6d 20 41 72 78 65 20 2d 20 76 65 72 79 20 73 6f |m Arxe - very so| 000008f0 6f 6e 2c 20 68 6f 6e 65 73 74 29 2e 0a 0a 56 65 |on, honest)...Ve| 00000900 72 2e 20 20 20 30 2e 33 35 20 2d 0a 31 34 20 44 |r. 0.35 -.14 D| 00000910 65 63 20 31 39 39 32 20 2d 20 42 61 63 6b 20 74 |ec 1992 - Back t| 00000920 6f 20 77 6f 72 6b 2e 20 49 6d 70 6c 65 6d 65 6e |o work. Implemen| 00000930 74 65 64 20 61 6e 20 69 6e 74 65 72 6e 61 6c 20 |ted an internal | 00000940 6d 75 6c 74 69 74 61 73 6b 69 6e 67 20 73 61 76 |multitasking sav| 00000950 65 72 2c 0a 20 20 20 20 20 20 20 20 20 20 20 20 |er,. | 00000960 20 20 76 65 72 79 20 6d 75 63 68 20 6c 69 6b 65 | very much like| 00000970 20 74 68 65 20 6f 6e 65 20 6f 6e 20 52 49 53 43 | the one on RISC| 00000980 4f 53 20 33 2e 20 28 53 74 69 6c 6c 20 68 61 76 |OS 3. (Still hav| 00000990 65 6e 27 74 20 67 6f 74 20 6f 72 0a 20 20 20 20 |en't got or. | 000009a0 20 20 20 20 20 20 20 20 20 20 74 65 73 74 65 64 | tested| 000009b0 20 44 61 72 6b 48 6f 72 73 65 20 77 69 74 68 20 | DarkHorse with | 000009c0 52 49 53 43 4f 53 20 33 29 0a 0a 56 65 72 2e 20 |RISCOS 3)..Ver. | 000009d0 20 20 30 2e 34 30 20 2d 0a 31 35 20 44 65 63 20 | 0.40 -.15 Dec | 000009e0 31 39 39 32 20 2d 20 4e 6f 77 20 68 61 76 65 20 |1992 - Now have | 000009f0 66 6f 75 72 20 73 63 72 65 65 6e 73 61 76 65 72 |four screensaver| 00000a00 73 20 69 6e 20 74 6f 74 61 6c 2c 20 61 6c 6c 20 |s in total, all | 00000a10 62 61 73 65 64 20 6f 6e 20 74 68 65 0a 20 20 20 |based on the. | 00000a20 20 20 20 20 20 20 20 20 20 20 20 66 69 72 73 74 | first| 00000a30 20 73 61 76 65 72 20 49 20 77 72 6f 74 65 20 61 | saver I wrote a| 00000a40 73 20 74 68 69 73 20 77 61 73 20 74 68 65 20 65 |s this was the e| 00000a50 61 73 69 65 73 74 20 77 61 79 20 2d 20 28 69 74 |asiest way - (it| 00000a60 20 77 6f 72 6b 73 21 29 0a 20 20 20 20 20 20 20 | works!). | 00000a70 20 20 20 20 20 20 20 28 4e 6f 20 6e 61 73 74 79 | (No nasty| 00000a80 20 62 75 67 73 20 2e 2e 2e 20 79 65 74 21 29 20 | bugs ... yet!) | 00000a90 54 61 6b 69 6e 67 20 61 20 62 72 65 61 6b 20 66 |Taking a break f| 00000aa0 72 6f 6d 20 44 61 72 6b 48 6f 72 73 65 20 74 6f |rom DarkHorse to| 00000ab0 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 67 |. g| 00000ac0 65 74 20 73 6f 6d 65 20 55 6e 69 20 63 6f 75 72 |et some Uni cour| 00000ad0 73 65 77 6f 72 6b 20 64 6f 6e 65 2e 0a 0a 56 65 |sework done...Ve| 00000ae0 72 2e 20 20 20 30 2e 34 35 20 2d 0a 32 33 20 44 |r. 0.45 -.23 D| 00000af0 65 63 20 31 39 39 32 20 2d 20 4d 61 6e 61 67 65 |ec 1992 - Manage| 00000b00 64 20 74 6f 20 72 65 64 75 63 65 20 6d 65 6d 6f |d to reduce memo| 00000b10 72 79 20 75 73 61 67 65 20 62 79 20 34 6b 2e 20 |ry usage by 4k. | 00000b20 56 65 72 73 69 6f 6e 20 31 2e 30 30 20 73 68 6f |Version 1.00 sho| 00000b30 75 6c 64 0a 20 20 20 20 20 20 20 20 20 20 20 20 |uld. | 00000b40 20 20 6f 6e 6c 79 20 72 65 71 75 69 72 65 20 31 | only require 1| 00000b50 36 6b 20 6f 66 20 52 41 4d 20 74 6f 20 72 75 6e |6k of RAM to run| 00000b60 2e 20 4e 6f 77 20 74 68 69 6e 6b 69 6e 67 20 6f |. Now thinking o| 00000b70 66 20 63 6f 64 69 6e 67 0a 20 20 20 20 20 20 20 |f coding. | 00000b80 20 20 20 20 20 20 20 70 61 72 74 73 20 6f 66 20 | parts of | 00000b90 74 68 65 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 |the application | 00000ba0 69 74 73 65 6c 66 20 69 6e 20 61 73 73 65 6d 62 |itself in assemb| 00000bb0 6c 79 20 74 6f 20 63 75 74 20 6d 65 6d 6f 72 79 |ly to cut memory| 00000bc0 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 75 |. u| 00000bd0 73 61 67 65 20 64 6f 77 6e 20 73 6f 6d 65 20 6d |sage down some m| 00000be0 6f 72 65 2e 20 53 6f 6f 6e 20 61 73 20 49 20 67 |ore. Soon as I g| 00000bf0 65 74 20 69 74 20 62 65 6c 6f 77 20 31 36 6b 2c |et it below 16k,| 00000c00 20 74 68 61 74 27 73 0a 20 20 20 20 20 20 20 20 | that's. | 00000c10 20 20 20 20 20 20 67 6f 6f 64 20 65 6e 6f 75 67 | good enoug| 00000c20 68 20 73 69 6e 63 65 20 74 68 65 20 6d 69 6e 69 |h since the mini| 00000c30 6d 75 6d 20 61 6c 6c 6f 63 61 74 69 6f 6e 20 75 |mum allocation u| 00000c40 6e 64 65 72 20 52 49 53 43 4f 53 20 66 6f 72 0a |nder RISCOS for.| 00000c50 20 20 20 20 20 20 20 20 20 20 20 20 20 20 61 6e | an| 00000c60 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 69 73 20 | application is | 00000c70 31 36 6b 2e 0a 0a 56 65 72 2e 20 20 20 30 2e 34 |16k...Ver. 0.4| 00000c80 35 20 2d 0a 30 34 20 4a 61 6e 20 31 39 39 33 20 |5 -.04 Jan 1993 | 00000c90 2d 20 46 6f 75 6e 64 20 73 6f 6d 65 20 6e 69 63 |- Found some nic| 00000ca0 65 20 6c 69 74 74 6c 65 20 67 72 61 70 68 69 63 |e little graphic| 00000cb0 73 20 72 6f 75 74 69 6e 65 73 20 69 6e 20 74 68 |s routines in th| 00000cc0 65 20 50 44 2c 20 62 75 74 0a 20 20 20 20 20 20 |e PD, but. | 00000cd0 20 20 20 20 20 20 20 20 74 68 65 79 20 61 72 65 | they are| 00000ce0 20 63 6f 64 65 64 20 69 6e 20 42 41 53 49 43 2e | coded in BASIC.| 00000cf0 20 49 27 6d 20 77 6f 6e 64 65 72 69 6e 67 20 77 | I'm wondering w| 00000d00 68 65 74 68 65 72 20 69 74 27 73 20 77 6f 72 74 |hether it's wort| 00000d10 68 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |h. | 00000d20 72 65 2d 77 72 69 74 69 6e 67 20 74 68 65 6d 20 |re-writing them | 00000d30 69 6e 20 61 73 73 65 6d 62 6c 79 2c 20 6f 72 20 |in assembly, or | 00000d40 6d 61 6b 69 6e 67 20 69 74 20 73 6f 20 74 68 61 |making it so tha| 00000d50 74 20 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |t . | 00000d60 20 44 61 72 6b 48 6f 72 73 65 20 77 6f 72 6b 73 | DarkHorse works| 00000d70 20 77 69 74 68 20 42 41 53 49 43 20 73 63 72 65 | with BASIC scre| 00000d80 65 6e 73 61 76 65 72 73 20 2e 2e 2e 20 68 6d 6d |ensavers ... hmm| 00000d90 2e 0a 0a 56 65 72 2e 20 20 20 30 2e 35 30 20 2d |...Ver. 0.50 -| 00000da0 20 0a 30 35 20 4a 61 6e 20 31 39 39 33 20 2d 20 | .05 Jan 1993 - | 00000db0 4e 6f 77 20 68 61 76 65 20 52 49 53 43 4f 53 20 |Now have RISCOS | 00000dc0 33 20 69 6e 20 6d 79 20 6f 6c 64 20 41 33 31 30 |3 in my old A310| 00000dd0 2c 20 44 61 72 6b 48 6f 72 73 65 20 77 6f 72 6b |, DarkHorse work| 00000de0 73 20 66 69 6e 65 2c 0a 20 20 20 20 20 20 20 20 |s fine,. | 00000df0 20 20 20 20 20 20 49 27 76 65 20 66 6f 75 6e 64 | I've found| 00000e00 20 6f 75 74 20 68 6f 77 20 74 6f 20 64 6f 20 74 | out how to do t| 00000e10 68 65 20 33 44 20 49 6d 70 72 65 73 73 69 6f 6e |he 3D Impression| 00000e20 20 74 79 70 65 20 69 63 6f 6e 73 20 66 72 6f 6d | type icons from| 00000e30 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 52 |. R| 00000e40 49 53 43 4f 53 20 33 2c 20 73 6f 20 68 61 76 65 |ISCOS 3, so have| 00000e50 20 63 68 61 6e 67 65 64 20 74 68 65 20 74 65 6d | changed the tem| 00000e60 70 6c 61 74 65 73 20 74 6f 20 77 6f 72 6b 20 77 |plates to work w| 00000e70 69 74 68 20 74 68 65 6d 2e 0a 20 20 20 20 20 20 |ith them.. | 00000e80 20 20 20 20 20 20 20 20 54 68 69 73 20 68 61 73 | This has| 00000e90 20 63 75 74 20 64 6f 77 6e 20 6d 65 6d 6f 72 79 | cut down memory| 00000ea0 20 75 73 61 67 65 20 61 20 62 69 74 20 61 6e 64 | usage a bit and| 00000eb0 20 69 63 6f 6e 20 72 65 64 72 61 77 20 69 73 0a | icon redraw is.| 00000ec0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 66 61 | fa| 00000ed0 73 74 65 72 2c 20 62 75 74 20 6e 6f 77 20 74 68 |ster, but now th| 00000ee0 69 73 20 6d 65 61 6e 73 20 74 68 61 74 20 44 61 |is means that Da| 00000ef0 72 6b 48 6f 72 73 65 20 6f 6e 20 61 20 52 49 53 |rkHorse on a RIS| 00000f00 43 4f 53 20 32 20 0a 20 20 20 20 20 20 20 20 20 |COS 2 . | 00000f10 20 20 20 20 20 6d 61 63 68 69 6e 65 20 77 6f 6e | machine won| 00000f20 74 20 68 61 76 65 20 66 61 6e 63 79 20 33 44 20 |t have fancy 3D | 00000f30 69 63 6f 6e 73 2e 20 48 6f 77 65 76 65 72 2c 20 |icons. However, | 00000f40 74 68 65 20 66 69 72 73 74 0a 20 20 20 20 20 20 |the first. | 00000f50 20 20 20 20 20 20 20 20 72 65 6c 65 61 73 65 20 | release | 00000f60 77 69 6c 6c 20 73 74 69 6c 6c 20 62 65 20 52 49 |will still be RI| 00000f70 53 43 4f 53 20 32 2f 33 20 63 6f 6d 70 61 74 69 |SCOS 2/3 compati| 00000f80 62 6c 65 2e 0a 0a 56 65 72 2e 20 20 20 30 2e 35 |ble...Ver. 0.5| 00000f90 31 20 2d 0a 30 37 20 4a 61 6e 20 31 39 39 33 20 |1 -.07 Jan 1993 | 00000fa0 2d 20 41 64 64 65 64 20 74 68 65 20 27 41 63 74 |- Added the 'Act| 00000fb0 69 76 65 27 20 62 75 74 74 6f 6e 20 74 6f 20 6f |ive' button to o| 00000fc0 70 74 69 6f 6e 73 2e 20 41 6c 6c 6f 77 73 20 74 |ptions. Allows t| 00000fd0 68 65 20 75 73 65 72 0a 20 20 20 20 20 20 20 20 |he user. | 00000fe0 20 20 20 20 20 20 74 6f 20 64 69 73 61 62 6c 65 | to disable| 00000ff0 20 74 68 65 20 73 61 76 65 72 2e 20 27 44 65 6d | the saver. 'Dem| 00001000 6f 27 20 6f 70 74 69 6f 6e 20 72 65 71 75 69 72 |o' option requir| 00001010 65 73 20 27 41 63 74 69 76 65 27 20 74 6f 0a 20 |es 'Active' to. | 00001020 20 20 20 20 20 20 20 20 20 20 20 20 20 62 65 20 | be | 00001030 73 65 74 20 6f 6e 2c 20 73 69 6e 63 65 20 74 68 |set on, since th| 00001040 65 20 75 73 65 72 20 6d 61 79 20 6e 6f 74 20 72 |e user may not r| 00001050 65 61 6c 69 73 65 20 74 68 61 74 20 74 68 65 20 |ealise that the | 00001060 73 61 76 65 72 20 69 73 0a 20 20 20 20 20 20 20 |saver is. | 00001070 20 20 20 20 20 20 20 69 6e 61 63 74 69 76 65 2e | inactive.| 00001080 20 41 6c 73 6f 2c 20 69 74 20 77 61 73 20 65 61 | Also, it was ea| 00001090 73 69 65 72 20 74 6f 20 70 72 6f 67 72 61 6d 20 |sier to program | 000010a0 38 29 2e 0a 0a 56 65 72 20 20 20 20 30 2e 35 35 |8)...Ver 0.55| 000010b0 20 2d 20 0a 30 38 20 4a 61 6e 20 31 39 39 33 20 | - .08 Jan 1993 | 000010c0 2d 20 41 64 64 65 64 20 27 53 6c 65 65 70 27 20 |- Added 'Sleep' | 000010d0 63 6f 72 6e 65 72 20 28 74 6f 70 20 6c 65 66 74 |corner (top left| 000010e0 29 2c 20 74 68 65 20 75 73 65 72 20 69 73 20 67 |), the user is g| 000010f0 69 76 65 6e 20 68 61 6c 66 20 61 0a 20 20 20 20 |iven half a. | 00001100 20 20 20 20 20 20 20 20 20 20 73 65 63 6f 6e 64 | second| 00001110 20 74 6f 20 63 68 61 6e 67 65 20 69 74 27 73 20 | to change it's | 00001120 6d 69 6e 64 2e 20 54 68 69 73 20 69 73 20 73 6f |mind. This is so| 00001130 20 74 68 61 74 20 74 68 65 20 73 61 76 65 72 20 | that the saver | 00001140 69 73 6e 27 74 0a 20 20 20 20 20 20 20 20 20 20 |isn't. | 00001150 20 20 20 20 65 6e 74 65 72 65 64 20 69 6e 74 6f | entered into| 00001160 20 62 79 20 27 61 63 63 69 64 65 6e 74 27 2f 68 | by 'accident'/h| 00001170 6f 70 65 6c 65 73 73 20 75 73 65 72 20 6d 6f 75 |opeless user mou| 00001180 73 65 20 63 6f 6e 74 72 6f 6c 6c 69 6e 67 21 0a |se controlling!.| 00001190 20 20 20 20 20 20 20 20 20 20 20 20 20 20 28 73 | (s| 000011a0 6f 72 72 79 20 49 20 72 65 66 65 72 65 64 20 74 |orry I refered t| 000011b0 6f 20 74 68 65 20 75 73 65 72 20 61 73 20 61 6e |o the user as an| 000011c0 20 27 69 74 27 2e 29 0a 0a 56 65 72 20 20 20 20 | 'it'.)..Ver | 000011d0 30 2e 37 30 20 2d 0a 31 39 20 4a 61 6e 20 31 39 |0.70 -.19 Jan 19| 000011e0 39 33 20 2d 20 52 65 2d 64 65 73 69 67 6e 65 64 |93 - Re-designed| 000011f0 20 73 61 76 65 72 20 66 69 6c 65 2d 66 6f 72 6d | saver file-form| 00001200 61 74 2c 20 6e 6f 77 20 69 6e 63 6c 75 64 65 73 |at, now includes| 00001210 20 61 20 73 61 76 65 72 20 73 65 74 75 70 0a 20 | a saver setup. | 00001220 20 20 20 20 20 20 20 20 20 20 20 20 20 72 65 71 | req| 00001230 75 69 72 65 6d 65 6e 74 20 61 6e 64 20 74 68 65 |uirement and the| 00001240 6e 20 61 20 70 6f 6c 6c 69 6e 67 20 6f 70 65 72 |n a polling oper| 00001250 61 74 69 6f 6e 20 74 6f 20 61 6c 6c 6f 77 20 77 |ation to allow w| 00001260 72 69 74 69 6e 67 0a 20 20 20 20 20 20 20 20 20 |riting. | 00001270 20 20 20 20 20 73 61 76 65 72 73 20 61 20 62 69 | savers a bi| 00001280 74 20 65 61 73 69 65 72 2e 20 54 6f 74 61 6c 20 |t easier. Total | 00001290 73 61 76 65 72 73 20 6e 6f 77 20 2d 20 66 69 76 |savers now - fiv| 000012a0 65 2e 20 47 6f 73 68 21 0a 0a 56 65 72 20 20 20 |e. Gosh!..Ver | 000012b0 20 30 2e 37 35 20 2d 20 0a 31 32 20 4a 75 6c 20 | 0.75 - .12 Jul | 000012c0 31 39 39 33 20 2d 20 49 74 20 73 75 72 65 20 68 |1993 - It sure h| 000012d0 61 73 20 62 65 65 6e 20 61 20 77 68 69 6c 65 2c |as been a while,| 000012e0 20 73 69 6e 63 65 20 49 20 74 6f 75 63 68 65 64 | since I touched| 000012f0 20 74 68 69 73 20 70 72 6f 67 72 61 6d 20 2d 0a | this program -.| 00001300 20 20 20 20 20 20 20 20 20 20 20 20 20 20 49 27 | I'| 00001310 76 65 20 6e 6f 77 20 69 6d 70 6c 65 6d 65 6e 74 |ve now implement| 00001320 65 64 20 74 68 65 20 6e 65 77 20 66 69 6c 65 2d |ed the new file-| 00001330 66 6f 72 6d 61 74 20 74 68 61 74 20 49 20 64 65 |format that I de| 00001340 73 69 67 6e 65 64 0a 20 20 20 20 20 20 20 20 20 |signed. | 00001350 20 20 20 20 20 61 6c 6c 20 74 68 6f 73 65 20 6d | all those m| 00001360 6f 6e 74 68 73 20 61 67 6f 2e 20 54 68 65 20 61 |onths ago. The a| 00001370 70 70 6c 69 63 61 74 69 6f 6e 20 69 73 20 6e 6f |pplication is no| 00001380 77 20 72 75 6e 6e 69 6e 67 20 66 69 6e 65 2e 0a |w running fine..| 00001390 20 20 20 20 20 20 20 20 20 20 20 20 20 20 49 20 | I | 000013a0 6e 6f 77 20 6e 65 65 64 20 74 6f 20 77 72 69 74 |now need to writ| 000013b0 65 20 6d 6f 72 65 20 73 61 76 65 72 73 20 61 6e |e more savers an| 000013c0 64 20 74 68 65 6e 20 49 27 6c 6c 20 62 65 20 61 |d then I'll be a| 000013d0 62 6c 65 20 74 6f 0a 20 20 20 20 20 20 20 20 20 |ble to. | 000013e0 20 20 20 20 20 72 65 6c 65 61 73 65 20 74 68 65 | release the| 000013f0 20 66 69 72 73 74 20 76 65 72 73 69 6f 6e 20 6f | first version o| 00001400 66 20 44 61 72 6b 48 6f 72 73 65 2e 0a 0a 20 20 |f DarkHorse... | 00001410 20 20 20 20 20 20 20 20 20 20 20 20 49 27 6c 6c | I'll| 00001420 20 74 72 79 20 77 72 69 74 69 6e 67 20 3a 20 66 | try writing : f| 00001430 69 73 68 74 61 6e 6b 0a 20 20 20 20 20 20 20 20 |ishtank. | 00001440 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001450 20 20 20 20 20 20 20 20 20 73 6c 69 64 69 6e 67 | sliding| 00001460 20 70 75 7a 7a 6c 65 0a 20 20 20 20 20 20 20 20 | puzzle. | 00001470 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001480 20 20 20 20 20 20 20 20 20 75 73 65 72 20 6d 65 | user me| 00001490 73 73 61 67 65 20 64 69 73 70 6c 61 79 65 72 0a |ssage displayer.| 000014a0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000014c0 20 74 69 6d 65 20 64 69 73 70 6c 61 79 65 72 0a | time displayer.| 000014d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000014f0 20 33 44 20 73 74 61 72 73 0a 20 20 20 20 20 20 | 3D stars. | 00001500 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001510 20 20 20 20 20 20 20 20 20 20 20 6b 61 6c 69 64 | kalid| 00001520 6f 73 63 6f 70 65 0a 20 20 20 20 20 20 20 20 20 |oscope. | 00001530 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001540 20 20 20 20 20 20 20 20 6d 61 6e 64 65 6c 62 72 | mandelbr| 00001550 6f 74 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |ot. | 00001560 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001570 20 20 20 20 73 63 72 65 65 6e 20 7a 6f 6f 6d 65 | screen zoome| 00001580 72 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |r. | 00001590 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000015a0 20 20 20 65 78 65 63 75 74 65 20 75 73 65 72 20 | execute user | 000015b0 2a 63 6f 6d 6d 61 6e 64 0a 20 20 20 20 20 20 20 |*command. | 000015c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000015d0 20 20 20 20 20 20 20 20 20 20 6d 69 6e 69 2d 6d | mini-m| 000015e0 65 73 73 61 67 65 0a 0a 56 65 72 20 20 20 20 30 |essage..Ver 0| 000015f0 2e 37 36 20 2d 20 0a 31 34 20 4a 75 6c 20 31 39 |.76 - .14 Jul 19| 00001600 39 33 20 2d 20 49 20 6e 6f 77 20 68 61 76 65 20 |93 - I now have | 00001610 73 65 76 65 6e 20 73 63 72 65 65 6e 20 73 61 76 |seven screen sav| 00001620 65 72 73 2e 20 66 72 6f 6d 20 74 68 65 20 61 62 |ers. from the ab| 00001630 6f 76 65 2c 20 49 20 68 61 76 65 0a 20 20 20 20 |ove, I have. | 00001640 20 20 20 20 20 20 20 20 20 20 64 6f 6e 65 20 27 | done '| 00001650 73 6c 69 64 69 6e 67 20 70 75 7a 7a 6c 65 27 20 |sliding puzzle' | 00001660 61 6e 64 20 27 73 63 72 65 65 6e 20 7a 6f 6f 6d |and 'screen zoom| 00001670 65 72 27 2e 0a 0a 56 65 72 20 20 20 20 30 2e 37 |er'...Ver 0.7| 00001680 37 20 2d 0a 31 37 20 4a 75 6c 20 31 39 39 33 20 |7 -.17 Jul 1993 | 00001690 2d 20 49 27 76 65 20 61 64 64 65 64 20 74 77 6f |- I've added two| 000016a0 20 6d 6f 72 65 20 73 63 72 65 65 6e 73 61 76 65 | more screensave| 000016b0 72 73 20 6e 6f 77 2c 20 74 68 65 73 65 73 20 61 |rs now, theses a| 000016c0 72 65 20 27 6f 72 74 68 6f 27 0a 20 20 20 20 20 |re 'ortho'. | 000016d0 20 20 20 20 20 20 20 20 20 61 6e 64 20 27 70 68 | and 'ph| 000016e0 61 73 65 72 27 2e 20 54 68 65 79 20 61 72 65 20 |aser'. They are | 000016f0 69 6e 20 72 65 73 75 6c 74 20 6f 66 20 63 6f 6d |in result of com| 00001700 62 69 6e 69 6e 67 20 74 68 65 20 6c 69 6e 65 73 |bining the lines| 00001710 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 61 |. a| 00001720 6e 64 20 72 65 63 74 61 6e 67 6c 65 73 20 73 61 |nd rectangles sa| 00001730 76 65 72 73 20 77 69 74 68 20 74 68 65 20 7a 6f |vers with the zo| 00001740 6f 6d 65 72 20 73 61 76 65 72 2e 0a 20 20 20 20 |omer saver.. | 00001750 20 20 20 20 20 20 20 20 20 20 41 6c 73 6f 20 61 | Also a| 00001760 64 64 65 64 20 61 20 74 69 63 6b 20 74 6f 20 74 |dded a tick to t| 00001770 68 65 20 73 61 76 65 72 73 20 6c 69 73 74 20 74 |he savers list t| 00001780 6f 20 69 6e 64 69 63 61 74 65 20 63 75 72 72 65 |o indicate curre| 00001790 6e 74 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |nt. | 000017a0 20 73 61 76 65 72 2e 0a 20 20 20 20 20 20 20 20 | saver.. | 000017b0 20 20 20 20 20 0a 56 65 72 20 20 20 20 30 2e 38 | .Ver 0.8| 000017c0 30 20 2d 20 0a 32 32 20 4a 75 6c 20 31 39 39 33 |0 - .22 Jul 1993| 000017d0 20 2d 20 41 20 66 65 77 20 63 68 61 6e 67 65 73 | - A few changes| 000017e0 20 74 6f 20 44 61 72 6b 48 6f 72 73 65 2c 20 69 | to DarkHorse, i| 000017f0 6e 63 6c 75 64 69 6e 67 20 61 6e 20 61 64 64 69 |ncluding an addi| 00001800 74 69 6f 6e 61 6c 0a 20 20 20 20 20 20 20 20 20 |tional. | 00001810 20 20 20 20 20 61 72 67 75 6d 65 6e 74 20 63 68 | argument ch| 00001820 65 63 6b 2c 20 77 68 69 63 68 20 65 6e 73 75 72 |eck, which ensur| 00001830 65 73 20 74 68 61 74 20 61 6c 6c 20 76 61 6c 75 |es that all valu| 00001840 65 73 20 69 6e 70 75 74 74 65 64 0a 20 20 20 20 |es inputted. | 00001850 20 20 20 20 20 20 20 20 20 20 61 72 65 20 70 6f | are po| 00001860 73 69 74 69 76 65 20 69 6e 74 65 67 65 72 73 2c |sitive integers,| 00001870 20 69 66 20 6e 65 67 61 74 69 76 65 20 6d 61 6b | if negative mak| 00001880 65 20 69 74 20 70 6f 73 69 74 69 76 65 2e 0a 20 |e it positive.. | 00001890 20 20 20 20 20 20 20 20 20 20 20 20 20 54 68 69 | Thi| 000018a0 73 20 69 73 20 69 6e 20 72 65 73 75 6c 74 20 6f |s is in result o| 000018b0 66 20 73 6f 6d 65 20 73 61 76 65 72 73 20 68 61 |f some savers ha| 000018c0 6e 67 69 6e 67 20 61 73 20 63 6f 6d 70 61 72 69 |nging as compari| 000018d0 73 6f 6e 73 0a 20 20 20 20 20 20 20 20 20 20 20 |sons. | 000018e0 20 20 20 69 6e 20 74 68 65 20 73 61 76 65 72 20 | in the saver | 000018f0 63 6f 64 65 20 64 69 64 20 6e 6f 74 20 72 65 6c |code did not rel| 00001900 65 61 73 65 20 74 68 65 20 63 6f 64 65 20 63 6f |ease the code co| 00001910 72 72 65 63 74 6c 79 2e 0a 0a 56 65 72 20 20 20 |rrectly...Ver | 00001920 20 30 2e 39 30 20 2d 0a 32 38 20 4a 75 6c 20 31 | 0.90 -.28 Jul 1| 00001930 39 39 33 20 2d 20 54 68 65 20 64 6f 63 75 6d 65 |993 - The docume| 00001940 6e 74 61 74 69 6f 6e 20 66 6f 72 20 44 61 72 6b |ntation for Dark| 00001950 48 6f 72 73 65 20 69 73 20 6e 6f 77 20 6e 65 61 |Horse is now nea| 00001960 72 6c 79 20 63 6f 6d 70 6c 65 74 65 2e 0a 20 20 |rly complete.. | 00001970 20 20 20 20 20 20 20 20 20 20 20 20 49 27 76 65 | I've| 00001980 20 61 64 64 65 64 20 61 6e 6f 74 68 65 72 20 73 | added another s| 00001990 61 76 65 72 20 63 61 6c 6c 65 64 20 27 46 6c 61 |aver called 'Fla| 000019a0 73 68 27 20 74 68 61 74 27 73 20 31 30 20 69 6e |sh' that's 10 in| 000019b0 20 74 6f 74 61 6c 0a 20 20 20 20 20 20 20 20 20 | total. | 000019c0 20 20 20 20 20 6e 6f 77 2e 20 27 46 6c 61 73 68 | now. 'Flash| 000019d0 27 20 69 73 20 64 65 73 69 67 6e 65 64 20 61 73 |' is designed as| 000019e0 20 61 6e 20 65 78 61 6d 70 6c 65 20 6f 66 20 68 | an example of h| 000019f0 6f 77 20 74 6f 20 77 72 69 74 65 0a 20 20 20 20 |ow to write. | 00001a00 20 20 20 20 20 20 20 20 20 20 79 6f 75 72 20 6f | your o| 00001a10 77 6e 2e 0a 0a 56 65 72 20 20 20 20 30 2e 39 31 |wn...Ver 0.91| 00001a20 20 2d 0a 32 39 20 4a 75 6c 20 31 39 39 33 20 2d | -.29 Jul 1993 -| 00001a30 20 41 64 64 65 72 20 61 6e 6f 74 68 65 72 20 73 | Adder another s| 00001a40 61 76 65 72 20 74 6f 64 61 79 20 27 6d 65 73 73 |aver today 'mess| 00001a50 61 67 65 27 20 73 63 72 6f 6c 6c 65 72 2e 20 42 |age' scroller. B| 00001a60 61 73 69 63 61 6c 6c 79 20 69 74 0a 20 20 20 20 |asically it. | 00001a70 20 20 20 20 20 20 20 20 20 20 73 63 72 6f 6c 6c | scroll| 00001a80 73 20 61 20 75 73 65 72 20 6d 65 73 73 61 67 65 |s a user message| 00001a90 20 61 63 72 6f 73 73 20 74 68 65 20 73 63 72 65 | across the scre| 00001aa0 65 6e 2e 20 49 20 61 6c 73 6f 20 64 69 64 20 6f |en. I also did o| 00001ab0 6e 65 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |ne. | 00001ac0 20 77 68 69 63 68 20 65 78 65 63 75 74 65 73 20 | which executes | 00001ad0 61 6e 79 20 75 73 65 72 20 2a 63 6f 6d 6d 61 6e |any user *comman| 00001ae0 64 2c 20 62 75 74 20 69 74 20 63 61 75 73 65 64 |d, but it caused| 00001af0 20 44 61 72 6b 48 6f 72 73 65 0a 20 20 20 20 20 | DarkHorse. | 00001b00 20 20 20 20 20 20 20 20 20 74 6f 20 63 72 61 73 | to cras| 00001b10 68 20 69 66 20 74 68 65 20 2a 63 6f 6d 6d 61 6e |h if the *comman| 00001b20 64 20 67 69 76 65 6e 20 72 61 69 73 65 64 20 61 |d given raised a| 00001b30 6e 20 65 72 72 6f 72 2c 20 69 65 20 69 66 20 74 |n error, ie if t| 00001b40 68 65 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |he. | 00001b50 20 2a 63 6f 6d 6d 61 6e 64 20 64 69 64 6e 27 74 | *command didn't| 00001b60 20 65 78 69 73 74 2e 0a 0a 56 65 72 20 20 20 20 | exist...Ver | 00001b70 30 2e 39 32 20 2d 20 0a 30 33 20 41 75 67 20 31 |0.92 - .03 Aug 1| 00001b80 39 39 33 20 2d 20 41 64 64 65 64 20 74 68 65 20 |993 - Added the | 00001b90 33 64 20 53 74 61 72 73 20 73 61 76 65 72 2e 20 |3d Stars saver. | 00001ba0 53 69 6e 63 65 20 49 20 68 61 76 65 20 75 73 65 |Since I have use| 00001bb0 64 20 61 20 56 44 55 20 63 61 6c 6c 0a 20 20 20 |d a VDU call. | 00001bc0 20 20 20 20 20 20 20 20 20 20 20 74 6f 20 70 6c | to pl| 00001bd0 6f 74 20 74 68 65 20 73 74 61 72 73 2c 20 74 68 |ot the stars, th| 00001be0 65 20 73 70 65 65 64 20 49 20 68 61 76 65 20 61 |e speed I have a| 00001bf0 63 68 69 65 76 65 64 20 69 73 20 70 72 6f 62 61 |chieved is proba| 00001c00 62 6c 79 0a 20 20 20 20 20 20 20 20 20 20 20 20 |bly. | 00001c10 20 20 74 68 65 20 62 65 73 74 20 79 6f 75 27 72 | the best you'r| 00001c20 65 20 67 6f 6e 6e 61 20 67 65 74 2e 20 49 74 27 |e gonna get. It'| 00001c30 73 20 6e 6f 74 20 62 61 64 20 74 68 6f 75 67 68 |s not bad though| 00001c40 2c 20 61 73 20 49 27 6d 0a 20 20 20 20 20 20 20 |, as I'm. | 00001c50 20 20 20 20 20 20 20 6e 6f 74 20 75 73 69 6e 67 | not using| 00001c60 20 73 63 72 65 65 6e 62 61 6e 6b 69 6e 67 20 65 | screenbanking e| 00001c70 69 74 68 65 72 2e 20 49 20 6d 61 79 20 63 6f 64 |ither. I may cod| 00001c80 65 20 61 6e 6f 74 68 65 72 20 76 65 72 73 69 6f |e another versio| 00001c90 6e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |n. | 00001ca0 61 74 20 73 6f 6d 65 20 70 6f 69 6e 74 20 75 73 |at some point us| 00001cb0 69 6e 67 20 64 69 72 65 63 74 20 73 63 72 65 65 |ing direct scree| 00001cc0 6e 20 61 63 63 65 73 73 2e 20 0a 0a 20 20 20 20 |n access. .. | 00001cd0 20 20 20 20 20 20 20 20 20 20 49 27 64 20 6c 69 | I'd li| 00001ce0 6b 65 20 74 6f 20 61 64 64 20 61 20 66 65 77 20 |ke to add a few | 00001cf0 6d 6f 72 65 20 73 61 76 65 72 73 20 62 65 66 6f |more savers befo| 00001d00 72 65 20 74 68 65 20 66 69 72 73 74 0a 20 20 20 |re the first. | 00001d10 20 20 20 20 20 20 20 20 20 20 20 72 65 6c 65 61 | relea| 00001d20 73 65 2c 20 70 72 6f 62 61 62 6c 79 20 73 6f 6d |se, probably som| 00001d30 65 74 68 69 6e 67 20 6c 69 6b 65 20 61 20 27 73 |ething like a 's| 00001d40 6f 75 6e 64 74 72 61 63 6b 65 72 20 56 55 6d 65 |oundtracker VUme| 00001d50 74 65 72 27 0a 20 20 20 20 20 20 20 20 20 20 20 |ter'. | 00001d60 20 20 20 61 6e 64 20 74 68 65 20 27 6d 61 6e 64 | and the 'mand| 00001d70 65 6c 62 72 6f 74 27 20 64 72 61 77 65 72 2e 20 |elbrot' drawer. | 00001d80 42 61 73 69 63 61 6c 6c 79 20 49 27 64 20 6c 69 |Basically I'd li| 00001d90 6b 65 20 74 6f 20 67 69 76 65 0a 20 20 20 20 20 |ke to give. | 00001da0 20 20 20 20 20 20 20 20 20 74 68 65 20 66 69 72 | the fir| 00001db0 73 74 20 72 65 6c 65 61 73 65 20 61 20 6c 61 72 |st release a lar| 00001dc0 67 65 20 6e 75 6d 62 65 72 20 6f 66 20 73 61 76 |ge number of sav| 00001dd0 65 72 73 20 6f 76 65 72 20 61 20 77 69 64 65 0a |ers over a wide.| 00001de0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 72 61 | ra| 00001df0 6e 67 65 20 6f 66 20 74 79 70 65 73 20 74 6f 20 |nge of types to | 00001e00 6b 65 65 70 20 70 65 6f 70 6c 65 73 20 69 6e 74 |keep peoples int| 00001e10 65 72 65 73 74 20 69 6e 20 44 61 72 6b 48 6f 72 |erest in DarkHor| 00001e20 73 65 2e 0a 0a 56 65 72 20 20 20 20 30 2e 39 35 |se...Ver 0.95| 00001e30 20 2d 20 0a 30 38 20 41 75 67 20 31 39 39 33 20 | - .08 Aug 1993 | 00001e40 2d 20 49 27 76 65 20 69 6d 70 72 6f 76 65 64 20 |- I've improved | 00001e50 74 68 65 20 70 75 7a 7a 6c 65 20 73 61 76 65 72 |the puzzle saver| 00001e60 2e 20 4e 6f 77 20 69 74 20 68 61 73 20 74 68 65 |. Now it has the| 00001e70 20 65 66 66 65 63 74 20 6f 66 0a 20 20 20 20 20 | effect of. | 00001e80 20 20 20 20 20 20 20 20 20 70 6c 69 6e 74 68 65 | plinthe| 00001e90 64 20 74 69 6c 65 73 20 77 68 69 63 68 20 73 6c |d tiles which sl| 00001ea0 69 64 65 20 61 72 6f 75 6e 64 2e 20 41 6e 20 61 |ide around. An a| 00001eb0 64 64 69 74 69 6f 6e 61 6c 20 61 72 67 75 6d 65 |dditional argume| 00001ec0 6e 74 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |nt. | 00001ed0 20 61 6c 6c 6f 77 73 20 74 68 65 20 75 73 65 72 | allows the user| 00001ee0 20 74 6f 20 63 68 6f 6f 73 65 20 77 68 65 74 68 | to choose wheth| 00001ef0 65 72 20 74 68 65 20 70 6c 69 6e 74 68 20 65 66 |er the plinth ef| 00001f00 66 65 63 74 20 69 73 20 77 61 6e 74 65 64 0a 20 |fect is wanted. | 00001f10 20 20 20 20 20 20 20 20 20 20 20 20 20 6f 72 20 | or | 00001f20 6e 6f 74 2e 0a 0a 56 65 72 20 20 20 20 30 2e 39 |not...Ver 0.9| 00001f30 39 20 2d 0a 30 39 20 41 75 67 20 31 39 39 33 20 |9 -.09 Aug 1993 | 00001f40 2d 20 54 68 65 20 73 61 76 65 72 20 69 73 20 6e |- The saver is n| 00001f50 6f 77 20 72 65 61 64 79 20 66 6f 72 20 69 74 27 |ow ready for it'| 00001f60 73 20 66 69 72 73 74 20 72 65 6c 65 61 73 65 2e |s first release.| 00001f70 20 54 68 65 20 70 72 6f 67 72 61 6d 0a 20 20 20 | The program. | 00001f80 20 20 20 20 20 20 20 20 20 20 20 68 61 73 20 62 | has b| 00001f90 65 65 6e 20 74 65 73 74 65 64 20 61 67 61 69 6e |een tested again| 00001fa0 2c 20 61 6e 64 20 69 74 20 72 75 6e 73 20 66 69 |, and it runs fi| 00001fb0 6e 65 2e 0a 0a 56 65 72 20 20 20 20 31 2e 30 30 |ne...Ver 1.00| 00001fc0 20 2d 0a 32 34 2d 41 75 67 2d 31 39 39 33 20 2d | -.24-Aug-1993 -| 00001fd0 20 41 20 6c 6f 74 20 6e 65 77 20 73 61 76 65 72 | A lot new saver| 00001fe0 73 2e 20 4e 65 77 20 53 61 76 65 72 20 66 6f 72 |s. New Saver for| 00001ff0 6d 61 74 20 61 6c 6c 6f 77 69 6e 67 20 6d 6f 72 |mat allowing mor| 00002000 65 20 61 64 76 65 6e 74 75 72 6f 75 73 0a 20 20 |e adventurous. | 00002010 20 20 20 20 20 20 20 20 20 20 20 20 73 61 76 65 | save| 00002020 72 73 20 74 6f 20 62 65 20 77 72 69 74 74 65 6e |rs to be written| 00002030 2c 20 6d 65 6d 6f 72 79 20 63 6c 61 69 6d 65 64 |, memory claimed| 00002040 20 6f 6e 20 72 75 6e 74 69 6d 65 2e 20 41 64 64 | on runtime. Add| 00002050 65 64 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |ed. | 00002060 20 62 65 74 74 65 72 20 65 72 72 6f 72 20 68 61 | better error ha| 00002070 6e 64 6c 69 6e 67 20 77 69 74 68 69 6e 20 44 61 |ndling within Da| 00002080 72 6b 48 6f 72 73 65 2e 0a 20 20 20 20 20 20 20 |rkHorse.. | 00002090 20 20 20 20 20 20 20 0a 56 65 72 20 20 20 20 31 | .Ver 1| 000020a0 2e 30 31 20 2d 20 0a 30 33 20 53 65 70 20 31 39 |.01 - .03 Sep 19| 000020b0 39 33 20 2d 20 45 73 73 65 6e 74 69 61 6c 20 62 |93 - Essential b| 000020c0 75 67 20 66 69 78 20 77 68 69 63 68 20 6f 6e 6c |ug fix which onl| 000020d0 79 20 6f 63 63 75 72 65 64 20 64 75 65 20 74 6f |y occured due to| 000020e0 20 61 20 73 69 6c 6c 79 20 6d 69 73 74 61 6b 65 | a silly mistake| 000020f0 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 77 |. w| 00002100 68 65 6e 20 75 70 64 61 74 69 6e 67 20 74 6f 20 |hen updating to | 00002110 31 2e 30 30 20 2d 20 44 61 72 6b 48 6f 72 73 65 |1.00 - DarkHorse| 00002120 20 64 69 64 6e 27 74 20 66 72 65 65 20 6d 65 6d | didn't free mem| 00002130 6f 72 79 20 70 72 6f 70 65 72 6c 79 2e 0a 20 20 |ory properly.. | 00002140 20 20 20 20 20 20 20 20 20 20 20 20 49 74 27 73 | It's| 00002150 20 61 6c 6c 20 66 69 78 65 64 20 6e 6f 77 2c 20 | all fixed now, | 00002160 74 68 65 20 50 44 20 6c 69 62 72 61 72 69 65 73 |the PD libraries| 00002170 20 61 72 65 20 6e 6f 77 20 74 6f 20 62 65 20 73 | are now to be s| 00002180 65 6e 74 20 61 20 6e 65 77 0a 20 20 20 20 20 20 |ent a new. | 00002190 20 20 20 20 20 20 20 20 76 65 72 73 69 6f 6e 20 | version | 000021a0 6a 75 73 74 20 64 61 79 73 20 61 66 74 65 72 20 |just days after | 000021b0 74 68 65 20 6c 61 73 74 2e 20 4e 6f 77 20 6f 76 |the last. Now ov| 000021c0 65 72 20 32 30 20 73 61 76 65 72 73 2e 20 54 68 |er 20 savers. Th| 000021d0 65 72 65 0a 20 20 20 20 20 20 20 20 20 20 20 20 |ere. | 000021e0 20 20 61 72 65 20 74 68 72 65 65 20 44 48 20 70 | are three DH p| 000021f0 61 63 6b 73 2e 0a 20 20 20 20 20 20 20 20 20 20 |acks.. | 00002200 20 20 20 20 0a 56 65 72 20 20 20 20 31 2e 30 32 | .Ver 1.02| 00002210 20 2d 20 0a 30 35 20 4f 63 74 20 31 39 39 33 20 | - .05 Oct 1993 | 00002220 2d 20 4d 61 64 65 20 61 20 66 65 77 20 75 6e 69 |- Made a few uni| 00002230 6d 70 6f 72 74 61 6e 74 20 73 6d 61 6c 6c 20 63 |mportant small c| 00002240 68 61 6e 67 65 73 2c 20 61 73 20 70 6f 69 6e 74 |hanges, as point| 00002250 65 64 20 6f 75 74 20 62 79 20 61 0a 20 20 20 20 |ed out by a. | 00002260 20 20 20 20 20 20 20 20 20 20 66 65 77 20 75 73 | few us| 00002270 65 72 73 20 2d 20 41 6e 64 20 49 20 74 68 69 6e |ers - And I thin| 00002280 6b 20 49 20 66 69 78 65 64 20 61 20 73 6d 61 6c |k I fixed a smal| 00002290 6c 20 70 72 6f 62 6c 65 6d 20 66 6f 72 20 75 73 |l problem for us| 000022a0 65 72 73 0a 20 20 20 20 20 20 20 20 20 20 20 20 |ers. | 000022b0 20 20 75 73 69 6e 67 20 74 68 65 20 68 69 72 65 | using the hire| 000022c0 73 20 63 6f 6c 6f 75 72 20 63 61 72 64 73 2e 20 |s colour cards. | 000022d0 54 68 65 20 6e 65 78 74 20 76 65 72 73 69 6f 6e |The next version| 000022e0 20 77 69 6c 6c 20 68 61 76 65 0a 20 20 20 20 20 | will have. | 000022f0 20 20 20 20 20 20 20 20 20 61 20 70 61 73 73 77 | a passw| 00002300 6f 72 64 20 66 61 63 69 6c 69 74 79 20 61 64 64 |ord facility add| 00002310 65 64 2e 0a 20 20 20 20 20 20 20 20 20 20 20 20 |ed.. | 00002320 20 20 0a 56 65 72 20 20 20 20 31 2e 30 32 20 2d | .Ver 1.02 -| 00002330 20 0a 31 38 20 4f 63 74 20 31 39 39 33 20 2d 20 | .18 Oct 1993 - | 00002340 4e 6f 77 20 74 68 65 72 65 20 61 72 65 20 6f 76 |Now there are ov| 00002350 65 72 20 33 30 20 73 61 76 65 72 73 2e 20 49 27 |er 30 savers. I'| 00002360 76 65 20 61 64 64 65 64 20 73 6f 6d 65 20 6b 65 |ve added some ke| 00002370 79 62 6f 61 72 64 0a 20 20 20 20 20 20 20 20 20 |yboard. | 00002380 20 20 20 20 20 73 68 6f 72 74 63 75 74 73 20 61 | shortcuts a| 00002390 6e 64 20 61 6c 6c 6f 77 65 64 20 74 68 65 20 6f |nd allowed the o| 000023a0 70 74 69 6f 6e 20 74 6f 20 72 65 6d 6f 76 65 20 |ption to remove | 000023b0 74 68 65 20 44 61 72 6b 48 6f 72 73 65 0a 20 20 |the DarkHorse. | 000023c0 20 20 20 20 20 20 20 20 20 20 20 20 69 63 6f 6e | icon| 000023d0 20 66 72 6f 6d 20 74 68 65 20 69 63 6f 6e 20 62 | from the icon b| 000023e0 61 72 2e 20 49 27 76 65 20 72 65 6d 6f 76 65 64 |ar. I've removed| 000023f0 20 74 68 65 20 27 6f 70 74 69 6f 6e 73 27 20 63 | the 'options' c| 00002400 68 6f 69 63 65 0a 20 20 20 20 20 20 20 20 20 20 |hoice. | 00002410 20 20 20 20 66 72 6f 6d 20 74 68 65 20 69 63 6f | from the ico| 00002420 6e 62 61 72 20 6d 65 6e 75 20 61 73 20 69 74 20 |nbar menu as it | 00002430 63 6f 6e 66 75 73 65 64 20 70 65 6f 70 6c 65 2e |confused people.| 00002440 20 49 27 6d 20 77 6f 72 6b 69 6e 67 0a 20 20 20 | I'm working. | 00002450 20 20 20 20 20 20 20 20 20 20 20 6f 6e 20 74 68 | on th| 00002460 65 20 70 61 73 73 77 6f 72 64 20 73 79 73 74 65 |e password syste| 00002470 6d 20 6e 6f 77 2e 0a 20 20 20 20 20 20 20 20 20 |m now.. | 00002480 20 20 20 20 20 0a 56 65 72 20 20 20 20 31 2e 30 | .Ver 1.0| 00002490 33 20 2d 0a 32 33 20 4f 63 74 20 31 39 39 33 20 |3 -.23 Oct 1993 | 000024a0 2d 20 50 61 73 73 77 6f 72 64 20 6f 70 74 69 6f |- Password optio| 000024b0 6e 20 69 73 20 61 64 64 65 64 2e 20 0a 0a 56 65 |n is added. ..Ve| 000024c0 72 20 20 20 20 31 2e 30 34 20 2d 0a 30 31 20 4a |r 1.04 -.01 J| 000024d0 61 6e 20 31 39 39 34 20 2d 20 50 61 73 73 77 6f |an 1994 - Passwo| 000024e0 72 64 20 74 69 6d 65 6f 75 74 20 61 64 64 65 64 |rd timeout added| 000024f0 2e 20 4e 6f 77 20 79 6f 75 20 68 61 76 65 20 31 |. Now you have 1| 00002500 30 20 73 65 63 6f 6e 64 73 20 70 65 72 0a 20 20 |0 seconds per. | 00002510 20 20 20 20 20 20 20 20 20 20 20 20 63 68 61 72 | char| 00002520 61 63 74 65 72 20 6f 66 20 74 68 65 20 70 61 73 |acter of the pas| 00002530 73 77 6f 72 64 20 2d 20 74 68 69 73 20 65 6e 73 |sword - this ens| 00002540 75 72 65 73 20 61 20 73 61 76 65 72 20 64 6f 65 |ures a saver doe| 00002550 73 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |s. | 00002560 6e 6f 74 20 73 74 6f 70 20 63 6f 6d 70 6c 65 74 |not stop complet| 00002570 65 6c 79 2e 20 41 6c 73 6f 2c 20 74 68 65 20 73 |ely. Also, the s| 00002580 70 72 69 74 65 73 20 66 6f 72 20 27 6f 70 74 27 |prites for 'opt'| 00002590 20 68 61 76 65 20 62 65 65 6e 0a 20 20 20 20 20 | have been. | 000025a0 20 20 20 20 20 20 20 20 20 63 68 61 6e 67 65 64 | changed| 000025b0 2c 20 74 68 65 79 20 6e 6f 77 20 75 73 65 20 74 |, they now use t| 000025c0 68 65 20 21 4e 65 77 4c 6f 6f 6b 20 6f 6e 65 73 |he !NewLook ones| 000025d0 2e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |.. | 000025e0 0a 56 65 72 20 20 20 20 31 2e 30 35 20 2d 0a 30 |.Ver 1.05 -.0| 000025f0 31 20 46 65 62 20 31 39 39 34 20 2d 20 54 68 65 |1 Feb 1994 - The| 00002600 20 27 53 61 76 65 27 20 6f 70 74 69 6f 6e 20 6e | 'Save' option n| 00002610 6f 77 20 61 6c 73 6f 20 73 61 76 65 73 20 74 68 |ow also saves th| 00002620 65 20 69 63 6f 6e 62 61 72 20 73 65 74 74 69 6e |e iconbar settin| 00002630 67 2e 20 4e 6f 77 0a 20 20 20 20 20 20 20 20 20 |g. Now. | 00002640 20 20 20 20 20 79 6f 75 20 63 61 6e 20 6c 6f 61 | you can loa| 00002650 64 20 44 61 72 6b 48 6f 72 73 65 20 77 69 74 68 |d DarkHorse with| 00002660 20 6e 6f 20 69 63 6f 6e 20 6f 6e 20 74 68 65 20 | no icon on the | 00002670 69 63 6f 6e 62 61 72 2e 20 55 73 65 66 75 6c 0a |iconbar. Useful.| 00002680 20 20 20 20 20 20 20 20 20 20 20 20 20 20 69 66 | if| 00002690 20 79 6f 75 20 77 61 6e 74 20 74 6f 20 70 75 74 | you want to put| 000026a0 20 69 74 20 69 6e 20 79 6f 75 72 20 21 62 6f 6f | it in your !boo| 000026b0 74 20 73 65 71 75 65 6e 63 65 2c 20 61 6e 64 20 |t sequence, and | 000026c0 64 6f 6e 27 74 20 0a 20 20 20 20 20 20 20 20 20 |don't . | 000026d0 20 20 20 20 20 77 61 6e 74 20 74 6f 20 77 6f 72 | want to wor| 000026e0 72 79 20 61 62 6f 75 74 20 73 65 74 74 69 6e 67 |ry about setting| 000026f0 20 44 61 72 6b 48 6f 72 73 65 20 6f 6e 20 6c 6f | DarkHorse on lo| 00002700 61 64 75 70 2e 0a |adup..| 00002706