Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_29.ADF » P/+INDEX1

P/+INDEX1

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 » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_29.ADF
Filename: P/+INDEX1
Read OK:
File size: 0EE6 bytes
Load address: 3A204556
Exec address: 2E502E30
File contents
INDEX OF FILES - EUG CONTRIBUTION FROM MARK BELLIS SEPTEMBER 1996
-----------------------------------------------------------------

Dear Gus,
          here's my 79k worth - you said you wanted contributions
by the beginning of October. ;-)

My idea on the stuff is as follows:

Please include GENLET and HACKING in EUG28 - sorry that it's not much
notice, but it's taken me about a week of evenings to write or gather
all this stuff onto one disk.  There is no need to publish this file.

The multi-colour mode stuff should all go together - in the same, or
a previous issue to the Mandelbrot stuff, but it doesn't really matter
when.  If you have time, then colours in EUG28 and Mandelbrots in
issue 29.  Otherwise both in issue 29, or colours in 29, Mandelbrots
in 30.

The Mandelbrot stuff should all go together - it requires also the
multi-colour mode file 16C1SRC, for the loader to work.

A slight problem with the files SHVGEN and SHVLOAD is that they need
to reset the machine in order to guarantee to run properly every
time - if they are put in the root directory, they will work fine.
Otherwise, the line which does "*DIR $" needs to be changed to the
intended pathname, so that the machine can find the directory
again after using BREAK.  This will not affect DFS, except on side
2 of a disk.

So perhaps you are now half way to EUG29!

File:    Format:         Blurb:

INDEX    View            This file.  Index of files on the disk.

HACKING  View            View Letter replying to Rob Sprowson, and including
                         hacking tips for all.  Please include in next EUG,
                         to keep the discussion going.

GENLET   View            General Letter.  Covers Repton Infinity files
                         featured in EUG26,  Inkjet printers for the
                         beeb, and PCs (serial link to beebs and also
                         what to buy) Pleas include in EUG28.

Multi-colour Modes
------------------

COLOUR   View            View Text explaining how to use multi-colour modes
                         and how the programs work. (For machines with
                         shadow RAM only)

16C1GEN  BASIC           Generates source code for 16 colour mode 1

16C1SRC  6502 M/C        Source code for 16-colour mode 1

36C2GEN  BASIC           Generates source code for 36 colour mode 2
                    
36C2SRC  6502 M/C        Source code for 36-colour mode 2

Mandelbrots
-----------

MBTEXT   View            View Text explaining use of mandelbrot programs

SHVGEN   BASIC IV        Mandelbrot generator for 16 colour "Sea-horse
                         valley" picture files SHVPIC1 and SHVPIC2. Read
                         MBTEXT before running!

SHVPIC1  Mode 1 Bit-Map  4-colour Mandelbrot picture of "Sea-horse valley"

SHVPIC2  Mode 1 Bit-Map  Used with SHVPIC1 to give the 16 colour picture

SHVLOAD  BASIC IV        Loader for 16 colour "Sea-horse valley" picture

MBGEN    BASIC II        Mandelbrot generator for 4 colour mode 1 (for all
                         machines, so even people without shadow RAM can
                         plot mandelbrots.)

Sorry about using BASIC IV - some of the Master osbyte calls for shadow
RAM are used - dunno if you or anyone else can convert them for shadow
RAM add-on boards?

Machine code files are 6502, not 65C12 - I took out all the PHXs etc...

I look forward to seeing what everyone else has been producing.  Seeing
the time it took to put this lot together, it makes me glad I have a bit
of an archive to gradually submit - and I certainly don't envy your job!

Mark Bellis
118, The Lawns,
Rolleston-on-Dove,
Burton-on-Trent,
Staffs,
DE13 9DE

SHARP EYED READERS WILL NOTICE THAT THE FILES HACKING AND GENLET APPEARED
IN *DIR L OF EUG28 INDER THE TITLES +Belis1 and +Belis2
00000000  49 4e 44 45 58 20 4f 46  20 46 49 4c 45 53 20 2d  |INDEX OF FILES -|
00000010  20 45 55 47 20 43 4f 4e  54 52 49 42 55 54 49 4f  | EUG CONTRIBUTIO|
00000020  4e 20 46 52 4f 4d 20 4d  41 52 4b 20 42 45 4c 4c  |N FROM MARK BELL|
00000030  49 53 20 53 45 50 54 45  4d 42 45 52 20 31 39 39  |IS SEPTEMBER 199|
00000040  36 0d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |6.--------------|
00000050  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000080  2d 2d 2d 0d 0d 44 65 61  72 20 47 75 73 2c 0d 20  |---..Dear Gus,. |
00000090  20 20 20 20 20 20 20 20  20 68 65 72 65 27 73 20  |         here's |
000000a0  6d 79 20 37 39 6b 20 77  6f 72 74 68 20 2d 20 79  |my 79k worth - y|
000000b0  6f 75 20 73 61 69 64 20  79 6f 75 20 77 61 6e 74  |ou said you want|
000000c0  65 64 20 63 6f 6e 74 72  69 62 75 74 69 6f 6e 73  |ed contributions|
000000d0  0d 62 79 20 74 68 65 20  62 65 67 69 6e 6e 69 6e  |.by the beginnin|
000000e0  67 20 6f 66 20 4f 63 74  6f 62 65 72 2e 20 3b 2d  |g of October. ;-|
000000f0  29 0d 0d 4d 79 20 69 64  65 61 20 6f 6e 20 74 68  |)..My idea on th|
00000100  65 20 73 74 75 66 66 20  69 73 20 61 73 20 66 6f  |e stuff is as fo|
00000110  6c 6c 6f 77 73 3a 0d 0d  50 6c 65 61 73 65 20 69  |llows:..Please i|
00000120  6e 63 6c 75 64 65 20 47  45 4e 4c 45 54 20 61 6e  |nclude GENLET an|
00000130  64 20 48 41 43 4b 49 4e  47 20 69 6e 20 45 55 47  |d HACKING in EUG|
00000140  32 38 20 2d 20 73 6f 72  72 79 20 74 68 61 74 20  |28 - sorry that |
00000150  69 74 27 73 20 6e 6f 74  20 6d 75 63 68 0d 6e 6f  |it's not much.no|
00000160  74 69 63 65 2c 20 62 75  74 20 69 74 27 73 20 74  |tice, but it's t|
00000170  61 6b 65 6e 20 6d 65 20  61 62 6f 75 74 20 61 20  |aken me about a |
00000180  77 65 65 6b 20 6f 66 20  65 76 65 6e 69 6e 67 73  |week of evenings|
00000190  20 74 6f 20 77 72 69 74  65 20 6f 72 20 67 61 74  | to write or gat|
000001a0  68 65 72 0d 61 6c 6c 20  74 68 69 73 20 73 74 75  |her.all this stu|
000001b0  66 66 20 6f 6e 74 6f 20  6f 6e 65 20 64 69 73 6b  |ff onto one disk|
000001c0  2e 20 20 54 68 65 72 65  20 69 73 20 6e 6f 20 6e  |.  There is no n|
000001d0  65 65 64 20 74 6f 20 70  75 62 6c 69 73 68 20 74  |eed to publish t|
000001e0  68 69 73 20 66 69 6c 65  2e 0d 0d 54 68 65 20 6d  |his file...The m|
000001f0  75 6c 74 69 2d 63 6f 6c  6f 75 72 20 6d 6f 64 65  |ulti-colour mode|
00000200  20 73 74 75 66 66 20 73  68 6f 75 6c 64 20 61 6c  | stuff should al|
00000210  6c 20 67 6f 20 74 6f 67  65 74 68 65 72 20 2d 20  |l go together - |
00000220  69 6e 20 74 68 65 20 73  61 6d 65 2c 20 6f 72 0d  |in the same, or.|
00000230  61 20 70 72 65 76 69 6f  75 73 20 69 73 73 75 65  |a previous issue|
00000240  20 74 6f 20 74 68 65 20  4d 61 6e 64 65 6c 62 72  | to the Mandelbr|
00000250  6f 74 20 73 74 75 66 66  2c 20 62 75 74 20 69 74  |ot stuff, but it|
00000260  20 64 6f 65 73 6e 27 74  20 72 65 61 6c 6c 79 20  | doesn't really |
00000270  6d 61 74 74 65 72 0d 77  68 65 6e 2e 20 20 49 66  |matter.when.  If|
00000280  20 79 6f 75 20 68 61 76  65 20 74 69 6d 65 2c 20  | you have time, |
00000290  74 68 65 6e 20 63 6f 6c  6f 75 72 73 20 69 6e 20  |then colours in |
000002a0  45 55 47 32 38 20 61 6e  64 20 4d 61 6e 64 65 6c  |EUG28 and Mandel|
000002b0  62 72 6f 74 73 20 69 6e  0d 69 73 73 75 65 20 32  |brots in.issue 2|
000002c0  39 2e 20 20 4f 74 68 65  72 77 69 73 65 20 62 6f  |9.  Otherwise bo|
000002d0  74 68 20 69 6e 20 69 73  73 75 65 20 32 39 2c 20  |th in issue 29, |
000002e0  6f 72 20 63 6f 6c 6f 75  72 73 20 69 6e 20 32 39  |or colours in 29|
000002f0  2c 20 4d 61 6e 64 65 6c  62 72 6f 74 73 0d 69 6e  |, Mandelbrots.in|
00000300  20 33 30 2e 0d 0d 54 68  65 20 4d 61 6e 64 65 6c  | 30...The Mandel|
00000310  62 72 6f 74 20 73 74 75  66 66 20 73 68 6f 75 6c  |brot stuff shoul|
00000320  64 20 61 6c 6c 20 67 6f  20 74 6f 67 65 74 68 65  |d all go togethe|
00000330  72 20 2d 20 69 74 20 72  65 71 75 69 72 65 73 20  |r - it requires |
00000340  61 6c 73 6f 20 74 68 65  0d 6d 75 6c 74 69 2d 63  |also the.multi-c|
00000350  6f 6c 6f 75 72 20 6d 6f  64 65 20 66 69 6c 65 20  |olour mode file |
00000360  31 36 43 31 53 52 43 2c  20 66 6f 72 20 74 68 65  |16C1SRC, for the|
00000370  20 6c 6f 61 64 65 72 20  74 6f 20 77 6f 72 6b 2e  | loader to work.|
00000380  0d 0d 41 20 73 6c 69 67  68 74 20 70 72 6f 62 6c  |..A slight probl|
00000390  65 6d 20 77 69 74 68 20  74 68 65 20 66 69 6c 65  |em with the file|
000003a0  73 20 53 48 56 47 45 4e  20 61 6e 64 20 53 48 56  |s SHVGEN and SHV|
000003b0  4c 4f 41 44 20 69 73 20  74 68 61 74 20 74 68 65  |LOAD is that the|
000003c0  79 20 6e 65 65 64 0d 74  6f 20 72 65 73 65 74 20  |y need.to reset |
000003d0  74 68 65 20 6d 61 63 68  69 6e 65 20 69 6e 20 6f  |the machine in o|
000003e0  72 64 65 72 20 74 6f 20  67 75 61 72 61 6e 74 65  |rder to guarante|
000003f0  65 20 74 6f 20 72 75 6e  20 70 72 6f 70 65 72 6c  |e to run properl|
00000400  79 20 65 76 65 72 79 0d  74 69 6d 65 20 2d 20 69  |y every.time - i|
00000410  66 20 74 68 65 79 20 61  72 65 20 70 75 74 20 69  |f they are put i|
00000420  6e 20 74 68 65 20 72 6f  6f 74 20 64 69 72 65 63  |n the root direc|
00000430  74 6f 72 79 2c 20 74 68  65 79 20 77 69 6c 6c 20  |tory, they will |
00000440  77 6f 72 6b 20 66 69 6e  65 2e 0d 4f 74 68 65 72  |work fine..Other|
00000450  77 69 73 65 2c 20 74 68  65 20 6c 69 6e 65 20 77  |wise, the line w|
00000460  68 69 63 68 20 64 6f 65  73 20 22 2a 44 49 52 20  |hich does "*DIR |
00000470  24 22 20 6e 65 65 64 73  20 74 6f 20 62 65 20 63  |$" needs to be c|
00000480  68 61 6e 67 65 64 20 74  6f 20 74 68 65 0d 69 6e  |hanged to the.in|
00000490  74 65 6e 64 65 64 20 70  61 74 68 6e 61 6d 65 2c  |tended pathname,|
000004a0  20 73 6f 20 74 68 61 74  20 74 68 65 20 6d 61 63  | so that the mac|
000004b0  68 69 6e 65 20 63 61 6e  20 66 69 6e 64 20 74 68  |hine can find th|
000004c0  65 20 64 69 72 65 63 74  6f 72 79 0d 61 67 61 69  |e directory.agai|
000004d0  6e 20 61 66 74 65 72 20  75 73 69 6e 67 20 42 52  |n after using BR|
000004e0  45 41 4b 2e 20 20 54 68  69 73 20 77 69 6c 6c 20  |EAK.  This will |
000004f0  6e 6f 74 20 61 66 66 65  63 74 20 44 46 53 2c 20  |not affect DFS, |
00000500  65 78 63 65 70 74 20 6f  6e 20 73 69 64 65 0d 32  |except on side.2|
00000510  20 6f 66 20 61 20 64 69  73 6b 2e 0d 0d 53 6f 20  | of a disk...So |
00000520  70 65 72 68 61 70 73 20  79 6f 75 20 61 72 65 20  |perhaps you are |
00000530  6e 6f 77 20 68 61 6c 66  20 77 61 79 20 74 6f 20  |now half way to |
00000540  45 55 47 32 39 21 0d 0d  46 69 6c 65 3a 20 20 20  |EUG29!..File:   |
00000550  20 46 6f 72 6d 61 74 3a  20 20 20 20 20 20 20 20  | Format:        |
00000560  20 42 6c 75 72 62 3a 0d  0d 49 4e 44 45 58 20 20  | Blurb:..INDEX  |
00000570  20 20 56 69 65 77 20 20  20 20 20 20 20 20 20 20  |  View          |
00000580  20 20 54 68 69 73 20 66  69 6c 65 2e 20 20 49 6e  |  This file.  In|
00000590  64 65 78 20 6f 66 20 66  69 6c 65 73 20 6f 6e 20  |dex of files on |
000005a0  74 68 65 20 64 69 73 6b  2e 0d 0d 48 41 43 4b 49  |the disk...HACKI|
000005b0  4e 47 20 20 56 69 65 77  20 20 20 20 20 20 20 20  |NG  View        |
000005c0  20 20 20 20 56 69 65 77  20 4c 65 74 74 65 72 20  |    View Letter |
000005d0  72 65 70 6c 79 69 6e 67  20 74 6f 20 52 6f 62 20  |replying to Rob |
000005e0  53 70 72 6f 77 73 6f 6e  2c 20 61 6e 64 20 69 6e  |Sprowson, and in|
000005f0  63 6c 75 64 69 6e 67 0d  20 20 20 20 20 20 20 20  |cluding.        |
00000600  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000610  20 68 61 63 6b 69 6e 67  20 74 69 70 73 20 66 6f  | hacking tips fo|
00000620  72 20 61 6c 6c 2e 20 20  50 6c 65 61 73 65 20 69  |r all.  Please i|
00000630  6e 63 6c 75 64 65 20 69  6e 20 6e 65 78 74 20 45  |nclude in next E|
00000640  55 47 2c 0d 20 20 20 20  20 20 20 20 20 20 20 20  |UG,.            |
00000650  20 20 20 20 20 20 20 20  20 20 20 20 20 74 6f 20  |             to |
00000660  6b 65 65 70 20 74 68 65  20 64 69 73 63 75 73 73  |keep the discuss|
00000670  69 6f 6e 20 67 6f 69 6e  67 2e 0d 0d 47 45 4e 4c  |ion going...GENL|
00000680  45 54 20 20 20 56 69 65  77 20 20 20 20 20 20 20  |ET   View       |
00000690  20 20 20 20 20 47 65 6e  65 72 61 6c 20 4c 65 74  |     General Let|
000006a0  74 65 72 2e 20 20 43 6f  76 65 72 73 20 52 65 70  |ter.  Covers Rep|
000006b0  74 6f 6e 20 49 6e 66 69  6e 69 74 79 20 66 69 6c  |ton Infinity fil|
000006c0  65 73 0d 20 20 20 20 20  20 20 20 20 20 20 20 20  |es.             |
000006d0  20 20 20 20 20 20 20 20  20 20 20 20 66 65 61 74  |            feat|
000006e0  75 72 65 64 20 69 6e 20  45 55 47 32 36 2c 20 20  |ured in EUG26,  |
000006f0  49 6e 6b 6a 65 74 20 70  72 69 6e 74 65 72 73 20  |Inkjet printers |
00000700  66 6f 72 20 74 68 65 0d  20 20 20 20 20 20 20 20  |for the.        |
00000710  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000720  20 62 65 65 62 2c 20 61  6e 64 20 50 43 73 20 28  | beeb, and PCs (|
00000730  73 65 72 69 61 6c 20 6c  69 6e 6b 20 74 6f 20 62  |serial link to b|
00000740  65 65 62 73 20 61 6e 64  20 61 6c 73 6f 0d 20 20  |eebs and also.  |
00000750  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000760  20 20 20 20 20 20 20 77  68 61 74 20 74 6f 20 62  |       what to b|
00000770  75 79 29 20 50 6c 65 61  73 20 69 6e 63 6c 75 64  |uy) Pleas includ|
00000780  65 20 69 6e 20 45 55 47  32 38 2e 0d 0d 4d 75 6c  |e in EUG28...Mul|
00000790  74 69 2d 63 6f 6c 6f 75  72 20 4d 6f 64 65 73 0d  |ti-colour Modes.|
000007a0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000007b0  2d 2d 0d 0d 43 4f 4c 4f  55 52 20 20 20 56 69 65  |--..COLOUR   Vie|
000007c0  77 20 20 20 20 20 20 20  20 20 20 20 20 56 69 65  |w            Vie|
000007d0  77 20 54 65 78 74 20 65  78 70 6c 61 69 6e 69 6e  |w Text explainin|
000007e0  67 20 68 6f 77 20 74 6f  20 75 73 65 20 6d 75 6c  |g how to use mul|
000007f0  74 69 2d 63 6f 6c 6f 75  72 20 6d 6f 64 65 73 0d  |ti-colour modes.|
00000800  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000810  20 20 20 20 20 20 20 20  20 61 6e 64 20 68 6f 77  |         and how|
00000820  20 74 68 65 20 70 72 6f  67 72 61 6d 73 20 77 6f  | the programs wo|
00000830  72 6b 2e 20 28 46 6f 72  20 6d 61 63 68 69 6e 65  |rk. (For machine|
00000840  73 20 77 69 74 68 0d 20  20 20 20 20 20 20 20 20  |s with.         |
00000850  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000860  73 68 61 64 6f 77 20 52  41 4d 20 6f 6e 6c 79 29  |shadow RAM only)|
00000870  0d 0d 31 36 43 31 47 45  4e 20 20 42 41 53 49 43  |..16C1GEN  BASIC|
00000880  20 20 20 20 20 20 20 20  20 20 20 47 65 6e 65 72  |           Gener|
00000890  61 74 65 73 20 73 6f 75  72 63 65 20 63 6f 64 65  |ates source code|
000008a0  20 66 6f 72 20 31 36 20  63 6f 6c 6f 75 72 20 6d  | for 16 colour m|
000008b0  6f 64 65 20 31 0d 0d 31  36 43 31 53 52 43 20 20  |ode 1..16C1SRC  |
000008c0  36 35 30 32 20 4d 2f 43  20 20 20 20 20 20 20 20  |6502 M/C        |
000008d0  53 6f 75 72 63 65 20 63  6f 64 65 20 66 6f 72 20  |Source code for |
000008e0  31 36 2d 63 6f 6c 6f 75  72 20 6d 6f 64 65 20 31  |16-colour mode 1|
000008f0  0d 0d 33 36 43 32 47 45  4e 20 20 42 41 53 49 43  |..36C2GEN  BASIC|
00000900  20 20 20 20 20 20 20 20  20 20 20 47 65 6e 65 72  |           Gener|
00000910  61 74 65 73 20 73 6f 75  72 63 65 20 63 6f 64 65  |ates source code|
00000920  20 66 6f 72 20 33 36 20  63 6f 6c 6f 75 72 20 6d  | for 36 colour m|
00000930  6f 64 65 20 32 0d 20 20  20 20 20 20 20 20 20 20  |ode 2.          |
00000940  20 20 20 20 20 20 20 20  20 20 0d 33 36 43 32 53  |          .36C2S|
00000950  52 43 20 20 36 35 30 32  20 4d 2f 43 20 20 20 20  |RC  6502 M/C    |
00000960  20 20 20 20 53 6f 75 72  63 65 20 63 6f 64 65 20  |    Source code |
00000970  66 6f 72 20 33 36 2d 63  6f 6c 6f 75 72 20 6d 6f  |for 36-colour mo|
00000980  64 65 20 32 0d 0d 4d 61  6e 64 65 6c 62 72 6f 74  |de 2..Mandelbrot|
00000990  73 0d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 0d 0d 4d  |s.-----------..M|
000009a0  42 54 45 58 54 20 20 20  56 69 65 77 20 20 20 20  |BTEXT   View    |
000009b0  20 20 20 20 20 20 20 20  56 69 65 77 20 54 65 78  |        View Tex|
000009c0  74 20 65 78 70 6c 61 69  6e 69 6e 67 20 75 73 65  |t explaining use|
000009d0  20 6f 66 20 6d 61 6e 64  65 6c 62 72 6f 74 20 70  | of mandelbrot p|
000009e0  72 6f 67 72 61 6d 73 0d  0d 53 48 56 47 45 4e 20  |rograms..SHVGEN |
000009f0  20 20 42 41 53 49 43 20  49 56 20 20 20 20 20 20  |  BASIC IV      |
00000a00  20 20 4d 61 6e 64 65 6c  62 72 6f 74 20 67 65 6e  |  Mandelbrot gen|
00000a10  65 72 61 74 6f 72 20 66  6f 72 20 31 36 20 63 6f  |erator for 16 co|
00000a20  6c 6f 75 72 20 22 53 65  61 2d 68 6f 72 73 65 0d  |lour "Sea-horse.|
00000a30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000a40  20 20 20 20 20 20 20 20  20 76 61 6c 6c 65 79 22  |         valley"|
00000a50  20 70 69 63 74 75 72 65  20 66 69 6c 65 73 20 53  | picture files S|
00000a60  48 56 50 49 43 31 20 61  6e 64 20 53 48 56 50 49  |HVPIC1 and SHVPI|
00000a70  43 32 2e 20 52 65 61 64  0d 20 20 20 20 20 20 20  |C2. Read.       |
00000a80  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000a90  20 20 4d 42 54 45 58 54  20 62 65 66 6f 72 65 20  |  MBTEXT before |
00000aa0  72 75 6e 6e 69 6e 67 21  0d 0d 53 48 56 50 49 43  |running!..SHVPIC|
00000ab0  31 20 20 4d 6f 64 65 20  31 20 42 69 74 2d 4d 61  |1  Mode 1 Bit-Ma|
00000ac0  70 20 20 34 2d 63 6f 6c  6f 75 72 20 4d 61 6e 64  |p  4-colour Mand|
00000ad0  65 6c 62 72 6f 74 20 70  69 63 74 75 72 65 20 6f  |elbrot picture o|
00000ae0  66 20 22 53 65 61 2d 68  6f 72 73 65 20 76 61 6c  |f "Sea-horse val|
00000af0  6c 65 79 22 0d 0d 53 48  56 50 49 43 32 20 20 4d  |ley"..SHVPIC2  M|
00000b00  6f 64 65 20 31 20 42 69  74 2d 4d 61 70 20 20 55  |ode 1 Bit-Map  U|
00000b10  73 65 64 20 77 69 74 68  20 53 48 56 50 49 43 31  |sed with SHVPIC1|
00000b20  20 74 6f 20 67 69 76 65  20 74 68 65 20 31 36 20  | to give the 16 |
00000b30  63 6f 6c 6f 75 72 20 70  69 63 74 75 72 65 0d 0d  |colour picture..|
00000b40  53 48 56 4c 4f 41 44 20  20 42 41 53 49 43 20 49  |SHVLOAD  BASIC I|
00000b50  56 20 20 20 20 20 20 20  20 4c 6f 61 64 65 72 20  |V        Loader |
00000b60  66 6f 72 20 31 36 20 63  6f 6c 6f 75 72 20 22 53  |for 16 colour "S|
00000b70  65 61 2d 68 6f 72 73 65  20 76 61 6c 6c 65 79 22  |ea-horse valley"|
00000b80  20 70 69 63 74 75 72 65  0d 0d 4d 42 47 45 4e 20  | picture..MBGEN |
00000b90  20 20 20 42 41 53 49 43  20 49 49 20 20 20 20 20  |   BASIC II     |
00000ba0  20 20 20 4d 61 6e 64 65  6c 62 72 6f 74 20 67 65  |   Mandelbrot ge|
00000bb0  6e 65 72 61 74 6f 72 20  66 6f 72 20 34 20 63 6f  |nerator for 4 co|
00000bc0  6c 6f 75 72 20 6d 6f 64  65 20 31 20 28 66 6f 72  |lour mode 1 (for|
00000bd0  20 61 6c 6c 0d 20 20 20  20 20 20 20 20 20 20 20  | all.           |
00000be0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 6d 61  |              ma|
00000bf0  63 68 69 6e 65 73 2c 20  73 6f 20 65 76 65 6e 20  |chines, so even |
00000c00  70 65 6f 70 6c 65 20 77  69 74 68 6f 75 74 20 73  |people without s|
00000c10  68 61 64 6f 77 20 52 41  4d 20 63 61 6e 0d 20 20  |hadow RAM can.  |
00000c20  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000c30  20 20 20 20 20 20 20 70  6c 6f 74 20 6d 61 6e 64  |       plot mand|
00000c40  65 6c 62 72 6f 74 73 2e  29 0d 0d 53 6f 72 72 79  |elbrots.)..Sorry|
00000c50  20 61 62 6f 75 74 20 75  73 69 6e 67 20 42 41 53  | about using BAS|
00000c60  49 43 20 49 56 20 2d 20  73 6f 6d 65 20 6f 66 20  |IC IV - some of |
00000c70  74 68 65 20 4d 61 73 74  65 72 20 6f 73 62 79 74  |the Master osbyt|
00000c80  65 20 63 61 6c 6c 73 20  66 6f 72 20 73 68 61 64  |e calls for shad|
00000c90  6f 77 0d 52 41 4d 20 61  72 65 20 75 73 65 64 20  |ow.RAM are used |
00000ca0  2d 20 64 75 6e 6e 6f 20  69 66 20 79 6f 75 20 6f  |- dunno if you o|
00000cb0  72 20 61 6e 79 6f 6e 65  20 65 6c 73 65 20 63 61  |r anyone else ca|
00000cc0  6e 20 63 6f 6e 76 65 72  74 20 74 68 65 6d 20 66  |n convert them f|
00000cd0  6f 72 20 73 68 61 64 6f  77 0d 52 41 4d 20 61 64  |or shadow.RAM ad|
00000ce0  64 2d 6f 6e 20 62 6f 61  72 64 73 3f 0d 0d 4d 61  |d-on boards?..Ma|
00000cf0  63 68 69 6e 65 20 63 6f  64 65 20 66 69 6c 65 73  |chine code files|
00000d00  20 61 72 65 20 36 35 30  32 2c 20 6e 6f 74 20 36  | are 6502, not 6|
00000d10  35 43 31 32 20 2d 20 49  20 74 6f 6f 6b 20 6f 75  |5C12 - I took ou|
00000d20  74 20 61 6c 6c 20 74 68  65 20 50 48 58 73 20 65  |t all the PHXs e|
00000d30  74 63 2e 2e 2e 0d 0d 49  20 6c 6f 6f 6b 20 66 6f  |tc.....I look fo|
00000d40  72 77 61 72 64 20 74 6f  20 73 65 65 69 6e 67 20  |rward to seeing |
00000d50  77 68 61 74 20 65 76 65  72 79 6f 6e 65 20 65 6c  |what everyone el|
00000d60  73 65 20 68 61 73 20 62  65 65 6e 20 70 72 6f 64  |se has been prod|
00000d70  75 63 69 6e 67 2e 20 20  53 65 65 69 6e 67 0d 74  |ucing.  Seeing.t|
00000d80  68 65 20 74 69 6d 65 20  69 74 20 74 6f 6f 6b 20  |he time it took |
00000d90  74 6f 20 70 75 74 20 74  68 69 73 20 6c 6f 74 20  |to put this lot |
00000da0  74 6f 67 65 74 68 65 72  2c 20 69 74 20 6d 61 6b  |together, it mak|
00000db0  65 73 20 6d 65 20 67 6c  61 64 20 49 20 68 61 76  |es me glad I hav|
00000dc0  65 20 61 20 62 69 74 0d  6f 66 20 61 6e 20 61 72  |e a bit.of an ar|
00000dd0  63 68 69 76 65 20 74 6f  20 67 72 61 64 75 61 6c  |chive to gradual|
00000de0  6c 79 20 73 75 62 6d 69  74 20 2d 20 61 6e 64 20  |ly submit - and |
00000df0  49 20 63 65 72 74 61 69  6e 6c 79 20 64 6f 6e 27  |I certainly don'|
00000e00  74 20 65 6e 76 79 20 79  6f 75 72 20 6a 6f 62 21  |t envy your job!|
00000e10  0d 0d 4d 61 72 6b 20 42  65 6c 6c 69 73 0d 31 31  |..Mark Bellis.11|
00000e20  38 2c 20 54 68 65 20 4c  61 77 6e 73 2c 0d 52 6f  |8, The Lawns,.Ro|
00000e30  6c 6c 65 73 74 6f 6e 2d  6f 6e 2d 44 6f 76 65 2c  |lleston-on-Dove,|
00000e40  0d 42 75 72 74 6f 6e 2d  6f 6e 2d 54 72 65 6e 74  |.Burton-on-Trent|
00000e50  2c 0d 53 74 61 66 66 73  2c 0d 44 45 31 33 20 39  |,.Staffs,.DE13 9|
00000e60  44 45 0d 0d 53 48 41 52  50 20 45 59 45 44 20 52  |DE..SHARP EYED R|
00000e70  45 41 44 45 52 53 20 57  49 4c 4c 20 4e 4f 54 49  |EADERS WILL NOTI|
00000e80  43 45 20 54 48 41 54 20  54 48 45 20 46 49 4c 45  |CE THAT THE FILE|
00000e90  53 20 48 41 43 4b 49 4e  47 20 41 4e 44 20 47 45  |S HACKING AND GE|
00000ea0  4e 4c 45 54 20 41 50 50  45 41 52 45 44 0d 49 4e  |NLET APPEARED.IN|
00000eb0  20 2a 44 49 52 20 4c 20  4f 46 20 45 55 47 32 38  | *DIR L OF EUG28|
00000ec0  20 49 4e 44 45 52 20 54  48 45 20 54 49 54 4c 45  | INDER THE TITLE|
00000ed0  53 20 2b 42 65 6c 69 73  31 20 61 6e 64 20 2b 42  |S +Belis1 and +B|
00000ee0  65 6c 69 73 32 0d                                 |elis2.|
00000ee6
P/+INDEX1.m0
P/+INDEX1.m1
P/+INDEX1.m2
P/+INDEX1.m4
P/+INDEX1.m5