Home » Archimedes archive » Micro User » MU 1991-04.adf » PD-Stuff » !ModeInfo/Docs/Guide
!ModeInfo/Docs/Guide
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 » Micro User » MU 1991-04.adf » PD-Stuff |
Filename: | !ModeInfo/Docs/Guide |
Read OK: | ✔ |
File size: | 0DDC bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
_______________________________________________________________________________ ModeInfo 1.03 (RISCWARE) ------------------------------- This program is PUBLIC DOMAIN Version date : 04 Oct 1990 ------------------------------- ---------------- - Introduction - ---------------- ModeInfo gives extensive information about screen modes, either standard OS modes or extra modes that may be available in modules. -------------- - Info given - -------------- The information given is mainly VIDC information, such as the values for all important registers and their meanings, and some miscellaneous other things. Most of the information is self-explanatory. VIDC register values are shown 'corrected', i.e. they reflect 'pixels' and 'rasters' as appropiate, as detailed in the VIDC data sheets. The control register (&E0) information is the (hex) value of its lower byte and this is further split up into the resulting values for the pixel rate, bits per pixel, etc.. The horizontal and vertical scan frequencies and lengths of the horizontal and vertical sync pulses are calculated. All new modes in modules are based on OS modes. Wherever values for the new mode differ from the values for the base mode, the latter are shown behind the former in light grey. This makes it easy to examine what has been changed to construct the new mode. The value in light grey behind the mode number is the VIDC base mode (for non-OS modes). Unfortunately Acorn have put no SWI in RISCOS 2.00 to find out VIDC register settings for the standard OS modes. This forced me to search the OS ROM and use an obviously OS version dependant pointer to them. Therefore, this application does not currently work on any other OS than RISCOS 2.00. ------------------- - The application - ------------------- ModeInfo is a full RISCOS multitasking application, and will install itself on the iconbar when you double-click on the '!ModeInfo' application. The iconbar menu, popped up by clicking MENU on the iconbar icon, has the usual 'Info' and 'Quit' icons. By clicking with SELECT or ADJUST on the iconbar icon, the information window will pop up, and the current mode's information is shown. The 'Modes' icon gives access to a window in which all available modes are represented by icons. Icons for modes that are not currently available will be shaded. By clicking on a mode icon, the information window will be updated (or popped up) to show the selected mode's info. If modules with new modes are loaded after !ModeInfo (or if any modules are deleted/de-activated), the 'Modes' window will not correctly show the available modes. Simply click on the 'Modes' icon to re-scan them. If you have complaints, comments or bugs(!) to offer me, write to : John Kortink Middelhuisstr. 17 7482 EL Haaksbergen The Netherlands New versions are available from the same address : just send some money to cover postage and a self-addressed envelope containing a 3.5" disc. You will then also receive the latest versions of several other Zeridajh applications. _______________________________________________________________________________ !!! NOTE !!! You may NOT change this application or use ANY part of it in other products without my approval. You may spread it freely (with *ALL* files included), but not for any profit. This software is provided 'as is'. Using it is entirely at your own risk. _______________________________________________________________________________
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 5f 5f 5f 5f 0a |_______________.| 00000050 0a 4d 6f 64 65 49 6e 66 6f 20 31 2e 30 33 20 28 |.ModeInfo 1.03 (| 00000060 52 49 53 43 57 41 52 45 29 20 20 20 20 20 20 20 |RISCWARE) | 00000070 20 20 20 20 20 20 20 20 20 20 20 20 20 20 2d 2d | --| 00000080 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000090 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 20 20 |-------------. | 000000a0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000000c0 20 20 20 20 20 20 20 20 20 20 20 20 54 68 69 73 | This| 000000d0 20 70 72 6f 67 72 61 6d 20 69 73 20 50 55 42 4c | program is PUBL| 000000e0 49 43 20 44 4f 4d 41 49 4e 0a 56 65 72 73 69 6f |IC DOMAIN.Versio| 000000f0 6e 20 64 61 74 65 20 3a 20 30 34 20 4f 63 74 20 |n date : 04 Oct | 00000100 31 39 39 30 20 20 20 20 20 20 20 20 20 20 20 20 |1990 | 00000110 20 20 20 20 20 20 20 2d 2d 2d 2d 2d 2d 2d 2d 2d | ---------| 00000120 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000130 2d 2d 2d 2d 2d 2d 0a 0a 2d 2d 2d 2d 2d 2d 2d 2d |------..--------| 00000140 2d 2d 2d 2d 2d 2d 2d 2d 0a 2d 20 49 6e 74 72 6f |--------.- Intro| 00000150 64 75 63 74 69 6f 6e 20 2d 0a 2d 2d 2d 2d 2d 2d |duction -.------| 00000160 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 4d 6f 64 65 |----------..Mode| 00000170 49 6e 66 6f 20 67 69 76 65 73 20 65 78 74 65 6e |Info gives exten| 00000180 73 69 76 65 20 69 6e 66 6f 72 6d 61 74 69 6f 6e |sive information| 00000190 20 61 62 6f 75 74 20 73 63 72 65 65 6e 20 6d 6f | about screen mo| 000001a0 64 65 73 2c 20 65 69 74 68 65 72 20 73 74 61 6e |des, either stan| 000001b0 64 61 72 64 20 4f 53 0a 6d 6f 64 65 73 20 6f 72 |dard OS.modes or| 000001c0 20 65 78 74 72 61 20 6d 6f 64 65 73 20 74 68 61 | extra modes tha| 000001d0 74 20 6d 61 79 20 62 65 20 61 76 61 69 6c 61 62 |t may be availab| 000001e0 6c 65 20 69 6e 20 6d 6f 64 75 6c 65 73 2e 0a 0a |le in modules...| 000001f0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 2d |--------------.-| 00000200 20 49 6e 66 6f 20 67 69 76 65 6e 20 2d 0a 2d 2d | Info given -.--| 00000210 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 54 68 |------------..Th| 00000220 65 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 20 67 69 |e information gi| 00000230 76 65 6e 20 69 73 20 6d 61 69 6e 6c 79 20 56 49 |ven is mainly VI| 00000240 44 43 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 2c 20 |DC information, | 00000250 73 75 63 68 20 61 73 20 74 68 65 20 76 61 6c 75 |such as the valu| 00000260 65 73 20 66 6f 72 20 61 6c 6c 0a 69 6d 70 6f 72 |es for all.impor| 00000270 74 61 6e 74 20 72 65 67 69 73 74 65 72 73 20 61 |tant registers a| 00000280 6e 64 20 74 68 65 69 72 20 6d 65 61 6e 69 6e 67 |nd their meaning| 00000290 73 2c 20 61 6e 64 20 73 6f 6d 65 20 6d 69 73 63 |s, and some misc| 000002a0 65 6c 6c 61 6e 65 6f 75 73 20 6f 74 68 65 72 20 |ellaneous other | 000002b0 74 68 69 6e 67 73 2e 0a 4d 6f 73 74 20 6f 66 20 |things..Most of | 000002c0 74 68 65 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 20 |the information | 000002d0 69 73 20 73 65 6c 66 2d 65 78 70 6c 61 6e 61 74 |is self-explanat| 000002e0 6f 72 79 2e 0a 0a 56 49 44 43 20 72 65 67 69 73 |ory...VIDC regis| 000002f0 74 65 72 20 76 61 6c 75 65 73 20 61 72 65 20 73 |ter values are s| 00000300 68 6f 77 6e 20 27 63 6f 72 72 65 63 74 65 64 27 |hown 'corrected'| 00000310 2c 20 69 2e 65 2e 20 74 68 65 79 20 72 65 66 6c |, i.e. they refl| 00000320 65 63 74 20 27 70 69 78 65 6c 73 27 20 61 6e 64 |ect 'pixels' and| 00000330 0a 27 72 61 73 74 65 72 73 27 20 61 73 20 61 70 |.'rasters' as ap| 00000340 70 72 6f 70 69 61 74 65 2c 20 61 73 20 64 65 74 |propiate, as det| 00000350 61 69 6c 65 64 20 69 6e 20 74 68 65 20 56 49 44 |ailed in the VID| 00000360 43 20 64 61 74 61 20 73 68 65 65 74 73 2e 20 54 |C data sheets. T| 00000370 68 65 20 63 6f 6e 74 72 6f 6c 0a 72 65 67 69 73 |he control.regis| 00000380 74 65 72 20 28 26 45 30 29 20 69 6e 66 6f 72 6d |ter (&E0) inform| 00000390 61 74 69 6f 6e 20 69 73 20 74 68 65 20 28 68 65 |ation is the (he| 000003a0 78 29 20 76 61 6c 75 65 20 6f 66 20 69 74 73 20 |x) value of its | 000003b0 6c 6f 77 65 72 20 62 79 74 65 20 61 6e 64 20 74 |lower byte and t| 000003c0 68 69 73 20 69 73 0a 66 75 72 74 68 65 72 20 73 |his is.further s| 000003d0 70 6c 69 74 20 75 70 20 69 6e 74 6f 20 74 68 65 |plit up into the| 000003e0 20 72 65 73 75 6c 74 69 6e 67 20 76 61 6c 75 65 | resulting value| 000003f0 73 20 66 6f 72 20 74 68 65 20 70 69 78 65 6c 20 |s for the pixel | 00000400 72 61 74 65 2c 20 62 69 74 73 20 70 65 72 20 70 |rate, bits per p| 00000410 69 78 65 6c 2c 0a 65 74 63 2e 2e 0a 0a 54 68 65 |ixel,.etc....The| 00000420 20 68 6f 72 69 7a 6f 6e 74 61 6c 20 61 6e 64 20 | horizontal and | 00000430 76 65 72 74 69 63 61 6c 20 73 63 61 6e 20 66 72 |vertical scan fr| 00000440 65 71 75 65 6e 63 69 65 73 20 61 6e 64 20 6c 65 |equencies and le| 00000450 6e 67 74 68 73 20 6f 66 20 74 68 65 20 68 6f 72 |ngths of the hor| 00000460 69 7a 6f 6e 74 61 6c 0a 61 6e 64 20 76 65 72 74 |izontal.and vert| 00000470 69 63 61 6c 20 73 79 6e 63 20 70 75 6c 73 65 73 |ical sync pulses| 00000480 20 61 72 65 20 63 61 6c 63 75 6c 61 74 65 64 2e | are calculated.| 00000490 0a 0a 41 6c 6c 20 6e 65 77 20 6d 6f 64 65 73 20 |..All new modes | 000004a0 69 6e 20 6d 6f 64 75 6c 65 73 20 61 72 65 20 62 |in modules are b| 000004b0 61 73 65 64 20 6f 6e 20 4f 53 20 6d 6f 64 65 73 |ased on OS modes| 000004c0 2e 20 57 68 65 72 65 76 65 72 20 76 61 6c 75 65 |. Wherever value| 000004d0 73 20 66 6f 72 20 74 68 65 20 6e 65 77 0a 6d 6f |s for the new.mo| 000004e0 64 65 20 64 69 66 66 65 72 20 66 72 6f 6d 20 74 |de differ from t| 000004f0 68 65 20 76 61 6c 75 65 73 20 66 6f 72 20 74 68 |he values for th| 00000500 65 20 62 61 73 65 20 6d 6f 64 65 2c 20 74 68 65 |e base mode, the| 00000510 20 6c 61 74 74 65 72 20 61 72 65 20 73 68 6f 77 | latter are show| 00000520 6e 20 62 65 68 69 6e 64 0a 74 68 65 20 66 6f 72 |n behind.the for| 00000530 6d 65 72 20 69 6e 20 6c 69 67 68 74 20 67 72 65 |mer in light gre| 00000540 79 2e 20 54 68 69 73 20 6d 61 6b 65 73 20 69 74 |y. This makes it| 00000550 20 65 61 73 79 20 74 6f 20 65 78 61 6d 69 6e 65 | easy to examine| 00000560 20 77 68 61 74 20 68 61 73 20 62 65 65 6e 20 63 | what has been c| 00000570 68 61 6e 67 65 64 0a 74 6f 20 63 6f 6e 73 74 72 |hanged.to constr| 00000580 75 63 74 20 74 68 65 20 6e 65 77 20 6d 6f 64 65 |uct the new mode| 00000590 2e 20 54 68 65 20 76 61 6c 75 65 20 69 6e 20 6c |. The value in l| 000005a0 69 67 68 74 20 67 72 65 79 20 62 65 68 69 6e 64 |ight grey behind| 000005b0 20 74 68 65 20 6d 6f 64 65 20 6e 75 6d 62 65 72 | the mode number| 000005c0 20 69 73 0a 74 68 65 20 56 49 44 43 20 62 61 73 | is.the VIDC bas| 000005d0 65 20 6d 6f 64 65 20 28 66 6f 72 20 6e 6f 6e 2d |e mode (for non-| 000005e0 4f 53 20 6d 6f 64 65 73 29 2e 0a 0a 55 6e 66 6f |OS modes)...Unfo| 000005f0 72 74 75 6e 61 74 65 6c 79 20 41 63 6f 72 6e 20 |rtunately Acorn | 00000600 68 61 76 65 20 70 75 74 20 6e 6f 20 53 57 49 20 |have put no SWI | 00000610 69 6e 20 52 49 53 43 4f 53 20 32 2e 30 30 20 74 |in RISCOS 2.00 t| 00000620 6f 20 66 69 6e 64 20 6f 75 74 20 56 49 44 43 20 |o find out VIDC | 00000630 72 65 67 69 73 74 65 72 0a 73 65 74 74 69 6e 67 |register.setting| 00000640 73 20 66 6f 72 20 74 68 65 20 73 74 61 6e 64 61 |s for the standa| 00000650 72 64 20 4f 53 20 6d 6f 64 65 73 2e 20 54 68 69 |rd OS modes. Thi| 00000660 73 20 66 6f 72 63 65 64 20 6d 65 20 74 6f 20 73 |s forced me to s| 00000670 65 61 72 63 68 20 74 68 65 20 4f 53 20 52 4f 4d |earch the OS ROM| 00000680 20 61 6e 64 0a 75 73 65 20 61 6e 20 6f 62 76 69 | and.use an obvi| 00000690 6f 75 73 6c 79 20 4f 53 20 76 65 72 73 69 6f 6e |ously OS version| 000006a0 20 64 65 70 65 6e 64 61 6e 74 20 70 6f 69 6e 74 | dependant point| 000006b0 65 72 20 74 6f 20 74 68 65 6d 2e 20 54 68 65 72 |er to them. Ther| 000006c0 65 66 6f 72 65 2c 20 74 68 69 73 0a 61 70 70 6c |efore, this.appl| 000006d0 69 63 61 74 69 6f 6e 20 64 6f 65 73 20 6e 6f 74 |ication does not| 000006e0 20 63 75 72 72 65 6e 74 6c 79 20 77 6f 72 6b 20 | currently work | 000006f0 6f 6e 20 61 6e 79 20 6f 74 68 65 72 20 4f 53 20 |on any other OS | 00000700 74 68 61 6e 20 52 49 53 43 4f 53 20 32 2e 30 30 |than RISCOS 2.00| 00000710 2e 0a 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |...-------------| 00000720 2d 2d 2d 2d 2d 2d 0a 2d 20 54 68 65 20 61 70 70 |------.- The app| 00000730 6c 69 63 61 74 69 6f 6e 20 2d 0a 2d 2d 2d 2d 2d |lication -.-----| 00000740 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a |--------------..| 00000750 4d 6f 64 65 49 6e 66 6f 20 69 73 20 61 20 66 75 |ModeInfo is a fu| 00000760 6c 6c 20 52 49 53 43 4f 53 20 6d 75 6c 74 69 74 |ll RISCOS multit| 00000770 61 73 6b 69 6e 67 20 61 70 70 6c 69 63 61 74 69 |asking applicati| 00000780 6f 6e 2c 20 61 6e 64 20 77 69 6c 6c 20 69 6e 73 |on, and will ins| 00000790 74 61 6c 6c 20 69 74 73 65 6c 66 0a 6f 6e 20 74 |tall itself.on t| 000007a0 68 65 20 69 63 6f 6e 62 61 72 20 77 68 65 6e 20 |he iconbar when | 000007b0 79 6f 75 20 64 6f 75 62 6c 65 2d 63 6c 69 63 6b |you double-click| 000007c0 20 6f 6e 20 74 68 65 20 27 21 4d 6f 64 65 49 6e | on the '!ModeIn| 000007d0 66 6f 27 20 61 70 70 6c 69 63 61 74 69 6f 6e 2e |fo' application.| 000007e0 0a 0a 54 68 65 20 69 63 6f 6e 62 61 72 20 6d 65 |..The iconbar me| 000007f0 6e 75 2c 20 70 6f 70 70 65 64 20 75 70 20 62 79 |nu, popped up by| 00000800 20 63 6c 69 63 6b 69 6e 67 20 4d 45 4e 55 20 6f | clicking MENU o| 00000810 6e 20 74 68 65 20 69 63 6f 6e 62 61 72 20 69 63 |n the iconbar ic| 00000820 6f 6e 2c 20 68 61 73 20 74 68 65 0a 75 73 75 61 |on, has the.usua| 00000830 6c 20 27 49 6e 66 6f 27 20 61 6e 64 20 27 51 75 |l 'Info' and 'Qu| 00000840 69 74 27 20 69 63 6f 6e 73 2e 0a 0a 42 79 20 63 |it' icons...By c| 00000850 6c 69 63 6b 69 6e 67 20 77 69 74 68 20 53 45 4c |licking with SEL| 00000860 45 43 54 20 6f 72 20 41 44 4a 55 53 54 20 6f 6e |ECT or ADJUST on| 00000870 20 74 68 65 20 69 63 6f 6e 62 61 72 20 69 63 6f | the iconbar ico| 00000880 6e 2c 20 74 68 65 20 69 6e 66 6f 72 6d 61 74 69 |n, the informati| 00000890 6f 6e 20 77 69 6e 64 6f 77 0a 77 69 6c 6c 20 70 |on window.will p| 000008a0 6f 70 20 75 70 2c 20 61 6e 64 20 74 68 65 20 63 |op up, and the c| 000008b0 75 72 72 65 6e 74 20 6d 6f 64 65 27 73 20 69 6e |urrent mode's in| 000008c0 66 6f 72 6d 61 74 69 6f 6e 20 69 73 20 73 68 6f |formation is sho| 000008d0 77 6e 2e 0a 0a 54 68 65 20 27 4d 6f 64 65 73 27 |wn...The 'Modes'| 000008e0 20 69 63 6f 6e 20 67 69 76 65 73 20 61 63 63 65 | icon gives acce| 000008f0 73 73 20 74 6f 20 61 20 77 69 6e 64 6f 77 20 69 |ss to a window i| 00000900 6e 20 77 68 69 63 68 20 61 6c 6c 20 61 76 61 69 |n which all avai| 00000910 6c 61 62 6c 65 20 6d 6f 64 65 73 20 61 72 65 0a |lable modes are.| 00000920 72 65 70 72 65 73 65 6e 74 65 64 20 62 79 20 69 |represented by i| 00000930 63 6f 6e 73 2e 20 49 63 6f 6e 73 20 66 6f 72 20 |cons. Icons for | 00000940 6d 6f 64 65 73 20 74 68 61 74 20 61 72 65 20 6e |modes that are n| 00000950 6f 74 20 63 75 72 72 65 6e 74 6c 79 20 61 76 61 |ot currently ava| 00000960 69 6c 61 62 6c 65 20 77 69 6c 6c 0a 62 65 20 73 |ilable will.be s| 00000970 68 61 64 65 64 2e 20 42 79 20 63 6c 69 63 6b 69 |haded. By clicki| 00000980 6e 67 20 6f 6e 20 61 20 6d 6f 64 65 20 69 63 6f |ng on a mode ico| 00000990 6e 2c 20 74 68 65 20 69 6e 66 6f 72 6d 61 74 69 |n, the informati| 000009a0 6f 6e 20 77 69 6e 64 6f 77 20 77 69 6c 6c 20 62 |on window will b| 000009b0 65 20 75 70 64 61 74 65 64 0a 28 6f 72 20 70 6f |e updated.(or po| 000009c0 70 70 65 64 20 75 70 29 20 74 6f 20 73 68 6f 77 |pped up) to show| 000009d0 20 74 68 65 20 73 65 6c 65 63 74 65 64 20 6d 6f | the selected mo| 000009e0 64 65 27 73 20 69 6e 66 6f 2e 0a 0a 49 66 20 6d |de's info...If m| 000009f0 6f 64 75 6c 65 73 20 77 69 74 68 20 6e 65 77 20 |odules with new | 00000a00 6d 6f 64 65 73 20 61 72 65 20 6c 6f 61 64 65 64 |modes are loaded| 00000a10 20 61 66 74 65 72 20 21 4d 6f 64 65 49 6e 66 6f | after !ModeInfo| 00000a20 20 28 6f 72 20 69 66 20 61 6e 79 20 6d 6f 64 75 | (or if any modu| 00000a30 6c 65 73 20 61 72 65 0a 64 65 6c 65 74 65 64 2f |les are.deleted/| 00000a40 64 65 2d 61 63 74 69 76 61 74 65 64 29 2c 20 74 |de-activated), t| 00000a50 68 65 20 27 4d 6f 64 65 73 27 20 77 69 6e 64 6f |he 'Modes' windo| 00000a60 77 20 77 69 6c 6c 20 6e 6f 74 20 63 6f 72 72 65 |w will not corre| 00000a70 63 74 6c 79 20 73 68 6f 77 20 74 68 65 20 61 76 |ctly show the av| 00000a80 61 69 6c 61 62 6c 65 0a 6d 6f 64 65 73 2e 20 53 |ailable.modes. S| 00000a90 69 6d 70 6c 79 20 63 6c 69 63 6b 20 6f 6e 20 74 |imply click on t| 00000aa0 68 65 20 27 4d 6f 64 65 73 27 20 69 63 6f 6e 20 |he 'Modes' icon | 00000ab0 74 6f 20 72 65 2d 73 63 61 6e 20 74 68 65 6d 2e |to re-scan them.| 00000ac0 0a 0a 49 66 20 79 6f 75 20 68 61 76 65 20 63 6f |..If you have co| 00000ad0 6d 70 6c 61 69 6e 74 73 2c 20 63 6f 6d 6d 65 6e |mplaints, commen| 00000ae0 74 73 20 6f 72 20 62 75 67 73 28 21 29 20 74 6f |ts or bugs(!) to| 00000af0 20 6f 66 66 65 72 20 6d 65 2c 20 77 72 69 74 65 | offer me, write| 00000b00 20 74 6f 20 3a 0a 0a 4a 6f 68 6e 20 4b 6f 72 74 | to :..John Kort| 00000b10 69 6e 6b 0a 4d 69 64 64 65 6c 68 75 69 73 73 74 |ink.Middelhuisst| 00000b20 72 2e 20 31 37 0a 37 34 38 32 20 45 4c 20 48 61 |r. 17.7482 EL Ha| 00000b30 61 6b 73 62 65 72 67 65 6e 0a 54 68 65 20 4e 65 |aksbergen.The Ne| 00000b40 74 68 65 72 6c 61 6e 64 73 0a 0a 4e 65 77 20 76 |therlands..New v| 00000b50 65 72 73 69 6f 6e 73 20 61 72 65 20 61 76 61 69 |ersions are avai| 00000b60 6c 61 62 6c 65 20 66 72 6f 6d 20 74 68 65 20 73 |lable from the s| 00000b70 61 6d 65 20 61 64 64 72 65 73 73 20 3a 20 6a 75 |ame address : ju| 00000b80 73 74 20 73 65 6e 64 20 73 6f 6d 65 20 6d 6f 6e |st send some mon| 00000b90 65 79 0a 74 6f 20 63 6f 76 65 72 20 70 6f 73 74 |ey.to cover post| 00000ba0 61 67 65 20 61 6e 64 20 61 20 73 65 6c 66 2d 61 |age and a self-a| 00000bb0 64 64 72 65 73 73 65 64 20 65 6e 76 65 6c 6f 70 |ddressed envelop| 00000bc0 65 20 63 6f 6e 74 61 69 6e 69 6e 67 20 61 20 33 |e containing a 3| 00000bd0 2e 35 22 20 64 69 73 63 2e 0a 59 6f 75 20 77 69 |.5" disc..You wi| 00000be0 6c 6c 20 74 68 65 6e 20 61 6c 73 6f 20 72 65 63 |ll then also rec| 00000bf0 65 69 76 65 20 74 68 65 20 6c 61 74 65 73 74 20 |eive the latest | 00000c00 76 65 72 73 69 6f 6e 73 20 6f 66 20 73 65 76 65 |versions of seve| 00000c10 72 61 6c 20 6f 74 68 65 72 20 5a 65 72 69 64 61 |ral other Zerida| 00000c20 6a 68 0a 61 70 70 6c 69 63 61 74 69 6f 6e 73 2e |jh.applications.| 00000c30 0a 0a 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |..______________| 00000c40 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 00000c80 5f 0a 0a 21 21 21 20 4e 4f 54 45 20 21 21 21 0a |_..!!! NOTE !!!.| 00000c90 0a 59 6f 75 20 6d 61 79 20 4e 4f 54 20 63 68 61 |.You may NOT cha| 00000ca0 6e 67 65 20 74 68 69 73 20 61 70 70 6c 69 63 61 |nge this applica| 00000cb0 74 69 6f 6e 20 6f 72 20 75 73 65 20 41 4e 59 20 |tion or use ANY | 00000cc0 70 61 72 74 20 6f 66 20 69 74 20 69 6e 20 6f 74 |part of it in ot| 00000cd0 68 65 72 20 70 72 6f 64 75 63 74 73 0a 77 69 74 |her products.wit| 00000ce0 68 6f 75 74 20 6d 79 20 61 70 70 72 6f 76 61 6c |hout my approval| 00000cf0 2e 20 59 6f 75 20 6d 61 79 20 73 70 72 65 61 64 |. You may spread| 00000d00 20 69 74 20 66 72 65 65 6c 79 20 28 77 69 74 68 | it freely (with| 00000d10 20 2a 41 4c 4c 2a 20 66 69 6c 65 73 20 69 6e 63 | *ALL* files inc| 00000d20 6c 75 64 65 64 29 2c 20 62 75 74 0a 6e 6f 74 20 |luded), but.not | 00000d30 66 6f 72 20 61 6e 79 20 70 72 6f 66 69 74 2e 20 |for any profit. | 00000d40 54 68 69 73 20 73 6f 66 74 77 61 72 65 20 69 73 |This software is| 00000d50 20 70 72 6f 76 69 64 65 64 20 27 61 73 20 69 73 | provided 'as is| 00000d60 27 2e 20 55 73 69 6e 67 20 69 74 20 69 73 20 65 |'. Using it is e| 00000d70 6e 74 69 72 65 6c 79 20 61 74 0a 79 6f 75 72 20 |ntirely at.your | 00000d80 6f 77 6e 20 72 69 73 6b 2e 0a 0a 5f 5f 5f 5f 5f |own risk..._____| 00000d90 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f |________________| * 00000dd0 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 0a 0a |__________..| 00000ddc