Home » Personal collection » Acorn ADFS disks » Electron » EUG_submission_2.ADF » PixMap/Text
PixMap/Text
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 » EUG_submission_2.ADF |
Filename: | PixMap/Text |
Read OK: | ✔ |
File size: | 1430 bytes |
Load address: | 54204556 |
Exec address: | D747865 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Personal collection » Acorn ADFS disks » Electron » EUG_submission_2.ADF » PixMap/Text
- Personal collection » Acorn ADFS disks » Electron » View_1.ADF » EUG/PixMap
File contents
�.........*.......*.......*.......*.......*.......*.......*.......*.......*.< P i x e l M a p p e r Anyone who continued their Micro User subscription long enough to see the change of name to "Acorn Computing" might have noticed that "Pixel Mapper", a program published for the BBC Micro in October/November 1992 did not work on the Electron. This was a shame, as it was actually a very clever program to distort pictures into virtually any shape you wanted. I have now found, and sorted out, the problem (a minor difference in the address of a look-up table in the OS ROM). I have also added a few new facilities, including a simple menu. The program is in two main parts, a Shaper and a Mapper. The first is basically a simple art program. Using this, you design the shape you want to fit your picture into. Then the Mapper will convert your picture (which can be a screen file of any size in any graphics mode) line-by-line to fit the shape you designed. The Shaper is different from most art programs, as it is object-orientated. This means that its files are stored as a series of shapes in the order you drew them, rather than an ordinary pixel-based screen file. This has the advantage that the files are very small, and also they can be re-drawn in any screen mode. However, it does mean that mistakes can be difficult to correct. For this reason, the original version had no facility to re-load a saved shape file, or to delete a shape drawn in the wrong place (it was assumed that the shapes used for the Pixel Mapper would be very simple, so there would be nothing to lose by clearing the screen and starting again if the result was not satisfactory). I have added these two facilities, but unfortunately the program would not run with the ADFS in Mode 1 as it was supposed to (most BBC Micro owners use the DFS, which has PAGE set at &1900, not &1D00). To get round this, I have provided the option of running it in either Mode 4 or 5 (with obvious advantages/drawbacks). The controls for the shaper are as follows: G: Lock cursor to grid } you are given the option to choose the } size of the grid, and whether or not N : Unlock cursor from grid } to display it, when the program is run. O : Return cursor to origin F : Select foreground colour B : Select background colour (erase) T : Draw triangle (use space bar to fix other two points) R : Draw rectangle (use space bar to fix opposite point) C : Make n-sided polygon (use a large value to draw a circle) Space : Fix corner of object Arrow keys : Move cursor +Shift : Move cursor faster } not if cursor is +Control : Move cursor faster still } locked to grid. Q : Quit the program (return to menu) Func/, : Load shape file Func/. : Save shape file Shift/D: Delete last object drawn (or cancel current one) Escape : Cancel current operation L : Display number of objects left (this was included because memory was very tight in the original Mode 1 version, so only 15 objects were allowed. Now there is room for about 300, so you shouldn't need to use this option) The operation of the Mapper program is fairly self-explanatory. You are first asked to enter the Mode of the screen file you want to distort. In some cases, you can also select the destination mode. You are then asked for the vertical height of the picture - this enables you to enlarge a small picture to fill the whole screen. I have also included a new option - to select between a shape file (designed using the Shaper) and an ordinary screen file. If you choose to map on to a screen designed using an art program (such as the Electron User's Elkpaint), then all colours except Colour 0 will be treated as foreground. However, bear in mind that a screen file will only work in its original Mode, and will use up a lot of disc space. It can be possible, using the mapper to change the Mode of a screen file, by simply mapping it on to a large box filling the whole screen. Again memory is very tight if you are running the Mapper from ADFS, so you may have to cut down on the REM statements at the start if you make any changes. I have unfortunately had to join many of the lines together to make it run. Acorn Computing published four sample shape files. These are saved in a directory called "S", under the filenames "Distanc", "Hrglass", "Wobble", and "Wrap". You might like to try them out using the title screens from a few games - most Superior Software title screens are in Mode 5, and have a vertical length of 208 pixels. Best results are usually achieved using Mode 1 as a destination mode (though this does take considerably longer than Mode 5). Acorn Computing illustrated their article by mapping the title screen from Barbarian on to the shape of a Polo mint! Matthew Ford
00000000 81 2e 2e 2e 2e 2e 2e 2e 2e 2e 2a 2e 2e 2e 2e 2e |..........*.....| 00000010 2e 2e 2a 2e 2e 2e 2e 2e 2e 2e 2a 2e 2e 2e 2e 2e |..*.......*.....| * 00000040 2e 2e 2a 2e 2e 2e 2e 2e 2e 2e 2a 2e 3c 0d 20 20 |..*.......*.<. | 00000050 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000060 20 20 20 20 20 50 20 69 20 78 20 65 20 6c 20 20 | P i x e l | 00000070 20 4d 20 61 20 70 20 70 20 65 20 72 0d 0d 20 20 | M a p p e r.. | 00000080 20 20 20 20 20 41 6e 79 6f 6e 65 20 77 68 6f 20 | Anyone who | 00000090 63 6f 6e 74 69 6e 75 65 64 20 74 68 65 69 72 20 |continued their | 000000a0 4d 69 63 72 6f 1a 20 55 73 65 72 1a 20 73 75 62 |Micro. User. sub| 000000b0 73 63 72 69 70 74 69 6f 6e 20 6c 6f 6e 67 20 65 |scription long e| 000000c0 6e 6f 75 67 68 20 74 6f 0d 73 65 65 1a 20 74 68 |nough to.see. th| 000000d0 65 1a 20 63 68 61 6e 67 65 20 6f 66 20 6e 61 6d |e. change of nam| 000000e0 65 20 74 6f 20 22 41 63 6f 72 6e 1a 20 43 6f 6d |e to "Acorn. Com| 000000f0 70 75 74 69 6e 67 22 1a 20 6d 69 67 68 74 1a 20 |puting". might. | 00000100 68 61 76 65 1a 20 6e 6f 74 69 63 65 64 1a 20 74 |have. noticed. t| 00000110 68 61 74 20 0d 22 50 69 78 65 6c 20 4d 61 70 70 |hat ."Pixel Mapp| 00000120 65 72 22 2c 20 61 1a 20 70 72 6f 67 72 61 6d 20 |er", a. program | 00000130 70 75 62 6c 69 73 68 65 64 20 66 6f 72 20 74 68 |published for th| 00000140 65 20 42 42 43 20 4d 69 63 72 6f 20 69 6e 20 4f |e BBC Micro in O| 00000150 63 74 6f 62 65 72 2f 4e 6f 76 65 6d 62 65 72 0d |ctober/November.| 00000160 31 39 39 32 20 64 69 64 20 6e 6f 74 20 77 6f 72 |1992 did not wor| 00000170 6b 1a 20 6f 6e 20 74 68 65 20 45 6c 65 63 74 72 |k. on the Electr| 00000180 6f 6e 2e 20 54 68 69 73 20 77 61 73 20 61 20 73 |on. This was a s| 00000190 68 61 6d 65 2c 20 61 73 20 69 74 20 77 61 73 20 |hame, as it was | 000001a0 61 63 74 75 61 6c 6c 79 20 61 0d 76 65 72 79 20 |actually a.very | 000001b0 63 6c 65 76 65 72 20 70 72 6f 67 72 61 6d 20 74 |clever program t| 000001c0 6f 20 64 69 73 74 6f 72 74 1a 20 70 69 63 74 75 |o distort. pictu| 000001d0 72 65 73 1a 20 69 6e 74 6f 1a 20 76 69 72 74 75 |res. into. virtu| 000001e0 61 6c 6c 79 1a 20 61 6e 79 1a 20 73 68 61 70 65 |ally. any. shape| 000001f0 1a 20 79 6f 75 0d 77 61 6e 74 65 64 2e 20 49 20 |. you.wanted. I | 00000200 68 61 76 65 20 6e 6f 77 20 66 6f 75 6e 64 2c 1a |have now found,.| 00000210 20 61 6e 64 20 73 6f 72 74 65 64 20 6f 75 74 2c | and sorted out,| 00000220 20 74 68 65 20 70 72 6f 62 6c 65 6d 20 28 61 20 | the problem (a | 00000230 6d 69 6e 6f 72 20 64 69 66 66 65 72 65 6e 63 65 |minor difference| 00000240 0d 69 6e 20 74 68 65 20 61 64 64 72 65 73 73 20 |.in the address | 00000250 6f 66 20 61 20 6c 6f 6f 6b 2d 75 70 1a 20 74 61 |of a look-up. ta| 00000260 62 6c 65 20 69 6e 20 74 68 65 20 4f 53 20 52 4f |ble in the OS RO| 00000270 4d 29 2e 20 49 20 68 61 76 65 20 61 6c 73 6f 20 |M). I have also | 00000280 61 64 64 65 64 20 61 20 66 65 77 0d 6e 65 77 20 |added a few.new | 00000290 66 61 63 69 6c 69 74 69 65 73 2c 20 69 6e 63 6c |facilities, incl| 000002a0 75 64 69 6e 67 20 61 20 73 69 6d 70 6c 65 20 6d |uding a simple m| 000002b0 65 6e 75 2e 0d 20 20 20 20 20 20 20 54 68 65 20 |enu.. The | 000002c0 70 72 6f 67 72 61 6d 20 69 73 20 69 6e 20 74 77 |program is in tw| 000002d0 6f 1a 20 6d 61 69 6e 20 70 61 72 74 73 2c 20 61 |o. main parts, a| 000002e0 20 53 68 61 70 65 72 20 61 6e 64 20 61 20 4d 61 | Shaper and a Ma| 000002f0 70 70 65 72 2e 20 54 68 65 20 66 69 72 73 74 0d |pper. The first.| 00000300 69 73 20 62 61 73 69 63 61 6c 6c 79 20 61 20 73 |is basically a s| 00000310 69 6d 70 6c 65 20 61 72 74 20 70 72 6f 67 72 61 |imple art progra| 00000320 6d 2e 1a 20 55 73 69 6e 67 1a 20 74 68 69 73 2c |m.. Using. this,| 00000330 1a 20 79 6f 75 20 64 65 73 69 67 6e 20 74 68 65 |. you design the| 00000340 20 73 68 61 70 65 20 79 6f 75 0d 77 61 6e 74 20 | shape you.want | 00000350 74 6f 20 66 69 74 20 79 6f 75 72 20 70 69 63 74 |to fit your pict| 00000360 75 72 65 20 69 6e 74 6f 2e 20 54 68 65 6e 20 74 |ure into. Then t| 00000370 68 65 20 4d 61 70 70 65 72 1a 20 77 69 6c 6c 1a |he Mapper. will.| 00000380 20 63 6f 6e 76 65 72 74 20 79 6f 75 72 20 70 69 | convert your pi| 00000390 63 74 75 72 65 0d 28 77 68 69 63 68 20 63 61 6e |cture.(which can| 000003a0 20 62 65 20 61 20 73 63 72 65 65 6e 20 66 69 6c | be a screen fil| 000003b0 65 20 6f 66 20 61 6e 79 20 73 69 7a 65 20 69 6e |e of any size in| 000003c0 20 61 6e 79 20 67 72 61 70 68 69 63 73 20 6d 6f | any graphics mo| 000003d0 64 65 29 20 6c 69 6e 65 2d 62 79 2d 6c 69 6e 65 |de) line-by-line| 000003e0 0d 74 6f 20 66 69 74 20 74 68 65 20 73 68 61 70 |.to fit the shap| 000003f0 65 20 79 6f 75 20 64 65 73 69 67 6e 65 64 2e 0d |e you designed..| 00000400 20 20 20 20 20 20 20 54 68 65 1a 20 53 68 61 70 | The. Shap| 00000410 65 72 1a 20 69 73 1a 20 64 69 66 66 65 72 65 6e |er. is. differen| 00000420 74 1a 20 66 72 6f 6d 1a 1a 20 6d 6f 73 74 1a 20 |t. from.. most. | 00000430 61 72 74 1a 20 70 72 6f 67 72 61 6d 73 2c 1a 20 |art. programs,. | 00000440 61 73 1a 20 69 74 1a 20 69 73 0d 6f 62 6a 65 63 |as. it. is.objec| 00000450 74 2d 6f 72 69 65 6e 74 61 74 65 64 2e 20 54 68 |t-orientated. Th| 00000460 69 73 20 6d 65 61 6e 73 20 74 68 61 74 20 69 74 |is means that it| 00000470 73 1a 20 66 69 6c 65 73 1a 20 61 72 65 1a 20 73 |s. files. are. s| 00000480 74 6f 72 65 64 1a 20 61 73 20 61 20 73 65 72 69 |tored. as a seri| 00000490 65 73 20 6f 66 0d 73 68 61 70 65 73 1a 20 69 6e |es of.shapes. in| 000004a0 20 74 68 65 20 6f 72 64 65 72 20 79 6f 75 20 64 | the order you d| 000004b0 72 65 77 20 74 68 65 6d 2c 20 72 61 74 68 65 72 |rew them, rather| 000004c0 20 74 68 61 6e 1a 20 61 6e 1a 20 6f 72 64 69 6e | than. an. ordin| 000004d0 61 72 79 1a 20 70 69 78 65 6c 2d 62 61 73 65 64 |ary. pixel-based| 000004e0 0d 73 63 72 65 65 6e 20 66 69 6c 65 2e 1a 20 54 |.screen file.. T| 000004f0 68 69 73 1a 20 68 61 73 1a 20 74 68 65 1a 20 61 |his. has. the. a| 00000500 64 76 61 6e 74 61 67 65 20 74 68 61 74 20 74 68 |dvantage that th| 00000510 65 20 66 69 6c 65 73 20 61 72 65 20 76 65 72 79 |e files are very| 00000520 20 73 6d 61 6c 6c 2c 20 61 6e 64 0d 61 6c 73 6f | small, and.also| 00000530 20 74 68 65 79 20 63 61 6e 20 62 65 20 72 65 2d | they can be re-| 00000540 64 72 61 77 6e 20 69 6e 1a 20 61 6e 79 1a 20 73 |drawn in. any. s| 00000550 63 72 65 65 6e 20 6d 6f 64 65 2e 20 48 6f 77 65 |creen mode. Howe| 00000560 76 65 72 2c 20 69 74 20 64 6f 65 73 20 6d 65 61 |ver, it does mea| 00000570 6e 20 74 68 61 74 0d 6d 69 73 74 61 6b 65 73 1a |n that.mistakes.| 00000580 20 63 61 6e 1a 20 62 65 1a 20 64 69 66 66 69 63 | can. be. diffic| 00000590 75 6c 74 1a 20 74 6f 20 63 6f 72 72 65 63 74 2e |ult. to correct.| 000005a0 20 46 6f 72 20 74 68 69 73 1a 20 72 65 61 73 6f | For this. reaso| 000005b0 6e 2c 1a 20 74 68 65 1a 20 6f 72 69 67 69 6e 61 |n,. the. origina| 000005c0 6c 0d 76 65 72 73 69 6f 6e 20 68 61 64 20 6e 6f |l.version had no| 000005d0 20 66 61 63 69 6c 69 74 79 20 74 6f 1a 20 72 65 | facility to. re| 000005e0 2d 6c 6f 61 64 1a 20 61 1a 20 73 61 76 65 64 1a |-load. a. saved.| 000005f0 20 73 68 61 70 65 1a 20 66 69 6c 65 2c 20 6f 72 | shape. file, or| 00000600 20 74 6f 20 64 65 6c 65 74 65 20 61 0d 73 68 61 | to delete a.sha| 00000610 70 65 20 64 72 61 77 6e 20 69 6e 20 74 68 65 20 |pe drawn in the | 00000620 77 72 6f 6e 67 20 70 6c 61 63 65 20 28 69 74 20 |wrong place (it | 00000630 77 61 73 20 61 73 73 75 6d 65 64 20 74 68 61 74 |was assumed that| 00000640 1a 20 74 68 65 1a 20 73 68 61 70 65 73 1a 20 75 |. the. shapes. u| 00000650 73 65 64 20 66 6f 72 0d 74 68 65 1a 20 50 69 78 |sed for.the. Pix| 00000660 65 6c 1a 20 4d 61 70 70 65 72 20 77 6f 75 6c 64 |el. Mapper would| 00000670 20 62 65 20 76 65 72 79 20 73 69 6d 70 6c 65 2c | be very simple,| 00000680 20 73 6f 20 74 68 65 72 65 20 77 6f 75 6c 64 20 | so there would | 00000690 62 65 20 6e 6f 74 68 69 6e 67 20 74 6f 20 6c 6f |be nothing to lo| 000006a0 73 65 0d 62 79 1a 20 63 6c 65 61 72 69 6e 67 1a |se.by. clearing.| 000006b0 20 74 68 65 1a 20 73 63 72 65 65 6e 1a 20 61 6e | the. screen. an| 000006c0 64 1a 20 73 74 61 72 74 69 6e 67 1a 20 61 67 61 |d. starting. aga| 000006d0 69 6e 1a 20 69 66 1a 20 74 68 65 1a 20 72 65 73 |in. if. the. res| 000006e0 75 6c 74 1a 20 77 61 73 1a 20 6e 6f 74 0d 73 61 |ult. was. not.sa| 000006f0 74 69 73 66 61 63 74 6f 72 79 29 2e 20 49 20 68 |tisfactory). I h| 00000700 61 76 65 1a 20 61 64 64 65 64 1a 20 74 68 65 73 |ave. added. thes| 00000710 65 1a 20 74 77 6f 20 66 61 63 69 6c 69 74 69 65 |e. two facilitie| 00000720 73 2c 20 62 75 74 20 75 6e 66 6f 72 74 75 6e 61 |s, but unfortuna| 00000730 74 65 6c 79 20 74 68 65 0d 70 72 6f 67 72 61 6d |tely the.program| 00000740 20 77 6f 75 6c 64 20 6e 6f 74 20 72 75 6e 20 77 | would not run w| 00000750 69 74 68 20 74 68 65 1a 20 41 44 46 53 20 69 6e |ith the. ADFS in| 00000760 20 4d 6f 64 65 20 31 20 61 73 20 69 74 20 77 61 | Mode 1 as it wa| 00000770 73 20 73 75 70 70 6f 73 65 64 20 74 6f 20 28 6d |s supposed to (m| 00000780 6f 73 74 0d 42 42 43 20 4d 69 63 72 6f 20 6f 77 |ost.BBC Micro ow| 00000790 6e 65 72 73 20 75 73 65 20 74 68 65 20 44 46 53 |ners use the DFS| 000007a0 2c 20 77 68 69 63 68 1a 20 68 61 73 20 50 41 47 |, which. has PAG| 000007b0 45 20 73 65 74 20 61 74 20 26 31 39 30 30 2c 20 |E set at &1900, | 000007c0 6e 6f 74 20 26 31 44 30 30 29 2e 20 54 6f 0d 67 |not &1D00). To.g| 000007d0 65 74 20 72 6f 75 6e 64 20 74 68 69 73 2c 20 49 |et round this, I| 000007e0 20 68 61 76 65 20 70 72 6f 76 69 64 65 64 20 74 | have provided t| 000007f0 68 65 20 6f 70 74 69 6f 6e 1a 20 6f 66 20 72 75 |he option. of ru| 00000800 6e 6e 69 6e 67 20 69 74 20 69 6e 20 65 69 74 68 |nning it in eith| 00000810 65 72 20 4d 6f 64 65 20 34 0d 6f 72 20 35 20 28 |er Mode 4.or 5 (| 00000820 77 69 74 68 20 6f 62 76 69 6f 75 73 20 61 64 76 |with obvious adv| 00000830 61 6e 74 61 67 65 73 2f 64 72 61 77 62 61 63 6b |antages/drawback| 00000840 73 29 2e 20 0d 20 20 20 20 20 20 20 54 68 65 20 |s). . The | 00000850 63 6f 6e 74 72 6f 6c 73 20 66 6f 72 20 74 68 65 |controls for the| 00000860 20 73 68 61 70 65 72 20 61 72 65 20 61 73 20 66 | shaper are as f| 00000870 6f 6c 6c 6f 77 73 3a 0d 20 20 20 20 20 47 1a 3a |ollows:. G.:| 00000880 20 4c 6f 63 6b 20 63 75 72 73 6f 72 20 74 6f 20 | Lock cursor to | 00000890 67 72 69 64 20 20 20 20 20 7d 20 79 6f 75 20 61 |grid } you a| 000008a0 72 65 20 67 69 76 65 6e 20 74 68 65 20 6f 70 74 |re given the opt| 000008b0 69 6f 6e 20 74 6f 20 63 68 6f 6f 73 65 20 74 68 |ion to choose th| 000008c0 65 0d 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |e. | 000008d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000008e0 20 20 20 7d 20 73 69 7a 65 20 6f 66 20 20 74 68 | } size of th| 000008f0 65 20 67 72 69 64 2c 20 61 6e 64 20 20 77 68 65 |e grid, and whe| 00000900 74 68 65 72 20 6f 72 20 6e 6f 74 20 0d 20 20 20 |ther or not . | 00000910 20 20 4e 20 3a 20 55 6e 6c 6f 63 6b 20 63 75 72 | N : Unlock cur| 00000920 73 6f 72 20 66 72 6f 6d 20 67 72 69 64 20 7d 20 |sor from grid } | 00000930 74 6f 20 64 69 73 70 6c 61 79 20 69 74 2c 20 77 |to display it, w| 00000940 68 65 6e 20 74 68 65 20 70 72 6f 67 72 61 6d 20 |hen the program | 00000950 69 73 20 72 75 6e 2e 0d 20 20 20 20 20 4f 20 3a |is run.. O :| 00000960 20 52 65 74 75 72 6e 20 63 75 72 73 6f 72 20 74 | Return cursor t| 00000970 6f 20 6f 72 69 67 69 6e 0d 20 20 20 20 20 46 20 |o origin. F | 00000980 3a 20 53 65 6c 65 63 74 20 66 6f 72 65 67 72 6f |: Select foregro| 00000990 75 6e 64 20 63 6f 6c 6f 75 72 0d 20 20 20 20 20 |und colour. | 000009a0 42 20 3a 20 53 65 6c 65 63 74 20 62 61 63 6b 67 |B : Select backg| 000009b0 72 6f 75 6e 64 20 63 6f 6c 6f 75 72 20 28 65 72 |round colour (er| 000009c0 61 73 65 29 0d 20 20 20 20 20 54 20 3a 20 44 72 |ase). T : Dr| 000009d0 61 77 20 74 72 69 61 6e 67 6c 65 20 28 75 73 65 |aw triangle (use| 000009e0 20 73 70 61 63 65 20 62 61 72 20 74 6f 20 66 69 | space bar to fi| 000009f0 78 20 6f 74 68 65 72 20 74 77 6f 20 70 6f 69 6e |x other two poin| 00000a00 74 73 29 0d 20 20 20 20 20 52 20 3a 20 44 72 61 |ts). R : Dra| 00000a10 77 20 72 65 63 74 61 6e 67 6c 65 20 28 75 73 65 |w rectangle (use| 00000a20 20 73 70 61 63 65 20 62 61 72 20 74 6f 20 66 69 | space bar to fi| 00000a30 78 20 6f 70 70 6f 73 69 74 65 20 70 6f 69 6e 74 |x opposite point| 00000a40 29 0d 20 20 20 20 20 43 20 3a 20 4d 61 6b 65 20 |). C : Make | 00000a50 6e 2d 73 69 64 65 64 20 70 6f 6c 79 67 6f 6e 20 |n-sided polygon | 00000a60 28 75 73 65 20 61 20 6c 61 72 67 65 20 76 61 6c |(use a large val| 00000a70 75 65 20 74 6f 20 64 72 61 77 20 61 20 63 69 72 |ue to draw a cir| 00000a80 63 6c 65 29 0d 20 53 70 61 63 65 20 3a 20 46 69 |cle). Space : Fi| 00000a90 78 20 63 6f 72 6e 65 72 20 6f 66 20 6f 62 6a 65 |x corner of obje| 00000aa0 63 74 0d 41 72 72 6f 77 20 6b 65 79 73 20 3a 20 |ct.Arrow keys : | 00000ab0 4d 6f 76 65 20 63 75 72 73 6f 72 0d 20 20 20 20 |Move cursor. | 00000ac0 2b 53 68 69 66 74 20 3a 20 4d 6f 76 65 20 63 75 |+Shift : Move cu| 00000ad0 72 73 6f 72 20 66 61 73 74 65 72 20 20 20 20 20 |rsor faster | 00000ae0 20 20 7d 20 6e 6f 74 20 69 66 20 63 75 72 73 6f | } not if curso| 00000af0 72 20 69 73 0d 20 20 2b 43 6f 6e 74 72 6f 6c 20 |r is. +Control | 00000b00 3a 20 4d 6f 76 65 20 63 75 72 73 6f 72 20 66 61 |: Move cursor fa| 00000b10 73 74 65 72 20 73 74 69 6c 6c 20 7d 20 6c 6f 63 |ster still } loc| 00000b20 6b 65 64 20 74 6f 20 67 72 69 64 2e 0d 20 20 20 |ked to grid.. | 00000b30 20 20 51 20 3a 20 51 75 69 74 20 74 68 65 20 70 | Q : Quit the p| 00000b40 72 6f 67 72 61 6d 20 28 72 65 74 75 72 6e 20 74 |rogram (return t| 00000b50 6f 20 6d 65 6e 75 29 0d 46 75 6e 63 2f 2c 20 3a |o menu).Func/, :| 00000b60 20 4c 6f 61 64 20 73 68 61 70 65 20 66 69 6c 65 | Load shape file| 00000b70 0d 46 75 6e 63 2f 2e 20 3a 20 53 61 76 65 20 73 |.Func/. : Save s| 00000b80 68 61 70 65 20 66 69 6c 65 0d 53 68 69 66 74 2f |hape file.Shift/| 00000b90 44 3a 20 44 65 6c 65 74 65 20 6c 61 73 74 20 6f |D: Delete last o| 00000ba0 62 6a 65 63 74 20 64 72 61 77 6e 20 28 6f 72 20 |bject drawn (or | 00000bb0 63 61 6e 63 65 6c 20 63 75 72 72 65 6e 74 20 6f |cancel current o| 00000bc0 6e 65 29 0d 45 73 63 61 70 65 20 3a 20 43 61 6e |ne).Escape : Can| 00000bd0 63 65 6c 20 63 75 72 72 65 6e 74 20 6f 70 65 72 |cel current oper| 00000be0 61 74 69 6f 6e 0d 20 20 20 20 20 4c 20 3a 20 44 |ation. L : D| 00000bf0 69 73 70 6c 61 79 20 6e 75 6d 62 65 72 20 6f 66 |isplay number of| 00000c00 20 6f 62 6a 65 63 74 73 20 6c 65 66 74 1a 20 28 | objects left. (| 00000c10 74 68 69 73 20 77 61 73 20 69 6e 63 6c 75 64 65 |this was include| 00000c20 64 20 62 65 63 61 75 73 65 20 6d 65 6d 6f 72 79 |d because memory| 00000c30 0d 20 20 20 20 20 20 20 20 20 20 77 61 73 1a 20 |. was. | 00000c40 76 65 72 79 1a 20 74 69 67 68 74 1a 20 69 6e 20 |very. tight. in | 00000c50 74 68 65 20 6f 72 69 67 69 6e 61 6c 20 4d 6f 64 |the original Mod| 00000c60 65 20 31 1a 20 76 65 72 73 69 6f 6e 2c 1a 20 73 |e 1. version,. s| 00000c70 6f 1a 20 6f 6e 6c 79 1a 20 31 35 0d 20 20 20 20 |o. only. 15. | 00000c80 20 20 20 20 20 20 6f 62 6a 65 63 74 73 1a 20 77 | objects. w| 00000c90 65 72 65 1a 20 61 6c 6c 6f 77 65 64 2e 1a 20 4e |ere. allowed.. N| 00000ca0 6f 77 20 74 68 65 72 65 20 69 73 20 72 6f 6f 6d |ow there is room| 00000cb0 20 66 6f 72 20 61 62 6f 75 74 20 33 30 30 2c 20 | for about 300, | 00000cc0 73 6f 20 79 6f 75 0d 20 20 20 20 20 20 20 20 20 |so you. | 00000cd0 20 73 68 6f 75 6c 64 6e 27 74 20 6e 65 65 64 20 | shouldn't need | 00000ce0 74 6f 20 75 73 65 20 74 68 69 73 20 6f 70 74 69 |to use this opti| 00000cf0 6f 6e 29 0d 0d 20 20 20 20 20 20 20 20 54 68 65 |on).. The| 00000d00 1a 20 6f 70 65 72 61 74 69 6f 6e 1a 20 6f 66 1a |. operation. of.| 00000d10 20 74 68 65 20 4d 61 70 70 65 72 20 70 72 6f 67 | the Mapper prog| 00000d20 72 61 6d 20 69 73 20 66 61 69 72 6c 79 20 73 65 |ram is fairly se| 00000d30 6c 66 2d 65 78 70 6c 61 6e 61 74 6f 72 79 2e 0d |lf-explanatory..| 00000d40 59 6f 75 20 61 72 65 20 66 69 72 73 74 20 61 73 |You are first as| 00000d50 6b 65 64 1a 20 74 6f 1a 20 65 6e 74 65 72 1a 20 |ked. to. enter. | 00000d60 74 68 65 1a 20 4d 6f 64 65 1a 20 6f 66 1a 20 74 |the. Mode. of. t| 00000d70 68 65 20 73 63 72 65 65 6e 20 66 69 6c 65 20 79 |he screen file y| 00000d80 6f 75 20 77 61 6e 74 20 74 6f 0d 64 69 73 74 6f |ou want to.disto| 00000d90 72 74 2e 20 49 6e 20 73 6f 6d 65 20 63 61 73 65 |rt. In some case| 00000da0 73 2c 20 79 6f 75 20 63 61 6e 20 61 6c 73 6f 20 |s, you can also | 00000db0 73 65 6c 65 63 74 20 74 68 65 20 64 65 73 74 69 |select the desti| 00000dc0 6e 61 74 69 6f 6e 1a 20 6d 6f 64 65 2e 20 59 6f |nation. mode. Yo| 00000dd0 75 20 61 72 65 0d 74 68 65 6e 20 61 73 6b 65 64 |u are.then asked| 00000de0 20 66 6f 72 20 74 68 65 20 76 65 72 74 69 63 61 | for the vertica| 00000df0 6c 20 68 65 69 67 68 74 20 6f 66 20 74 68 65 20 |l height of the | 00000e00 70 69 63 74 75 72 65 20 2d 20 74 68 69 73 1a 20 |picture - this. | 00000e10 65 6e 61 62 6c 65 73 1a 20 79 6f 75 1a 20 74 6f |enables. you. to| 00000e20 0d 65 6e 6c 61 72 67 65 20 61 20 73 6d 61 6c 6c |.enlarge a small| 00000e30 20 70 69 63 74 75 72 65 20 74 6f 20 66 69 6c 6c | picture to fill| 00000e40 20 74 68 65 20 77 68 6f 6c 65 20 73 63 72 65 65 | the whole scree| 00000e50 6e 2e 20 0d 20 20 20 20 20 20 20 20 49 20 68 61 |n. . I ha| 00000e60 76 65 20 61 6c 73 6f 20 69 6e 63 6c 75 64 65 64 |ve also included| 00000e70 20 61 20 6e 65 77 20 6f 70 74 69 6f 6e 20 2d 20 | a new option - | 00000e80 74 6f 20 73 65 6c 65 63 74 20 62 65 74 77 65 65 |to select betwee| 00000e90 6e 20 61 20 73 68 61 70 65 20 66 69 6c 65 0d 28 |n a shape file.(| 00000ea0 64 65 73 69 67 6e 65 64 20 75 73 69 6e 67 20 74 |designed using t| 00000eb0 68 65 20 53 68 61 70 65 72 29 20 61 6e 64 1a 20 |he Shaper) and. | 00000ec0 61 6e 20 6f 72 64 69 6e 61 72 79 20 73 63 72 65 |an ordinary scre| 00000ed0 65 6e 20 66 69 6c 65 2e 20 49 66 20 79 6f 75 20 |en file. If you | 00000ee0 63 68 6f 6f 73 65 20 74 6f 0d 6d 61 70 20 6f 6e |choose to.map on| 00000ef0 20 74 6f 20 61 20 73 63 72 65 65 6e 20 64 65 73 | to a screen des| 00000f00 69 67 6e 65 64 1a 20 75 73 69 6e 67 1a 20 61 6e |igned. using. an| 00000f10 1a 20 61 72 74 1a 20 70 72 6f 67 72 61 6d 20 28 |. art. program (| 00000f20 73 75 63 68 20 61 73 20 74 68 65 20 45 6c 65 63 |such as the Elec| 00000f30 74 72 6f 6e 0d 55 73 65 72 27 73 1a 20 45 6c 6b |tron.User's. Elk| 00000f40 70 61 69 6e 74 29 2c 1a 20 74 68 65 6e 1a 20 61 |paint),. then. a| 00000f50 6c 6c 20 63 6f 6c 6f 75 72 73 20 65 78 63 65 70 |ll colours excep| 00000f60 74 20 43 6f 6c 6f 75 72 20 30 20 77 69 6c 6c 20 |t Colour 0 will | 00000f70 62 65 1a 20 74 72 65 61 74 65 64 1a 20 61 73 0d |be. treated. as.| 00000f80 66 6f 72 65 67 72 6f 75 6e 64 2e 20 48 6f 77 65 |foreground. Howe| 00000f90 76 65 72 2c 20 62 65 61 72 20 69 6e 20 6d 69 6e |ver, bear in min| 00000fa0 64 20 74 68 61 74 20 61 20 73 63 72 65 65 6e 20 |d that a screen | 00000fb0 66 69 6c 65 20 77 69 6c 6c 20 6f 6e 6c 79 20 77 |file will only w| 00000fc0 6f 72 6b 20 69 6e 20 69 74 73 0d 6f 72 69 67 69 |ork in its.origi| 00000fd0 6e 61 6c 20 4d 6f 64 65 2c 20 61 6e 64 20 77 69 |nal Mode, and wi| 00000fe0 6c 6c 1a 20 75 73 65 1a 20 75 70 1a 20 61 20 6c |ll. use. up. a l| 00000ff0 6f 74 20 6f 66 20 64 69 73 63 20 73 70 61 63 65 |ot of disc space| 00001000 2e 20 49 74 20 63 61 6e 20 62 65 20 70 6f 73 73 |. It can be poss| 00001010 69 62 6c 65 2c 0d 75 73 69 6e 67 20 74 68 65 20 |ible,.using the | 00001020 6d 61 70 70 65 72 20 74 6f 20 63 68 61 6e 67 65 |mapper to change| 00001030 20 74 68 65 20 4d 6f 64 65 1a 20 6f 66 1a 20 61 | the Mode. of. a| 00001040 20 20 73 63 72 65 65 6e 20 66 69 6c 65 2c 20 62 | screen file, b| 00001050 79 20 73 69 6d 70 6c 79 20 6d 61 70 70 69 6e 67 |y simply mapping| 00001060 0d 69 74 20 6f 6e 20 74 6f 20 61 20 6c 61 72 67 |.it on to a larg| 00001070 65 20 62 6f 78 20 66 69 6c 6c 69 6e 67 20 74 68 |e box filling th| 00001080 65 20 77 68 6f 6c 65 20 73 63 72 65 65 6e 2e 0d |e whole screen..| 00001090 20 20 20 20 20 20 20 20 41 67 61 69 6e 1a 20 6d | Again. m| 000010a0 65 6d 6f 72 79 1a 20 69 73 1a 20 76 65 72 79 1a |emory. is. very.| 000010b0 20 74 69 67 68 74 1a 20 69 66 20 79 6f 75 20 61 | tight. if you a| 000010c0 72 65 20 72 75 6e 6e 69 6e 67 20 74 68 65 20 4d |re running the M| 000010d0 61 70 70 65 72 20 66 72 6f 6d 0d 41 44 46 53 2c |apper from.ADFS,| 000010e0 20 73 6f 20 79 6f 75 20 6d 61 79 20 68 61 76 65 | so you may have| 000010f0 20 74 6f 1a 20 63 75 74 1a 20 64 6f 77 6e 1a 20 | to. cut. down. | 00001100 6f 6e 20 74 68 65 20 52 45 4d 20 73 74 61 74 65 |on the REM state| 00001110 6d 65 6e 74 73 20 61 74 20 74 68 65 20 73 74 61 |ments at the sta| 00001120 72 74 20 69 66 0d 79 6f 75 20 6d 61 6b 65 20 61 |rt if.you make a| 00001130 6e 79 20 63 68 61 6e 67 65 73 2e 20 49 20 68 61 |ny changes. I ha| 00001140 76 65 20 75 6e 66 6f 72 74 75 6e 61 74 65 6c 79 |ve unfortunately| 00001150 20 68 61 64 20 74 6f 1a 20 6a 6f 69 6e 1a 20 6d | had to. join. m| 00001160 61 6e 79 20 6f 66 20 74 68 65 20 6c 69 6e 65 73 |any of the lines| 00001170 0d 74 6f 67 65 74 68 65 72 20 74 6f 20 6d 61 6b |.together to mak| 00001180 65 20 69 74 20 72 75 6e 2e 0d 20 20 20 20 20 20 |e it run.. | 00001190 20 20 41 63 6f 72 6e 20 43 6f 6d 70 75 74 69 6e | Acorn Computin| 000011a0 67 20 70 75 62 6c 69 73 68 65 64 20 66 6f 75 72 |g published four| 000011b0 20 73 61 6d 70 6c 65 20 73 68 61 70 65 20 66 69 | sample shape fi| 000011c0 6c 65 73 2e 20 54 68 65 73 65 20 61 72 65 20 73 |les. These are s| 000011d0 61 76 65 64 0d 69 6e 1a 20 61 20 64 69 72 65 63 |aved.in. a direc| 000011e0 74 6f 72 79 20 63 61 6c 6c 65 64 20 22 53 22 2c |tory called "S",| 000011f0 1a 20 75 6e 64 65 72 1a 20 74 68 65 1a 20 66 69 |. under. the. fi| 00001200 6c 65 6e 61 6d 65 73 1a 20 22 44 69 73 74 61 6e |lenames. "Distan| 00001210 63 22 2c 1a 20 22 48 72 67 6c 61 73 73 22 2c 0d |c",. "Hrglass",.| 00001220 22 57 6f 62 62 6c 65 22 2c 20 61 6e 64 1a 20 22 |"Wobble", and. "| 00001230 57 72 61 70 22 2e 1a 20 59 6f 75 1a 20 6d 69 67 |Wrap".. You. mig| 00001240 68 74 1a 20 6c 69 6b 65 1a 20 74 6f 1a 20 74 72 |ht. like. to. tr| 00001250 79 20 74 68 65 6d 20 6f 75 74 20 75 73 69 6e 67 |y them out using| 00001260 20 74 68 65 20 74 69 74 6c 65 0d 73 63 72 65 65 | the title.scree| 00001270 6e 73 20 66 72 6f 6d 20 61 20 66 65 77 20 67 61 |ns from a few ga| 00001280 6d 65 73 20 2d 20 6d 6f 73 74 20 53 75 70 65 72 |mes - most Super| 00001290 69 6f 72 1a 20 53 6f 66 74 77 61 72 65 1a 20 74 |ior. Software. t| 000012a0 69 74 6c 65 1a 20 73 63 72 65 65 6e 73 1a 20 61 |itle. screens. a| 000012b0 72 65 20 69 6e 0d 4d 6f 64 65 20 35 2c 20 61 6e |re in.Mode 5, an| 000012c0 64 20 68 61 76 65 20 61 20 76 65 72 74 69 63 61 |d have a vertica| 000012d0 6c 20 6c 65 6e 67 74 68 20 6f 66 20 32 30 38 20 |l length of 208 | 000012e0 70 69 78 65 6c 73 2e 20 42 65 73 74 20 72 65 73 |pixels. Best res| 000012f0 75 6c 74 73 20 61 72 65 20 75 73 75 61 6c 6c 79 |ults are usually| 00001300 0d 61 63 68 69 65 76 65 64 1a 20 75 73 69 6e 67 |.achieved. using| 00001310 1a 20 4d 6f 64 65 1a 20 31 1a 20 61 73 1a 20 61 |. Mode. 1. as. a| 00001320 1a 20 64 65 73 74 69 6e 61 74 69 6f 6e 1a 20 6d |. destination. m| 00001330 6f 64 65 1a 20 28 74 68 6f 75 67 68 20 74 68 69 |ode. (though thi| 00001340 73 20 64 6f 65 73 20 74 61 6b 65 0d 63 6f 6e 73 |s does take.cons| 00001350 69 64 65 72 61 62 6c 79 1a 20 6c 6f 6e 67 65 72 |iderably. longer| 00001360 1a 20 74 68 61 6e 1a 20 4d 6f 64 65 1a 20 35 29 |. than. Mode. 5)| 00001370 2e 1a 20 41 63 6f 72 6e 1a 20 43 6f 6d 70 75 74 |.. Acorn. Comput| 00001380 69 6e 67 1a 20 69 6c 6c 75 73 74 72 61 74 65 64 |ing. illustrated| 00001390 20 74 68 65 69 72 0d 61 72 74 69 63 6c 65 20 62 | their.article b| 000013a0 79 20 6d 61 70 70 69 6e 67 20 74 68 65 20 74 69 |y mapping the ti| 000013b0 74 6c 65 20 73 63 72 65 65 6e 20 66 72 6f 6d 20 |tle screen from | 000013c0 42 61 72 62 61 72 69 61 6e 1a 20 6f 6e 1a 20 74 |Barbarian. on. t| 000013d0 6f 1a 20 74 68 65 20 73 68 61 70 65 20 6f 66 20 |o. the shape of | 000013e0 61 0d 50 6f 6c 6f 20 6d 69 6e 74 21 20 0d 20 20 |a.Polo mint! . | 000013f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00001420 20 20 20 4d 61 74 74 68 65 77 20 46 6f 72 64 0d | Matthew Ford.| 00001430