Home » Archimedes archive » Acorn User » AU 1998-04 A.adf » PD » Johnson/MultiShow/!Multishow/Docs/History

Johnson/MultiShow/!Multishow/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 1998-04 A.adf » PD
Filename: Johnson/MultiShow/!Multishow/Docs/History
Read OK:
File size: 0C4C bytes
Load address: 0000
Exec address: 0000
File contents
                                MULTISHOW
                                =========

                        Written by Paul F Johnson
                            and David Jackson

HISTORY
-------

Here is another one of those blindingly dull history files which chronical
how the program go to be this way.

Vsn 1.33 - Added error trapping routines. Changed the information window
           so it would always appear the correct size.

Vsn 1.32 - Found an annoying bug in the reset routine. Changed the display
           routine so that the picture number was displayed as well as the
           number of filenames stored.

Vsn 1.31 - Fixed a huge problem with rendering Draw files (they didn't)!

Vsn 1.30 - Altered the code so the timer worked a bit better.

Vsn 1.28 - Re-wrote half the linking code as it was too long and suffered
           from Micro$ad syndrome (code bloat). Had to increase the
           wimpslot to 32k from 28k in Vsn 1.27
           
Vsn 1.27 - Added code so that the screen looked nicer. Redesigned the main
           window.

Vsn 1.25 - Added a save & load routine for favourite files, but scrapped it
           when I found it causing havoc with the loader.

Vsn 1.23 - Fixed bugs in the timer, sprite and draw handlers. Fiddled with
           the code so that the program was smaller (now needs 28k wimp
           slot). Did away with a GIF converter (using Gif2Sprite) as it 
           was causing more problems than it was worth - I must find a 
           decent way of converting (or rendering) a GIF file. Altered a 
           couple of null events. 
           
           
           

Vsn 1.22 - Fixed a window handler routine which failed once out of four 
           runs

Vsn 1.21 - Added code for the Instruction, History and Website buttons and
           procedures. Altered the loading system.

Vsn 1.20 - Reworked all the rendering routines into one routine and also 
           the filetype choosers and main loop routines into one routine 
           each. Boy, did it speed up the program!!!.
           
Vsn 1.15 - Fixed a multitude of bugs from 1.13. The jpeg renderer worked 
           now.

Vsn 1.13 - Rewrote part of the jpeg and sprite routines to speed them up. 
           Also attempted to use the dynamic areas, but dropped it as soon
           as it was obvious it wasn't worth the hassle!. Jigged the 
           windows a bit.
           
Vsn 1.10 - Introduced a proc so the window was always the correct size.

Vsn 1.08 - First compiled version which worked!. The timer didn't work, but
           then it still didn't until 1.21!!!!

Vsn 1.04 - The Draw and Sprite modules are now working, but for some reason
           would only work if the file was <32k. Fixed this problem.

Vsn 1.02 - Decided that the program should include Draw files, so bunged in
           the relevant code. The program compiled and prompty crashed when
           I tried to load in a file!
           

Vsn 1.00 - Needed a program to display jpegs and sprites from a multitude 
           of directories. Bingo - another job for Wonder WimpBasic!!!!

           
------------
PFJ
12.2.98
00000000  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000020  4d 55 4c 54 49 53 48 4f  57 0a 20 20 20 20 20 20  |MULTISHOW.      |
00000030  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000040  20 20 20 20 20 20 20 20  20 20 3d 3d 3d 3d 3d 3d  |          ======|
00000050  3d 3d 3d 0a 0a 20 20 20  20 20 20 20 20 20 20 20  |===..           |
00000060  20 20 20 20 20 20 20 20  20 20 20 20 20 57 72 69  |             Wri|
00000070  74 74 65 6e 20 62 79 20  50 61 75 6c 20 46 20 4a  |tten by Paul F J|
00000080  6f 68 6e 73 6f 6e 0a 20  20 20 20 20 20 20 20 20  |ohnson.         |
00000090  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000000a0  20 20 20 61 6e 64 20 44  61 76 69 64 20 4a 61 63  |   and David Jac|
000000b0  6b 73 6f 6e 0a 0a 48 49  53 54 4f 52 59 0a 2d 2d  |kson..HISTORY.--|
000000c0  2d 2d 2d 2d 2d 0a 0a 48  65 72 65 20 69 73 20 61  |-----..Here is a|
000000d0  6e 6f 74 68 65 72 20 6f  6e 65 20 6f 66 20 74 68  |nother one of th|
000000e0  6f 73 65 20 62 6c 69 6e  64 69 6e 67 6c 79 20 64  |ose blindingly d|
000000f0  75 6c 6c 20 68 69 73 74  6f 72 79 20 66 69 6c 65  |ull history file|
00000100  73 20 77 68 69 63 68 20  63 68 72 6f 6e 69 63 61  |s which chronica|
00000110  6c 0a 68 6f 77 20 74 68  65 20 70 72 6f 67 72 61  |l.how the progra|
00000120  6d 20 67 6f 20 74 6f 20  62 65 20 74 68 69 73 20  |m go to be this |
00000130  77 61 79 2e 0a 0a 56 73  6e 20 31 2e 33 33 20 2d  |way...Vsn 1.33 -|
00000140  20 41 64 64 65 64 20 65  72 72 6f 72 20 74 72 61  | Added error tra|
00000150  70 70 69 6e 67 20 72 6f  75 74 69 6e 65 73 2e 20  |pping routines. |
00000160  43 68 61 6e 67 65 64 20  74 68 65 20 69 6e 66 6f  |Changed the info|
00000170  72 6d 61 74 69 6f 6e 20  77 69 6e 64 6f 77 0a 20  |rmation window. |
00000180  20 20 20 20 20 20 20 20  20 20 73 6f 20 69 74 20  |          so it |
00000190  77 6f 75 6c 64 20 61 6c  77 61 79 73 20 61 70 70  |would always app|
000001a0  65 61 72 20 74 68 65 20  63 6f 72 72 65 63 74 20  |ear the correct |
000001b0  73 69 7a 65 2e 0a 0a 56  73 6e 20 31 2e 33 32 20  |size...Vsn 1.32 |
000001c0  2d 20 46 6f 75 6e 64 20  61 6e 20 61 6e 6e 6f 79  |- Found an annoy|
000001d0  69 6e 67 20 62 75 67 20  69 6e 20 74 68 65 20 72  |ing bug in the r|
000001e0  65 73 65 74 20 72 6f 75  74 69 6e 65 2e 20 43 68  |eset routine. Ch|
000001f0  61 6e 67 65 64 20 74 68  65 20 64 69 73 70 6c 61  |anged the displa|
00000200  79 0a 20 20 20 20 20 20  20 20 20 20 20 72 6f 75  |y.           rou|
00000210  74 69 6e 65 20 73 6f 20  74 68 61 74 20 74 68 65  |tine so that the|
00000220  20 70 69 63 74 75 72 65  20 6e 75 6d 62 65 72 20  | picture number |
00000230  77 61 73 20 64 69 73 70  6c 61 79 65 64 20 61 73  |was displayed as|
00000240  20 77 65 6c 6c 20 61 73  20 74 68 65 0a 20 20 20  | well as the.   |
00000250  20 20 20 20 20 20 20 20  6e 75 6d 62 65 72 20 6f  |        number o|
00000260  66 20 66 69 6c 65 6e 61  6d 65 73 20 73 74 6f 72  |f filenames stor|
00000270  65 64 2e 0a 0a 56 73 6e  20 31 2e 33 31 20 2d 20  |ed...Vsn 1.31 - |
00000280  46 69 78 65 64 20 61 20  68 75 67 65 20 70 72 6f  |Fixed a huge pro|
00000290  62 6c 65 6d 20 77 69 74  68 20 72 65 6e 64 65 72  |blem with render|
000002a0  69 6e 67 20 44 72 61 77  20 66 69 6c 65 73 20 28  |ing Draw files (|
000002b0  74 68 65 79 20 64 69 64  6e 27 74 29 21 0a 0a 56  |they didn't)!..V|
000002c0  73 6e 20 31 2e 33 30 20  2d 20 41 6c 74 65 72 65  |sn 1.30 - Altere|
000002d0  64 20 74 68 65 20 63 6f  64 65 20 73 6f 20 74 68  |d the code so th|
000002e0  65 20 74 69 6d 65 72 20  77 6f 72 6b 65 64 20 61  |e timer worked a|
000002f0  20 62 69 74 20 62 65 74  74 65 72 2e 0a 0a 56 73  | bit better...Vs|
00000300  6e 20 31 2e 32 38 20 2d  20 52 65 2d 77 72 6f 74  |n 1.28 - Re-wrot|
00000310  65 20 68 61 6c 66 20 74  68 65 20 6c 69 6e 6b 69  |e half the linki|
00000320  6e 67 20 63 6f 64 65 20  61 73 20 69 74 20 77 61  |ng code as it wa|
00000330  73 20 74 6f 6f 20 6c 6f  6e 67 20 61 6e 64 20 73  |s too long and s|
00000340  75 66 66 65 72 65 64 0a  20 20 20 20 20 20 20 20  |uffered.        |
00000350  20 20 20 66 72 6f 6d 20  4d 69 63 72 6f 24 61 64  |   from Micro$ad|
00000360  20 73 79 6e 64 72 6f 6d  65 20 28 63 6f 64 65 20  | syndrome (code |
00000370  62 6c 6f 61 74 29 2e 20  48 61 64 20 74 6f 20 69  |bloat). Had to i|
00000380  6e 63 72 65 61 73 65 20  74 68 65 0a 20 20 20 20  |ncrease the.    |
00000390  20 20 20 20 20 20 20 77  69 6d 70 73 6c 6f 74 20  |       wimpslot |
000003a0  74 6f 20 33 32 6b 20 66  72 6f 6d 20 32 38 6b 20  |to 32k from 28k |
000003b0  69 6e 20 56 73 6e 20 31  2e 32 37 0a 20 20 20 20  |in Vsn 1.27.    |
000003c0  20 20 20 20 20 20 20 0a  56 73 6e 20 31 2e 32 37  |       .Vsn 1.27|
000003d0  20 2d 20 41 64 64 65 64  20 63 6f 64 65 20 73 6f  | - Added code so|
000003e0  20 74 68 61 74 20 74 68  65 20 73 63 72 65 65 6e  | that the screen|
000003f0  20 6c 6f 6f 6b 65 64 20  6e 69 63 65 72 2e 20 52  | looked nicer. R|
00000400  65 64 65 73 69 67 6e 65  64 20 74 68 65 20 6d 61  |edesigned the ma|
00000410  69 6e 0a 20 20 20 20 20  20 20 20 20 20 20 77 69  |in.           wi|
00000420  6e 64 6f 77 2e 0a 0a 56  73 6e 20 31 2e 32 35 20  |ndow...Vsn 1.25 |
00000430  2d 20 41 64 64 65 64 20  61 20 73 61 76 65 20 26  |- Added a save &|
00000440  20 6c 6f 61 64 20 72 6f  75 74 69 6e 65 20 66 6f  | load routine fo|
00000450  72 20 66 61 76 6f 75 72  69 74 65 20 66 69 6c 65  |r favourite file|
00000460  73 2c 20 62 75 74 20 73  63 72 61 70 70 65 64 20  |s, but scrapped |
00000470  69 74 0a 20 20 20 20 20  20 20 20 20 20 20 77 68  |it.           wh|
00000480  65 6e 20 49 20 66 6f 75  6e 64 20 69 74 20 63 61  |en I found it ca|
00000490  75 73 69 6e 67 20 68 61  76 6f 63 20 77 69 74 68  |using havoc with|
000004a0  20 74 68 65 20 6c 6f 61  64 65 72 2e 0a 0a 56 73  | the loader...Vs|
000004b0  6e 20 31 2e 32 33 20 2d  20 46 69 78 65 64 20 62  |n 1.23 - Fixed b|
000004c0  75 67 73 20 69 6e 20 74  68 65 20 74 69 6d 65 72  |ugs in the timer|
000004d0  2c 20 73 70 72 69 74 65  20 61 6e 64 20 64 72 61  |, sprite and dra|
000004e0  77 20 68 61 6e 64 6c 65  72 73 2e 20 46 69 64 64  |w handlers. Fidd|
000004f0  6c 65 64 20 77 69 74 68  0a 20 20 20 20 20 20 20  |led with.       |
00000500  20 20 20 20 74 68 65 20  63 6f 64 65 20 73 6f 20  |    the code so |
00000510  74 68 61 74 20 74 68 65  20 70 72 6f 67 72 61 6d  |that the program|
00000520  20 77 61 73 20 73 6d 61  6c 6c 65 72 20 28 6e 6f  | was smaller (no|
00000530  77 20 6e 65 65 64 73 20  32 38 6b 20 77 69 6d 70  |w needs 28k wimp|
00000540  0a 20 20 20 20 20 20 20  20 20 20 20 73 6c 6f 74  |.           slot|
00000550  29 2e 20 44 69 64 20 61  77 61 79 20 77 69 74 68  |). Did away with|
00000560  20 61 20 47 49 46 20 63  6f 6e 76 65 72 74 65 72  | a GIF converter|
00000570  20 28 75 73 69 6e 67 20  47 69 66 32 53 70 72 69  | (using Gif2Spri|
00000580  74 65 29 20 61 73 20 69  74 20 0a 20 20 20 20 20  |te) as it .     |
00000590  20 20 20 20 20 20 77 61  73 20 63 61 75 73 69 6e  |      was causin|
000005a0  67 20 6d 6f 72 65 20 70  72 6f 62 6c 65 6d 73 20  |g more problems |
000005b0  74 68 61 6e 20 69 74 20  77 61 73 20 77 6f 72 74  |than it was wort|
000005c0  68 20 2d 20 49 20 6d 75  73 74 20 66 69 6e 64 20  |h - I must find |
000005d0  61 20 0a 20 20 20 20 20  20 20 20 20 20 20 64 65  |a .           de|
000005e0  63 65 6e 74 20 77 61 79  20 6f 66 20 63 6f 6e 76  |cent way of conv|
000005f0  65 72 74 69 6e 67 20 28  6f 72 20 72 65 6e 64 65  |erting (or rende|
00000600  72 69 6e 67 29 20 61 20  47 49 46 20 66 69 6c 65  |ring) a GIF file|
00000610  2e 20 41 6c 74 65 72 65  64 20 61 20 0a 20 20 20  |. Altered a .   |
00000620  20 20 20 20 20 20 20 20  63 6f 75 70 6c 65 20 6f  |        couple o|
00000630  66 20 6e 75 6c 6c 20 65  76 65 6e 74 73 2e 20 0a  |f null events. .|
00000640  20 20 20 20 20 20 20 20  20 20 20 0a 20 20 20 20  |           .    |
00000650  20 20 20 20 20 20 20 0a  20 20 20 20 20 20 20 20  |       .        |
00000660  20 20 20 0a 0a 56 73 6e  20 31 2e 32 32 20 2d 20  |   ..Vsn 1.22 - |
00000670  46 69 78 65 64 20 61 20  77 69 6e 64 6f 77 20 68  |Fixed a window h|
00000680  61 6e 64 6c 65 72 20 72  6f 75 74 69 6e 65 20 77  |andler routine w|
00000690  68 69 63 68 20 66 61 69  6c 65 64 20 6f 6e 63 65  |hich failed once|
000006a0  20 6f 75 74 20 6f 66 20  66 6f 75 72 20 0a 20 20  | out of four .  |
000006b0  20 20 20 20 20 20 20 20  20 72 75 6e 73 0a 0a 56  |         runs..V|
000006c0  73 6e 20 31 2e 32 31 20  2d 20 41 64 64 65 64 20  |sn 1.21 - Added |
000006d0  63 6f 64 65 20 66 6f 72  20 74 68 65 20 49 6e 73  |code for the Ins|
000006e0  74 72 75 63 74 69 6f 6e  2c 20 48 69 73 74 6f 72  |truction, Histor|
000006f0  79 20 61 6e 64 20 57 65  62 73 69 74 65 20 62 75  |y and Website bu|
00000700  74 74 6f 6e 73 20 61 6e  64 0a 20 20 20 20 20 20  |ttons and.      |
00000710  20 20 20 20 20 70 72 6f  63 65 64 75 72 65 73 2e  |     procedures.|
00000720  20 41 6c 74 65 72 65 64  20 74 68 65 20 6c 6f 61  | Altered the loa|
00000730  64 69 6e 67 20 73 79 73  74 65 6d 2e 0a 0a 56 73  |ding system...Vs|
00000740  6e 20 31 2e 32 30 20 2d  20 52 65 77 6f 72 6b 65  |n 1.20 - Reworke|
00000750  64 20 61 6c 6c 20 74 68  65 20 72 65 6e 64 65 72  |d all the render|
00000760  69 6e 67 20 72 6f 75 74  69 6e 65 73 20 69 6e 74  |ing routines int|
00000770  6f 20 6f 6e 65 20 72 6f  75 74 69 6e 65 20 61 6e  |o one routine an|
00000780  64 20 61 6c 73 6f 20 0a  20 20 20 20 20 20 20 20  |d also .        |
00000790  20 20 20 74 68 65 20 66  69 6c 65 74 79 70 65 20  |   the filetype |
000007a0  63 68 6f 6f 73 65 72 73  20 61 6e 64 20 6d 61 69  |choosers and mai|
000007b0  6e 20 6c 6f 6f 70 20 72  6f 75 74 69 6e 65 73 20  |n loop routines |
000007c0  69 6e 74 6f 20 6f 6e 65  20 72 6f 75 74 69 6e 65  |into one routine|
000007d0  20 0a 20 20 20 20 20 20  20 20 20 20 20 65 61 63  | .           eac|
000007e0  68 2e 20 42 6f 79 2c 20  64 69 64 20 69 74 20 73  |h. Boy, did it s|
000007f0  70 65 65 64 20 75 70 20  74 68 65 20 70 72 6f 67  |peed up the prog|
00000800  72 61 6d 21 21 21 2e 0a  20 20 20 20 20 20 20 20  |ram!!!..        |
00000810  20 20 20 0a 56 73 6e 20  31 2e 31 35 20 2d 20 46  |   .Vsn 1.15 - F|
00000820  69 78 65 64 20 61 20 6d  75 6c 74 69 74 75 64 65  |ixed a multitude|
00000830  20 6f 66 20 62 75 67 73  20 66 72 6f 6d 20 31 2e  | of bugs from 1.|
00000840  31 33 2e 20 54 68 65 20  6a 70 65 67 20 72 65 6e  |13. The jpeg ren|
00000850  64 65 72 65 72 20 77 6f  72 6b 65 64 20 0a 20 20  |derer worked .  |
00000860  20 20 20 20 20 20 20 20  20 6e 6f 77 2e 0a 0a 56  |         now...V|
00000870  73 6e 20 31 2e 31 33 20  2d 20 52 65 77 72 6f 74  |sn 1.13 - Rewrot|
00000880  65 20 70 61 72 74 20 6f  66 20 74 68 65 20 6a 70  |e part of the jp|
00000890  65 67 20 61 6e 64 20 73  70 72 69 74 65 20 72 6f  |eg and sprite ro|
000008a0  75 74 69 6e 65 73 20 74  6f 20 73 70 65 65 64 20  |utines to speed |
000008b0  74 68 65 6d 20 75 70 2e  20 0a 20 20 20 20 20 20  |them up. .      |
000008c0  20 20 20 20 20 41 6c 73  6f 20 61 74 74 65 6d 70  |     Also attemp|
000008d0  74 65 64 20 74 6f 20 75  73 65 20 74 68 65 20 64  |ted to use the d|
000008e0  79 6e 61 6d 69 63 20 61  72 65 61 73 2c 20 62 75  |ynamic areas, bu|
000008f0  74 20 64 72 6f 70 70 65  64 20 69 74 20 61 73 20  |t dropped it as |
00000900  73 6f 6f 6e 0a 20 20 20  20 20 20 20 20 20 20 20  |soon.           |
00000910  61 73 20 69 74 20 77 61  73 20 6f 62 76 69 6f 75  |as it was obviou|
00000920  73 20 69 74 20 77 61 73  6e 27 74 20 77 6f 72 74  |s it wasn't wort|
00000930  68 20 74 68 65 20 68 61  73 73 6c 65 21 2e 20 4a  |h the hassle!. J|
00000940  69 67 67 65 64 20 74 68  65 20 0a 20 20 20 20 20  |igged the .     |
00000950  20 20 20 20 20 20 77 69  6e 64 6f 77 73 20 61 20  |      windows a |
00000960  62 69 74 2e 0a 20 20 20  20 20 20 20 20 20 20 20  |bit..           |
00000970  0a 56 73 6e 20 31 2e 31  30 20 2d 20 49 6e 74 72  |.Vsn 1.10 - Intr|
00000980  6f 64 75 63 65 64 20 61  20 70 72 6f 63 20 73 6f  |oduced a proc so|
00000990  20 74 68 65 20 77 69 6e  64 6f 77 20 77 61 73 20  | the window was |
000009a0  61 6c 77 61 79 73 20 74  68 65 20 63 6f 72 72 65  |always the corre|
000009b0  63 74 20 73 69 7a 65 2e  0a 0a 56 73 6e 20 31 2e  |ct size...Vsn 1.|
000009c0  30 38 20 2d 20 46 69 72  73 74 20 63 6f 6d 70 69  |08 - First compi|
000009d0  6c 65 64 20 76 65 72 73  69 6f 6e 20 77 68 69 63  |led version whic|
000009e0  68 20 77 6f 72 6b 65 64  21 2e 20 54 68 65 20 74  |h worked!. The t|
000009f0  69 6d 65 72 20 64 69 64  6e 27 74 20 77 6f 72 6b  |imer didn't work|
00000a00  2c 20 62 75 74 0a 20 20  20 20 20 20 20 20 20 20  |, but.          |
00000a10  20 74 68 65 6e 20 69 74  20 73 74 69 6c 6c 20 64  | then it still d|
00000a20  69 64 6e 27 74 20 75 6e  74 69 6c 20 31 2e 32 31  |idn't until 1.21|
00000a30  21 21 21 21 0a 0a 56 73  6e 20 31 2e 30 34 20 2d  |!!!!..Vsn 1.04 -|
00000a40  20 54 68 65 20 44 72 61  77 20 61 6e 64 20 53 70  | The Draw and Sp|
00000a50  72 69 74 65 20 6d 6f 64  75 6c 65 73 20 61 72 65  |rite modules are|
00000a60  20 6e 6f 77 20 77 6f 72  6b 69 6e 67 2c 20 62 75  | now working, bu|
00000a70  74 20 66 6f 72 20 73 6f  6d 65 20 72 65 61 73 6f  |t for some reaso|
00000a80  6e 0a 20 20 20 20 20 20  20 20 20 20 20 77 6f 75  |n.           wou|
00000a90  6c 64 20 6f 6e 6c 79 20  77 6f 72 6b 20 69 66 20  |ld only work if |
00000aa0  74 68 65 20 66 69 6c 65  20 77 61 73 20 3c 33 32  |the file was <32|
00000ab0  6b 2e 20 46 69 78 65 64  20 74 68 69 73 20 70 72  |k. Fixed this pr|
00000ac0  6f 62 6c 65 6d 2e 0a 0a  56 73 6e 20 31 2e 30 32  |oblem...Vsn 1.02|
00000ad0  20 2d 20 44 65 63 69 64  65 64 20 74 68 61 74 20  | - Decided that |
00000ae0  74 68 65 20 70 72 6f 67  72 61 6d 20 73 68 6f 75  |the program shou|
00000af0  6c 64 20 69 6e 63 6c 75  64 65 20 44 72 61 77 20  |ld include Draw |
00000b00  66 69 6c 65 73 2c 20 73  6f 20 62 75 6e 67 65 64  |files, so bunged|
00000b10  20 69 6e 0a 20 20 20 20  20 20 20 20 20 20 20 74  | in.           t|
00000b20  68 65 20 72 65 6c 65 76  61 6e 74 20 63 6f 64 65  |he relevant code|
00000b30  2e 20 54 68 65 20 70 72  6f 67 72 61 6d 20 63 6f  |. The program co|
00000b40  6d 70 69 6c 65 64 20 61  6e 64 20 70 72 6f 6d 70  |mpiled and promp|
00000b50  74 79 20 63 72 61 73 68  65 64 20 77 68 65 6e 0a  |ty crashed when.|
00000b60  20 20 20 20 20 20 20 20  20 20 20 49 20 74 72 69  |           I tri|
00000b70  65 64 20 74 6f 20 6c 6f  61 64 20 69 6e 20 61 20  |ed to load in a |
00000b80  66 69 6c 65 21 0a 20 20  20 20 20 20 20 20 20 20  |file!.          |
00000b90  20 0a 0a 56 73 6e 20 31  2e 30 30 20 2d 20 4e 65  | ..Vsn 1.00 - Ne|
00000ba0  65 64 65 64 20 61 20 70  72 6f 67 72 61 6d 20 74  |eded a program t|
00000bb0  6f 20 64 69 73 70 6c 61  79 20 6a 70 65 67 73 20  |o display jpegs |
00000bc0  61 6e 64 20 73 70 72 69  74 65 73 20 66 72 6f 6d  |and sprites from|
00000bd0  20 61 20 6d 75 6c 74 69  74 75 64 65 20 0a 20 20  | a multitude .  |
00000be0  20 20 20 20 20 20 20 20  20 6f 66 20 64 69 72 65  |         of dire|
00000bf0  63 74 6f 72 69 65 73 2e  20 42 69 6e 67 6f 20 2d  |ctories. Bingo -|
00000c00  20 61 6e 6f 74 68 65 72  20 6a 6f 62 20 66 6f 72  | another job for|
00000c10  20 57 6f 6e 64 65 72 20  57 69 6d 70 42 61 73 69  | Wonder WimpBasi|
00000c20  63 21 21 21 21 0a 0a 20  20 20 20 20 20 20 20 20  |c!!!!..         |
00000c30  20 20 0a 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 0a  |  .------------.|
00000c40  50 46 4a 0a 31 32 2e 32  2e 39 38 0a              |PFJ.12.2.98.|
00000c4c