Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199609.adf » Extras » PDScheme/Atterer/!UnplugRM/Help

PDScheme/Atterer/!UnplugRM/Help

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 » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199609.adf » Extras
Filename: PDScheme/Atterer/!UnplugRM/Help
Read OK:
File size: 5B88 bytes
Load address: 0000
Exec address: 0000
File contents
 ��������������������������
  Help file for �UnplugRM�
 ��������������������������

� 1996 by Richard Atterer (written 22.12.1995 to 1.1.1996)
UnplugRM is Freeware.
Automatically adjusts itself to the configured country. Languages available�
are English and German. � In this file, a soft line break is represented by�
<160><10>. Why does no text editor have this �!Edit-compatible� option?

WARNING: Read this text before using the program!

Hello! Are you sometimes short of memory? Never? Well, then delete this�
program...
For all the others: There is a way to squeeze some kBytes of free memory�
out of the Relocatable Module Area (RMA) by �switching off� those parts of�
the operating system whose services you never need anyway and thus avoiding�
that they claim memory from the RMA. This has its dangers, but if you read�
the following text carefully, there won�t be any problems.

On my RISC OS 3.11 A3010 with 2MB RAM, I was able to free a little more�
than 16k, which resulted in two more free 16k pages!

����������������������������������������������������������������������������

This piece of software is Freeware, which means it may be copied and spread�
freely as long as no modifications are made and all files are included, but�
I still have the copyright. When the program is spread, nothing must be�
charged for it (except for costs for discs etc.). If someone profits from�
the spreading, eg the program is spread on the disc accompanying a magazine�
or as an �extra� together with commercial software, you need my written�
permission to do this (...and I want some money for that!).
The only case when you are allowed to make modifications to any of the�
files is when changing this file. When you do this, you must ONLY ADD text,�
you must precede each comment with your initials and add your name at the�
end of the text. Also, you should send me a copy. Finally, you should�
append your changes to the German file as well, in English if necessary.
WARNING: Using this program is entirely at your own risk. Playing around�
with it may have disastrous effects! I cannot be held responsible for any�
damages caused by this and neither for any errors in the program or in the�
documentation.

����������������������������������������������������������������������������

Notes:
- This program changes CMOS RAM settings. When you play around with it�
(which you shouldn�t try!), you may crash the machine and/or may not be�
able to start up after a reset. Consequently, it is a good idea to save the�
contents of your CMOS RAM to disc first. When you have problems, you can�
hold down the R key during the reset, which resets the CMOS RAM settings,�
and then reload your personal settings from disc.
- As using UnplugRM is potentially dangerous, you shouldn�t use it when�
there is unsaved work in some other application.
- In most cases you will first have to reset your machine to see how much�
memory you actually gain. This applies especially to RISC OS Versions lower�
than 3.5 � however, even with V3.5 there may be a difference of one 4k page�
or so.
- I (R.A.) could only test the program with RISC OS 3.11. There might be�
important things to say about other versions of RISC OS. I hope that�
someone will add his comments about RISC OS 3.5 and later before people�
start mailing letter-bombs...

Introduction:
�������������
As you might know, the RISC OS ROM consists of many modules each of which�
is responsible for performing a certain task or a number of tasks that�
belong together somehow. A module can be quite complex, for example the�
�WindowManager� module, which manages the whole desktop world, or can be�
very simple, for example the �ScreenBlanker� module, which just blanks the�
screen when there hasn�t been a keypress for some time.
By default, ALL modules the ROM contains are activated. When the machine is�
reset, these modules initialise, ie they take all actions necessary so the�
facilities they offer can be used (there are a few that won�t initialise if�
the hardware they depend on is not present). A typical action is to claim�
some workspace from the RMA. Thus, the workspace is claimed even if the�
module isn�t needed afterwards anymore.
The idea behind UnplugRM is this: Why not prevent those modules from�
initialising whose services we don�t need anyway? This would result in the�
workspace they normally need not being claimed. On the other hand, this�
means that programs which rely on a particular module�s presence will not�
work if the module has not been initialised, so you have to be careful with�
which modules you de-activate. Later in this file, there is a list of all�
modules and a description of what they do, so that you can decide for each�
one whether you need it or not.

By the way: The OS command that prevents the initialisation of a module on�
subsequent resets is �Unplug�, so that�s why the program is called�
�UnplugRM� (RM means �relocatable module�).


Usage:
������
When you double-click on UnplugRM in a directory display, it will open a�
window after a few seconds. As it is only a very simple program, I didn�t�
bother to put an icon on the icon bar. The program will close down when you�
click on the close icon of the window.

�Search for the ROM module providing a SWI�:
This section of the window may prove useful to you in the future, when you�
have been working with some modules unplugged for a while. When you want to�
start a program, you may suddenly get an error message saying �SWI &xxxxx�
not known.� (SWI stands for �software interrupt�.) The message means that�
the program tried to use the routines a certain module offers, but the�
module wasn�t present, ie it was unplugged. To be able to work with your�
program, you have to re-activate this module. Fortunately, there is a way�
to find out which module offers which SWI, so UnplugRM can do this for you.�
Just type in the SWI number (you need not press Return) and the module�s�
name will be displayed to the right of it. If the SWI is not offered by any�
ROM module, the message �Not a SWI of a ROM module!� will be displayed. In�
this case, it�s not the fault of UnplugRM that your program doesn�t work!
Example: The error message �SWI &406C0 not known.� is displayed. You type�
in �406C0� and UnplugRM tells you that this SWI belongs to the �Hourglass��
module.
Note: Apart from SWIs, modules can also offer *commands. When you get an�
error message like �File �SLoad� not found.�, you should search for the�
command (�SLoad�) in this text file and re-activate the appropriate module�
(SpriteUtils in this case).

List of ROM modules:
This is an alphabetical list of all modules that the ROM of your computer�
contains, with those modules� names ticked that are unplugged. UnplugRM�
also displays the workspace size for each module. However, this value may�
be wrong because a module can claim additional workspace any time. Those�
modules that never initialise on your computer because the hardware they�
need is not present are greyed out and labelled �dormant�.
WARNING: You should NEVER EVER try to unplug a module that is somehow�
active at the moment. The strange thing about this is that you first get an�
error (which is handled by UnplugRM), but afterwards the module is�
unplugged nevertheless, and it can�t be re-activated again just like that!�
This happens, for example, when you click on BASIC (UnplugRM is a BASIC�
program!) or on !Paint when the Paint icon is on the icon bar. To get back�
your module without having to R-reset your computer, you have to do the�
following:
- press F12 in the desktop
- type �RMKill BASIC� and press Return (fill in the module�s name instead�
of �BASIC�)
- type �RMReInit BASIC� and press Return
- press Return once more to quit the command line
If the desktop won�t start up after a reset, try the following:
- hold down the * key ON THE NUMERIC KEYPAD during the reset
- when you see the word �Supervisor� written on the screen (and also loads�
of asterisks), release the * key and
- type �RMReInit <modulename>� and press Return (fill in the name of the�
module you suspect to be the one that prevents startup)
- type �Desktop�, press Return and pray

Note (RISC OS 3.11): There seem to be a few modules which you can unplug,�
but after a reset they won�t be unplugged anymore (eg, this is the case�
with the �Podule� module). I can only guess why this is so, but I think the�
reason is that Acorn have only reserved enough space in CMOS RAM to store�
the �unplug information� for 64 modules. However, the ROM contains 88�
modules altogether...

One last hint as to how to get yet another few kBytes more: ADFS maintains�
two buffers (8k each by default) for cacheing open files and the directory�
structure. You can set their size with *Configure ADFSBuffers and�
*Configure ADFSDirCache

Happy unplugging!
(And, as always: Sory four mi englisch-Mistakes!)



Description of the ROM modules:
�������������������������������
*commands in brackets
The hints assume that you want to use the desktop.
When you have any expansion cards fitted to your computer, there will be�
additional modules in the list UnplugRM displays.

!Alarm
!Calc
!Chars
!Configure
!Draw (Desktop_Draw)
!Edit (Desktop_Edit)
!Help
!Paint (Desktop_Paint)
As these modules don�t claim any workspace until the respective application�
installs itself on the icon bar, there is no need to unplug them. However,�
you may find it useful to unplug the �!Configure� module, because then�
nobody will be able to change your configuration.

ADFS (ADFS, Format)
ADFSFiler (Desktop_ADFSFiler)
ADFSUtils
These three modules form the Advanced Disc Filing System, which is�
responsible for the floppy disc drive and IDE hard discs (but not SCSI hard�
discs). You could only unplug them if you never need your floppy disc drive�
and IDE hard disc � a rather unlikely thing!

ARM3Support (Cache)
This RISC OS 3.11 module controls the use of the ARM3 processor�s cache. If�
you have an ARM3, you will need it, otherwise it is dormant anyway.

BASIC (BASIC)
BASICTrans
The BASIC interpreter is used by many programs, including UnplugRM. NEVER�
unplug it! BASICTrans contains the text messages used by BASIC.

BBCEconet
BroadcastLoader
Normally dormant � you need an Econet expansion card to use them. They�
provide software needed to use Acorn�s own Econet networking system. Used�
for example by NetFS and NetPrint. I think nobody uses Econet anymore these�
days.

BufferManager
This small module manages buffers (hey, you guessed it, didn�t you?) and is�
used by DeviceFS to buffer devices. These include the keyboard and�
serial/parallel port, so you had better not unplug it!

ColourTrans (ColourTransMapSize, ColourTransMap, ColourTransLoadings)
Is used by many programs that need to do colour conversions, dither sprites�
and similar things. It is also needed by the desktop, so don�t try to�
unplug it, this might crash the machine immediately.

Debugger (BreakClr, BreakList, BreakSet, Continue, Debug, InitStore,�
Memory, MemoryA, MemoryI, ShowRegs)
This module is normally only used by programmers when they write programs,�
but not in the programs themselves, so you can unplug it. (However, note�
that the SWI this module provides is used by some programs, eg Zap uses it�
in code mode.)

Desktop (Desktop)
Used to start up the desktop � is needed, so don�t unplug it!

DeviceFS
Provides you with one of the pleasant features that distinguish your Acorn�
computer from a Nintendo Entertainment System: You can use the keyboard.�
(Also responsible for the serial and parallel port.)

DOSFS (DOSMap, CopyBoot)
Allows your floppy disc to read and write DOS or Atari format. If you never�
need to do this, you can unplug the module.

DragASprite
Is used by many applications when you drag an icon from a �Save as�-box to�
a directory display: Instead of the icon�s outline, you can see the whole�
icon moving. Don�t unplug. (For the experts: Many programs use DragASprite�
regardless of the setting of the bit in CMOS RAM which says whether or not�
to do so!)

Draw
This module is used by the Draw application, but may also be used by other�
applications. If you never use the Draw application, you can try to unplug�
it, but then test all your DTP programs and other programs that somehow�
paint �Drawish� things onto the screen to see whether they still run�
properly. My advice: Don�t unplug.

Econet
Normally dormant � you need an Econet expansion card to use it. Provides�
software needed to use Acorn�s own Econet networking system. I think nobody�
uses Econet anymore these days.

FileCore (Backup, Bye, CheckMap, Compact, Defect, Dismount, Drive, Free,�
Map, Mount, NameDisc, NameDisk, Verify)
One of the two basic modules on which all filing system modules rely.�
Unplugging them is a really foolish thing!

Filer (Filer_OpenDir, Filer_CloseDir, Filer_Run, Filer_Boot, Desktop_Filer)
Is responsible for directory displays on the desktop. Unplugging it is not�
very useful.

FilerSWIs
Filer_Action (Filer_Action)
Perform file manipulation operations under the multitasking. Unplug them�
and try to, for example, copy a file � a text window is opened and the�
desktop hangs. Because Filer_Action needs no workspace and FilerSWIs only�
little, unplugging the modules has more disadvantages than advantages.

FileSwitch (Access, Cat, CDir, Copy, Count, Dir, EnumDir, Ex, FileInfo,�
Info, LCat, LEx, Lib, Rename, Run, SetType, Shut, ShutDown, Stamp, Up,�
Wipex, Back, URD, NoDir, NoURD, NoLib)
One of the two basic modules on which all filing system modules rely.�
Unplugging them is honestly a really foolish thing!

FilterManager (Filters)
Very few programs use this module to make other programs behave differently�
from how they normally react when certain things happen. Well, I think this�
somewhat vague description won�t help you very much, so I�ll try an�
example: �ImageFS� MIGHT use the FilterManager (I don�t have the program)�
to allow even those programs to load JPEG files that normally cannot load�
them. Because the module only needs little workspace, I recommend not to�
unplug it.

FontManager (FontList, FontCat, LoadFontCache, SaveFontCache, FontInstall,�
FontLibrary, FontRemove)
This module is responsible for everything that has to do with outline�
fonts. Even if you never use outline fonts, you still can�t unplug it as it�
is needed to display the �Initialising...� message when the desktop starts�
up.

FPEmulator
Either simulates or supports a floating point accelerator, ie a�
mathematical coprocessor. It is used by many programs, especially ones that�
are written in C. NEVER unplug the module � this immediately crashes the�
machine and prevents startup after a reset.

Free (Desktop_Free, ShowFree)
Provides filing systems with the windows that are displayed when you choose�
�Free� from their icon bar menus. You CAN unplug it, but then you�ll never�
know how much free space is left on your disc...

Germany (on a German model)
Gives the TerritoryManager information about Germany. Never unplug.

Hourglass
This module is used by many programs to display an hourglass when they have�
to stop the multitasking for a while. Don�t unplug.

IIC
Is used internally to read the battery-backed clock and CMOS RAM, so don�t�
unplug.

International (Alphabet, Country, Keyboard, Alphabets, Countries)
This module is responsible for setting and reading the configured country�
(and the alphabet and keyboard layout that is used). When I tried to unplug�
it on my A3010 (British model), I was still able to type on the keyboard�
after a reset. However, better don�t unplug (hardly needs any workspace�
anyway).

InternationalKeyboard
When you unplug this, you can still type, but you cannot enter any�
international characters such as Alt s for �ߕ (at least on my British�
machine). 

IRQUtils
This is a dummy module which is only included in RISC OS 3.11 to allow�
older programs which test its presence to still work correctly.

Joystick
If you never use a joystick, or if you load your joystick driver from disc,�
you can unplug this.

Messages
Contains most of the textual messages your computer addresses you with.�
Never unplug!

MessageTrans
This module is used by many programs to maintain their own textual�
messages. Never unplug it.

NetFiler (Desktop_NetFiler)
NetFS (AddFS, FS, I am, ListFS, Logon, Net, Pass, SDisc)
NetPrint (ListPS, PS, SetPS)
NetStatus
NetUtils
Another few modules that you need for Acorn�s Econet. If you haven�t got an�
Econet expansion card in your computer, NetFS, NetPrint and NetUtils will�
be dormant. In this case you can unplug NetFiler and NetStatus too, if you�
want to.

Obey (Obey)
Used for executing obey files. Don�t unplug.

PaletteUtil
This module provides you with the palette utility icon on your icon bar. As�
you�ll normally need it to change screen mode, don�t unplug it.

ParallelDeviceDriver
Responsible for maintaining the parallel port. If nothing is connected to�
your parallel port (typically a printer), you can unplug it.

PDriver
PDriverDP
PDumperDM
PDumperSupport
Finally we�ve made it to the four best candidates for unplugging (in RISC�
OS 3.11). These modules form the software to print from RISC OS�
applications. However, all of them have been replaced by newer versions�
which are loaded from disc when you run the printer driver. The ROM�
versions need quite a few kBytes of memory which are just wasted!
The RISC OS 3.5 ROM contain the newest versions of these modules, I think,�
so unplugging might not be so useful as in RISC OS 3.11.

Percussion
This module provides you with the waveforms �Percussion-Soft�,�
�Percussion-Medium�, �Percussion-Snare� and �Percussion-Noise� in the list�
of the �Configure� application where you can choose the system beep. The�
only other application I know which uses this module is �Maestro�. Unless�
you have chosen one of those noises as your system beep, you can really�
save the 2k of workspace and unplug it...

Pinboard
The pinboard allows you to pin files on the grey area above the icon bar,�
is responsible for backdrops, iconizing windows etc. You can unplug it, but�
then you won�t be able to do any of this.

PipeFS (PipeCopy)
I haven�t got a clue what this is for. The documentation says it�s used by�
the �TaskWindow� module and it �provides a mechanism for implementing named�
pipes between tasks, using the *PipeCopy command to move bytes from one�
pipe to another.� Ah.

Podule (PoduleLoad, PoduleSave)
This module manages the podules, ie expansion cards, in your computer.�
Obviously, when you haven�t any expansion cards installed, you could unplug�
the module, but when you do this, abracadabra, after a reset it isn�t�
unplugged any longer � weird.

Portable
This will be dormant for any machines other than portables, and on these I�
guess you�ll need it.

Printers
This module contains the Printers application. Like the other modules that�
have to do with printing, it is old and no longer used, so you can unplug�
it. (However, it needs no workspace.)

RamFS (Ram)
RAMFSFiler (Desktop_RAMFSFiler)
The RAM filing system and the module which provides its icon bar icon in�
the desktop. No need to unplug.

ResourceFiler
ResourceFS (ResourceFS)
These modules form the Resource filing system which is used by many ROM�
modules to read in their textual messages. Also, this provides you with the�
�Apps� icon on your icon bar.

ROMFonts
This module contains the ROM outline fonts. If you never use them, which is�
rather unlikely, you can unplug it, but note that the module doesn�t need�
any workspace anyway.

RTCAdjust
This one is not documented! I suspect that it has got something to do with�
the battery-backed clock. Unplugging doesn�t seem to have any effect, but�
better don�t!

ScreenBlanker (BlankTime)
Responsible for blanking the screen after there has not been a keypress for�
some time. If you have switched off this option with the �Configure��
application, you can also unplug the module.

SerialDeviceDriver
SerialDeviceSupport
Responsible for maintaining the serial port. If nothing is connected to�
your serial port (typically a modem, sometimes a printer), you can unplug�
them.

SharedCLibrary
This is used by many programs written in C (including the ROM�
applications). Surprisingly, the machine doesn�t crash when you unplug it,�
not even after a reset. However, better don�t unplug it.

ShellCLI (ShellCLI)
This module is responsible for what happens when you press F12 in the�
desktop, ie the command line is entered, but you return to the desktop when�
you enter a blank line. As it needs no workspace, there is no need to�
unplug it.

SoundChannels (Volume, Voices, ChannelVoice, Sound, Tuning)
SoundDMA (Audio, Speaker, Stereo)
If you never want to hear anything from your computer anymore, unplug!

SoundScheduler (Tempo, QSound)
This part of the sound system provides services which aren�t used by many�
programs, so unplugging the module should be OK. (The only program I can�
think of which might use this module is �Maestro�.)

SpriteExtend
This module is used by many programs as well as the desktop, so don�t�
unplug it.

SpriteUtils (SChoose, SGet, SFlipX, SFlipY, SDelete, SList, SLoad, SMerge,�
SNew, SSave, SInfo, SRename, SCopy, ScreenSave, ScreenLoad)
This module provides the *commands to use the system sprite area. It is�
hardly ever used (maybe in some old programs or simple BASIC programs), but�
as it needs no workspace anyway, better don�t unplug it.

Squash
This module is used for (de)compressing data. The only application I know�
which uses it is the �Squash� application, but because it only needs little�
workspace, I recommend not to unplug it.

StringLib
This module provides you with the waveforms �StringLib-Soft�,�
�StringLib-Pluck�, �StringLib-Steel� and �StringLib-Hard� in the list of�
the �Configure� application where you can choose the system beep. The only�
other application I know which uses this module is �Maestro�. Unless you�
have chosen one of those sounds as your system beep, you can really unplug�
it...

SuperSample
This is used internally by the �FontManager� module. Don�t unplug.

SystemDevices
This module uses DeviceFS to implement the system devices, such as the�
keyboard and the serial and parallel port. Don�t unplug it!

TaskManager (Desktop_TaskManager, ChangeDynamicArea)
Responsible for that greenish blot at the right end of the icon bar.�
Unplugging is not recommended because it prevents you from shutting down�
your computer. Also, a few programs use it to get information about other�
tasks.

TaskWindow (ShellCLI_Task, ShellCLI_TaskQuit, TaskWindow)
If you never use task windows, you can unplug this module.

TerritoryManager (Territories)
This module is used by many programs to inform themselves about the way�
they should print things onto the screen for the current territory (eg what�
character to use as a decimal point) and other similar things. Don�t unplug�
it.

UK (on a British model)
Gives the TerritoryManager information about the UK. Never unplug.

WaveSynth
This module provides you with the waveform �WaveSynth-Beep� in the list of�
the �Configure� application where you can choose the system beep. The only�
other application I know which uses this module is �Maestro�. If you have�
chosen this beep as your system beep, you mustn�t unplug it, otherwise you�
can.

WindowManager
NEVER unplug it, for heaven�s sake!

WindowUtils
Is needed by the WindowManager. Don�t unplug.
00000000  20 98 98 98 98 98 98 98  98 98 98 98 98 98 98 98  | ...............|
00000010  98 98 98 98 98 98 98 98  98 98 98 0a 20 20 48 65  |............  He|
00000020  6c 70 20 66 69 6c 65 20  66 6f 72 20 94 55 6e 70  |lp file for .Unp|
00000030  6c 75 67 52 4d 95 0a 20  98 98 98 98 98 98 98 98  |lugRM.. ........|
00000040  98 98 98 98 98 98 98 98  98 98 98 98 98 98 98 98  |................|
00000050  98 98 0a 0a a9 20 31 39  39 36 20 62 79 20 52 69  |..... 1996 by Ri|
00000060  63 68 61 72 64 20 41 74  74 65 72 65 72 20 28 77  |chard Atterer (w|
00000070  72 69 74 74 65 6e 20 32  32 2e 31 32 2e 31 39 39  |ritten 22.12.199|
00000080  35 20 74 6f 20 31 2e 31  2e 31 39 39 36 29 0a 55  |5 to 1.1.1996).U|
00000090  6e 70 6c 75 67 52 4d 20  69 73 20 46 72 65 65 77  |nplugRM is Freew|
000000a0  61 72 65 2e 0a 41 75 74  6f 6d 61 74 69 63 61 6c  |are..Automatical|
000000b0  6c 79 20 61 64 6a 75 73  74 73 20 69 74 73 65 6c  |ly adjusts itsel|
000000c0  66 20 74 6f 20 74 68 65  20 63 6f 6e 66 69 67 75  |f to the configu|
000000d0  72 65 64 20 63 6f 75 6e  74 72 79 2e 20 4c 61 6e  |red country. Lan|
000000e0  67 75 61 67 65 73 20 61  76 61 69 6c 61 62 6c 65  |guages available|
000000f0  a0 0a 61 72 65 20 45 6e  67 6c 69 73 68 20 61 6e  |..are English an|
00000100  64 20 47 65 72 6d 61 6e  2e 20 98 20 49 6e 20 74  |d German. . In t|
00000110  68 69 73 20 66 69 6c 65  2c 20 61 20 73 6f 66 74  |his file, a soft|
00000120  20 6c 69 6e 65 20 62 72  65 61 6b 20 69 73 20 72  | line break is r|
00000130  65 70 72 65 73 65 6e 74  65 64 20 62 79 a0 0a 3c  |epresented by..<|
00000140  31 36 30 3e 3c 31 30 3e  2e 20 57 68 79 20 64 6f  |160><10>. Why do|
00000150  65 73 20 6e 6f 20 74 65  78 74 20 65 64 69 74 6f  |es no text edito|
00000160  72 20 68 61 76 65 20 74  68 69 73 20 94 21 45 64  |r have this .!Ed|
00000170  69 74 2d 63 6f 6d 70 61  74 69 62 6c 65 95 20 6f  |it-compatible. o|
00000180  70 74 69 6f 6e 3f 0a 0a  57 41 52 4e 49 4e 47 3a  |ption?..WARNING:|
00000190  20 52 65 61 64 20 74 68  69 73 20 74 65 78 74 20  | Read this text |
000001a0  62 65 66 6f 72 65 20 75  73 69 6e 67 20 74 68 65  |before using the|
000001b0  20 70 72 6f 67 72 61 6d  21 0a 0a 48 65 6c 6c 6f  | program!..Hello|
000001c0  21 20 41 72 65 20 79 6f  75 20 73 6f 6d 65 74 69  |! Are you someti|
000001d0  6d 65 73 20 73 68 6f 72  74 20 6f 66 20 6d 65 6d  |mes short of mem|
000001e0  6f 72 79 3f 20 4e 65 76  65 72 3f 20 57 65 6c 6c  |ory? Never? Well|
000001f0  2c 20 74 68 65 6e 20 64  65 6c 65 74 65 20 74 68  |, then delete th|
00000200  69 73 a0 0a 70 72 6f 67  72 61 6d 2e 2e 2e 0a 46  |is..program....F|
00000210  6f 72 20 61 6c 6c 20 74  68 65 20 6f 74 68 65 72  |or all the other|
00000220  73 3a 20 54 68 65 72 65  20 69 73 20 61 20 77 61  |s: There is a wa|
00000230  79 20 74 6f 20 73 71 75  65 65 7a 65 20 73 6f 6d  |y to squeeze som|
00000240  65 20 6b 42 79 74 65 73  20 6f 66 20 66 72 65 65  |e kBytes of free|
00000250  20 6d 65 6d 6f 72 79 a0  0a 6f 75 74 20 6f 66 20  | memory..out of |
00000260  74 68 65 20 52 65 6c 6f  63 61 74 61 62 6c 65 20  |the Relocatable |
00000270  4d 6f 64 75 6c 65 20 41  72 65 61 20 28 52 4d 41  |Module Area (RMA|
00000280  29 20 62 79 20 94 73 77  69 74 63 68 69 6e 67 20  |) by .switching |
00000290  6f 66 66 95 20 74 68 6f  73 65 20 70 61 72 74 73  |off. those parts|
000002a0  20 6f 66 a0 0a 74 68 65  20 6f 70 65 72 61 74 69  | of..the operati|
000002b0  6e 67 20 73 79 73 74 65  6d 20 77 68 6f 73 65 20  |ng system whose |
000002c0  73 65 72 76 69 63 65 73  20 79 6f 75 20 6e 65 76  |services you nev|
000002d0  65 72 20 6e 65 65 64 20  61 6e 79 77 61 79 20 61  |er need anyway a|
000002e0  6e 64 20 74 68 75 73 20  61 76 6f 69 64 69 6e 67  |nd thus avoiding|
000002f0  a0 0a 74 68 61 74 20 74  68 65 79 20 63 6c 61 69  |..that they clai|
00000300  6d 20 6d 65 6d 6f 72 79  20 66 72 6f 6d 20 74 68  |m memory from th|
00000310  65 20 52 4d 41 2e 20 54  68 69 73 20 68 61 73 20  |e RMA. This has |
00000320  69 74 73 20 64 61 6e 67  65 72 73 2c 20 62 75 74  |its dangers, but|
00000330  20 69 66 20 79 6f 75 20  72 65 61 64 a0 0a 74 68  | if you read..th|
00000340  65 20 66 6f 6c 6c 6f 77  69 6e 67 20 74 65 78 74  |e following text|
00000350  20 63 61 72 65 66 75 6c  6c 79 2c 20 74 68 65 72  | carefully, ther|
00000360  65 20 77 6f 6e 91 74 20  62 65 20 61 6e 79 20 70  |e won.t be any p|
00000370  72 6f 62 6c 65 6d 73 2e  0a 0a 4f 6e 20 6d 79 20  |roblems...On my |
00000380  52 49 53 43 20 4f 53 20  33 2e 31 31 20 41 33 30  |RISC OS 3.11 A30|
00000390  31 30 20 77 69 74 68 20  32 4d 42 20 52 41 4d 2c  |10 with 2MB RAM,|
000003a0  20 49 20 77 61 73 20 61  62 6c 65 20 74 6f 20 66  | I was able to f|
000003b0  72 65 65 20 61 20 6c 69  74 74 6c 65 20 6d 6f 72  |ree a little mor|
000003c0  65 a0 0a 74 68 61 6e 20  31 36 6b 2c 20 77 68 69  |e..than 16k, whi|
000003d0  63 68 20 72 65 73 75 6c  74 65 64 20 69 6e 20 74  |ch resulted in t|
000003e0  77 6f 20 6d 6f 72 65 20  66 72 65 65 20 31 36 6b  |wo more free 16k|
000003f0  20 70 61 67 65 73 21 0a  0a 98 98 98 98 98 98 98  | pages!.........|
00000400  98 98 98 98 98 98 98 98  98 98 98 98 98 98 98 98  |................|
*
00000440  98 98 98 98 98 0a 0a 54  68 69 73 20 70 69 65 63  |.......This piec|
00000450  65 20 6f 66 20 73 6f 66  74 77 61 72 65 20 69 73  |e of software is|
00000460  20 46 72 65 65 77 61 72  65 2c 20 77 68 69 63 68  | Freeware, which|
00000470  20 6d 65 61 6e 73 20 69  74 20 6d 61 79 20 62 65  | means it may be|
00000480  20 63 6f 70 69 65 64 20  61 6e 64 20 73 70 72 65  | copied and spre|
00000490  61 64 a0 0a 66 72 65 65  6c 79 20 61 73 20 6c 6f  |ad..freely as lo|
000004a0  6e 67 20 61 73 20 6e 6f  20 6d 6f 64 69 66 69 63  |ng as no modific|
000004b0  61 74 69 6f 6e 73 20 61  72 65 20 6d 61 64 65 20  |ations are made |
000004c0  61 6e 64 20 61 6c 6c 20  66 69 6c 65 73 20 61 72  |and all files ar|
000004d0  65 20 69 6e 63 6c 75 64  65 64 2c 20 62 75 74 a0  |e included, but.|
000004e0  0a 49 20 73 74 69 6c 6c  20 68 61 76 65 20 74 68  |.I still have th|
000004f0  65 20 63 6f 70 79 72 69  67 68 74 2e 20 57 68 65  |e copyright. Whe|
00000500  6e 20 74 68 65 20 70 72  6f 67 72 61 6d 20 69 73  |n the program is|
00000510  20 73 70 72 65 61 64 2c  20 6e 6f 74 68 69 6e 67  | spread, nothing|
00000520  20 6d 75 73 74 20 62 65  a0 0a 63 68 61 72 67 65  | must be..charge|
00000530  64 20 66 6f 72 20 69 74  20 28 65 78 63 65 70 74  |d for it (except|
00000540  20 66 6f 72 20 63 6f 73  74 73 20 66 6f 72 20 64  | for costs for d|
00000550  69 73 63 73 20 65 74 63  2e 29 2e 20 49 66 20 73  |iscs etc.). If s|
00000560  6f 6d 65 6f 6e 65 20 70  72 6f 66 69 74 73 20 66  |omeone profits f|
00000570  72 6f 6d a0 0a 74 68 65  20 73 70 72 65 61 64 69  |rom..the spreadi|
00000580  6e 67 2c 20 65 67 20 74  68 65 20 70 72 6f 67 72  |ng, eg the progr|
00000590  61 6d 20 69 73 20 73 70  72 65 61 64 20 6f 6e 20  |am is spread on |
000005a0  74 68 65 20 64 69 73 63  20 61 63 63 6f 6d 70 61  |the disc accompa|
000005b0  6e 79 69 6e 67 20 61 20  6d 61 67 61 7a 69 6e 65  |nying a magazine|
000005c0  a0 0a 6f 72 20 61 73 20  61 6e 20 94 65 78 74 72  |..or as an .extr|
000005d0  61 95 20 74 6f 67 65 74  68 65 72 20 77 69 74 68  |a. together with|
000005e0  20 63 6f 6d 6d 65 72 63  69 61 6c 20 73 6f 66 74  | commercial soft|
000005f0  77 61 72 65 2c 20 79 6f  75 20 6e 65 65 64 20 6d  |ware, you need m|
00000600  79 20 77 72 69 74 74 65  6e a0 0a 70 65 72 6d 69  |y written..permi|
00000610  73 73 69 6f 6e 20 74 6f  20 64 6f 20 74 68 69 73  |ssion to do this|
00000620  20 28 2e 2e 2e 61 6e 64  20 49 20 77 61 6e 74 20  | (...and I want |
00000630  73 6f 6d 65 20 6d 6f 6e  65 79 20 66 6f 72 20 74  |some money for t|
00000640  68 61 74 21 29 2e 0a 54  68 65 20 6f 6e 6c 79 20  |hat!)..The only |
00000650  63 61 73 65 20 77 68 65  6e 20 79 6f 75 20 61 72  |case when you ar|
00000660  65 20 61 6c 6c 6f 77 65  64 20 74 6f 20 6d 61 6b  |e allowed to mak|
00000670  65 20 6d 6f 64 69 66 69  63 61 74 69 6f 6e 73 20  |e modifications |
00000680  74 6f 20 61 6e 79 20 6f  66 20 74 68 65 a0 0a 66  |to any of the..f|
00000690  69 6c 65 73 20 69 73 20  77 68 65 6e 20 63 68 61  |iles is when cha|
000006a0  6e 67 69 6e 67 20 74 68  69 73 20 66 69 6c 65 2e  |nging this file.|
000006b0  20 57 68 65 6e 20 79 6f  75 20 64 6f 20 74 68 69  | When you do thi|
000006c0  73 2c 20 79 6f 75 20 6d  75 73 74 20 4f 4e 4c 59  |s, you must ONLY|
000006d0  20 41 44 44 20 74 65 78  74 2c a0 0a 79 6f 75 20  | ADD text,..you |
000006e0  6d 75 73 74 20 70 72 65  63 65 64 65 20 65 61 63  |must precede eac|
000006f0  68 20 63 6f 6d 6d 65 6e  74 20 77 69 74 68 20 79  |h comment with y|
00000700  6f 75 72 20 69 6e 69 74  69 61 6c 73 20 61 6e 64  |our initials and|
00000710  20 61 64 64 20 79 6f 75  72 20 6e 61 6d 65 20 61  | add your name a|
00000720  74 20 74 68 65 a0 0a 65  6e 64 20 6f 66 20 74 68  |t the..end of th|
00000730  65 20 74 65 78 74 2e 20  41 6c 73 6f 2c 20 79 6f  |e text. Also, yo|
00000740  75 20 73 68 6f 75 6c 64  20 73 65 6e 64 20 6d 65  |u should send me|
00000750  20 61 20 63 6f 70 79 2e  20 46 69 6e 61 6c 6c 79  | a copy. Finally|
00000760  2c 20 79 6f 75 20 73 68  6f 75 6c 64 a0 0a 61 70  |, you should..ap|
00000770  70 65 6e 64 20 79 6f 75  72 20 63 68 61 6e 67 65  |pend your change|
00000780  73 20 74 6f 20 74 68 65  20 47 65 72 6d 61 6e 20  |s to the German |
00000790  66 69 6c 65 20 61 73 20  77 65 6c 6c 2c 20 69 6e  |file as well, in|
000007a0  20 45 6e 67 6c 69 73 68  20 69 66 20 6e 65 63 65  | English if nece|
000007b0  73 73 61 72 79 2e 0a 57  41 52 4e 49 4e 47 3a 20  |ssary..WARNING: |
000007c0  55 73 69 6e 67 20 74 68  69 73 20 70 72 6f 67 72  |Using this progr|
000007d0  61 6d 20 69 73 20 65 6e  74 69 72 65 6c 79 20 61  |am is entirely a|
000007e0  74 20 79 6f 75 72 20 6f  77 6e 20 72 69 73 6b 2e  |t your own risk.|
000007f0  20 50 6c 61 79 69 6e 67  20 61 72 6f 75 6e 64 a0  | Playing around.|
00000800  0a 77 69 74 68 20 69 74  20 6d 61 79 20 68 61 76  |.with it may hav|
00000810  65 20 64 69 73 61 73 74  72 6f 75 73 20 65 66 66  |e disastrous eff|
00000820  65 63 74 73 21 20 49 20  63 61 6e 6e 6f 74 20 62  |ects! I cannot b|
00000830  65 20 68 65 6c 64 20 72  65 73 70 6f 6e 73 69 62  |e held responsib|
00000840  6c 65 20 66 6f 72 20 61  6e 79 a0 0a 64 61 6d 61  |le for any..dama|
00000850  67 65 73 20 63 61 75 73  65 64 20 62 79 20 74 68  |ges caused by th|
00000860  69 73 20 61 6e 64 20 6e  65 69 74 68 65 72 20 66  |is and neither f|
00000870  6f 72 20 61 6e 79 20 65  72 72 6f 72 73 20 69 6e  |or any errors in|
00000880  20 74 68 65 20 70 72 6f  67 72 61 6d 20 6f 72 20  | the program or |
00000890  69 6e 20 74 68 65 a0 0a  64 6f 63 75 6d 65 6e 74  |in the..document|
000008a0  61 74 69 6f 6e 2e 0a 0a  98 98 98 98 98 98 98 98  |ation...........|
000008b0  98 98 98 98 98 98 98 98  98 98 98 98 98 98 98 98  |................|
*
000008f0  98 98 98 98 0a 0a 4e 6f  74 65 73 3a 0a 2d 20 54  |......Notes:.- T|
00000900  68 69 73 20 70 72 6f 67  72 61 6d 20 63 68 61 6e  |his program chan|
00000910  67 65 73 20 43 4d 4f 53  20 52 41 4d 20 73 65 74  |ges CMOS RAM set|
00000920  74 69 6e 67 73 2e 20 57  68 65 6e 20 79 6f 75 20  |tings. When you |
00000930  70 6c 61 79 20 61 72 6f  75 6e 64 20 77 69 74 68  |play around with|
00000940  20 69 74 a0 0a 28 77 68  69 63 68 20 79 6f 75 20  | it..(which you |
00000950  73 68 6f 75 6c 64 6e 91  74 20 74 72 79 21 29 2c  |shouldn.t try!),|
00000960  20 79 6f 75 20 6d 61 79  20 63 72 61 73 68 20 74  | you may crash t|
00000970  68 65 20 6d 61 63 68 69  6e 65 20 61 6e 64 2f 6f  |he machine and/o|
00000980  72 20 6d 61 79 20 6e 6f  74 20 62 65 a0 0a 61 62  |r may not be..ab|
00000990  6c 65 20 74 6f 20 73 74  61 72 74 20 75 70 20 61  |le to start up a|
000009a0  66 74 65 72 20 61 20 72  65 73 65 74 2e 20 43 6f  |fter a reset. Co|
000009b0  6e 73 65 71 75 65 6e 74  6c 79 2c 20 69 74 20 69  |nsequently, it i|
000009c0  73 20 61 20 67 6f 6f 64  20 69 64 65 61 20 74 6f  |s a good idea to|
000009d0  20 73 61 76 65 20 74 68  65 a0 0a 63 6f 6e 74 65  | save the..conte|
000009e0  6e 74 73 20 6f 66 20 79  6f 75 72 20 43 4d 4f 53  |nts of your CMOS|
000009f0  20 52 41 4d 20 74 6f 20  64 69 73 63 20 66 69 72  | RAM to disc fir|
00000a00  73 74 2e 20 57 68 65 6e  20 79 6f 75 20 68 61 76  |st. When you hav|
00000a10  65 20 70 72 6f 62 6c 65  6d 73 2c 20 79 6f 75 20  |e problems, you |
00000a20  63 61 6e a0 0a 68 6f 6c  64 20 64 6f 77 6e 20 74  |can..hold down t|
00000a30  68 65 20 52 20 6b 65 79  20 64 75 72 69 6e 67 20  |he R key during |
00000a40  74 68 65 20 72 65 73 65  74 2c 20 77 68 69 63 68  |the reset, which|
00000a50  20 72 65 73 65 74 73 20  74 68 65 20 43 4d 4f 53  | resets the CMOS|
00000a60  20 52 41 4d 20 73 65 74  74 69 6e 67 73 2c a0 0a  | RAM settings,..|
00000a70  61 6e 64 20 74 68 65 6e  20 72 65 6c 6f 61 64 20  |and then reload |
00000a80  79 6f 75 72 20 70 65 72  73 6f 6e 61 6c 20 73 65  |your personal se|
00000a90  74 74 69 6e 67 73 20 66  72 6f 6d 20 64 69 73 63  |ttings from disc|
00000aa0  2e 0a 2d 20 41 73 20 75  73 69 6e 67 20 55 6e 70  |..- As using Unp|
00000ab0  6c 75 67 52 4d 20 69 73  20 70 6f 74 65 6e 74 69  |lugRM is potenti|
00000ac0  61 6c 6c 79 20 64 61 6e  67 65 72 6f 75 73 2c 20  |ally dangerous, |
00000ad0  79 6f 75 20 73 68 6f 75  6c 64 6e 91 74 20 75 73  |you shouldn.t us|
00000ae0  65 20 69 74 20 77 68 65  6e a0 0a 74 68 65 72 65  |e it when..there|
00000af0  20 69 73 20 75 6e 73 61  76 65 64 20 77 6f 72 6b  | is unsaved work|
00000b00  20 69 6e 20 73 6f 6d 65  20 6f 74 68 65 72 20 61  | in some other a|
00000b10  70 70 6c 69 63 61 74 69  6f 6e 2e 0a 2d 20 49 6e  |pplication..- In|
00000b20  20 6d 6f 73 74 20 63 61  73 65 73 20 79 6f 75 20  | most cases you |
00000b30  77 69 6c 6c 20 66 69 72  73 74 20 68 61 76 65 20  |will first have |
00000b40  74 6f 20 72 65 73 65 74  20 79 6f 75 72 20 6d 61  |to reset your ma|
00000b50  63 68 69 6e 65 20 74 6f  20 73 65 65 20 68 6f 77  |chine to see how|
00000b60  20 6d 75 63 68 a0 0a 6d  65 6d 6f 72 79 20 79 6f  | much..memory yo|
00000b70  75 20 61 63 74 75 61 6c  6c 79 20 67 61 69 6e 2e  |u actually gain.|
00000b80  20 54 68 69 73 20 61 70  70 6c 69 65 73 20 65 73  | This applies es|
00000b90  70 65 63 69 61 6c 6c 79  20 74 6f 20 52 49 53 43  |pecially to RISC|
00000ba0  20 4f 53 20 56 65 72 73  69 6f 6e 73 20 6c 6f 77  | OS Versions low|
00000bb0  65 72 a0 0a 74 68 61 6e  20 33 2e 35 20 98 20 68  |er..than 3.5 . h|
00000bc0  6f 77 65 76 65 72 2c 20  65 76 65 6e 20 77 69 74  |owever, even wit|
00000bd0  68 20 56 33 2e 35 20 74  68 65 72 65 20 6d 61 79  |h V3.5 there may|
00000be0  20 62 65 20 61 20 64 69  66 66 65 72 65 6e 63 65  | be a difference|
00000bf0  20 6f 66 20 6f 6e 65 20  34 6b 20 70 61 67 65 a0  | of one 4k page.|
00000c00  0a 6f 72 20 73 6f 2e 0a  2d 20 49 20 28 52 2e 41  |.or so..- I (R.A|
00000c10  2e 29 20 63 6f 75 6c 64  20 6f 6e 6c 79 20 74 65  |.) could only te|
00000c20  73 74 20 74 68 65 20 70  72 6f 67 72 61 6d 20 77  |st the program w|
00000c30  69 74 68 20 52 49 53 43  20 4f 53 20 33 2e 31 31  |ith RISC OS 3.11|
00000c40  2e 20 54 68 65 72 65 20  6d 69 67 68 74 20 62 65  |. There might be|
00000c50  a0 0a 69 6d 70 6f 72 74  61 6e 74 20 74 68 69 6e  |..important thin|
00000c60  67 73 20 74 6f 20 73 61  79 20 61 62 6f 75 74 20  |gs to say about |
00000c70  6f 74 68 65 72 20 76 65  72 73 69 6f 6e 73 20 6f  |other versions o|
00000c80  66 20 52 49 53 43 20 4f  53 2e 20 49 20 68 6f 70  |f RISC OS. I hop|
00000c90  65 20 74 68 61 74 a0 0a  73 6f 6d 65 6f 6e 65 20  |e that..someone |
00000ca0  77 69 6c 6c 20 61 64 64  20 68 69 73 20 63 6f 6d  |will add his com|
00000cb0  6d 65 6e 74 73 20 61 62  6f 75 74 20 52 49 53 43  |ments about RISC|
00000cc0  20 4f 53 20 33 2e 35 20  61 6e 64 20 6c 61 74 65  | OS 3.5 and late|
00000cd0  72 20 62 65 66 6f 72 65  20 70 65 6f 70 6c 65 a0  |r before people.|
00000ce0  0a 73 74 61 72 74 20 6d  61 69 6c 69 6e 67 20 6c  |.start mailing l|
00000cf0  65 74 74 65 72 2d 62 6f  6d 62 73 2e 2e 2e 0a 0a  |etter-bombs.....|
00000d00  49 6e 74 72 6f 64 75 63  74 69 6f 6e 3a 0a 98 98  |Introduction:...|
00000d10  98 98 98 98 98 98 98 98  98 98 98 0a 41 73 20 79  |............As y|
00000d20  6f 75 20 6d 69 67 68 74  20 6b 6e 6f 77 2c 20 74  |ou might know, t|
00000d30  68 65 20 52 49 53 43 20  4f 53 20 52 4f 4d 20 63  |he RISC OS ROM c|
00000d40  6f 6e 73 69 73 74 73 20  6f 66 20 6d 61 6e 79 20  |onsists of many |
00000d50  6d 6f 64 75 6c 65 73 20  65 61 63 68 20 6f 66 20  |modules each of |
00000d60  77 68 69 63 68 a0 0a 69  73 20 72 65 73 70 6f 6e  |which..is respon|
00000d70  73 69 62 6c 65 20 66 6f  72 20 70 65 72 66 6f 72  |sible for perfor|
00000d80  6d 69 6e 67 20 61 20 63  65 72 74 61 69 6e 20 74  |ming a certain t|
00000d90  61 73 6b 20 6f 72 20 61  20 6e 75 6d 62 65 72 20  |ask or a number |
00000da0  6f 66 20 74 61 73 6b 73  20 74 68 61 74 a0 0a 62  |of tasks that..b|
00000db0  65 6c 6f 6e 67 20 74 6f  67 65 74 68 65 72 20 73  |elong together s|
00000dc0  6f 6d 65 68 6f 77 2e 20  41 20 6d 6f 64 75 6c 65  |omehow. A module|
00000dd0  20 63 61 6e 20 62 65 20  71 75 69 74 65 20 63 6f  | can be quite co|
00000de0  6d 70 6c 65 78 2c 20 66  6f 72 20 65 78 61 6d 70  |mplex, for examp|
00000df0  6c 65 20 74 68 65 a0 0a  90 57 69 6e 64 6f 77 4d  |le the...WindowM|
00000e00  61 6e 61 67 65 72 91 20  6d 6f 64 75 6c 65 2c 20  |anager. module, |
00000e10  77 68 69 63 68 20 6d 61  6e 61 67 65 73 20 74 68  |which manages th|
00000e20  65 20 77 68 6f 6c 65 20  64 65 73 6b 74 6f 70 20  |e whole desktop |
00000e30  77 6f 72 6c 64 2c 20 6f  72 20 63 61 6e 20 62 65  |world, or can be|
00000e40  a0 0a 76 65 72 79 20 73  69 6d 70 6c 65 2c 20 66  |..very simple, f|
00000e50  6f 72 20 65 78 61 6d 70  6c 65 20 74 68 65 20 90  |or example the .|
00000e60  53 63 72 65 65 6e 42 6c  61 6e 6b 65 72 91 20 6d  |ScreenBlanker. m|
00000e70  6f 64 75 6c 65 2c 20 77  68 69 63 68 20 6a 75 73  |odule, which jus|
00000e80  74 20 62 6c 61 6e 6b 73  20 74 68 65 a0 0a 73 63  |t blanks the..sc|
00000e90  72 65 65 6e 20 77 68 65  6e 20 74 68 65 72 65 20  |reen when there |
00000ea0  68 61 73 6e 91 74 20 62  65 65 6e 20 61 20 6b 65  |hasn.t been a ke|
00000eb0  79 70 72 65 73 73 20 66  6f 72 20 73 6f 6d 65 20  |ypress for some |
00000ec0  74 69 6d 65 2e 0a 42 79  20 64 65 66 61 75 6c 74  |time..By default|
00000ed0  2c 20 41 4c 4c 20 6d 6f  64 75 6c 65 73 20 74 68  |, ALL modules th|
00000ee0  65 20 52 4f 4d 20 63 6f  6e 74 61 69 6e 73 20 61  |e ROM contains a|
00000ef0  72 65 20 61 63 74 69 76  61 74 65 64 2e 20 57 68  |re activated. Wh|
00000f00  65 6e 20 74 68 65 20 6d  61 63 68 69 6e 65 20 69  |en the machine i|
00000f10  73 a0 0a 72 65 73 65 74  2c 20 74 68 65 73 65 20  |s..reset, these |
00000f20  6d 6f 64 75 6c 65 73 20  69 6e 69 74 69 61 6c 69  |modules initiali|
00000f30  73 65 2c 20 69 65 20 74  68 65 79 20 74 61 6b 65  |se, ie they take|
00000f40  20 61 6c 6c 20 61 63 74  69 6f 6e 73 20 6e 65 63  | all actions nec|
00000f50  65 73 73 61 72 79 20 73  6f 20 74 68 65 a0 0a 66  |essary so the..f|
00000f60  61 63 69 6c 69 74 69 65  73 20 74 68 65 79 20 6f  |acilities they o|
00000f70  66 66 65 72 20 63 61 6e  20 62 65 20 75 73 65 64  |ffer can be used|
00000f80  20 28 74 68 65 72 65 20  61 72 65 20 61 20 66 65  | (there are a fe|
00000f90  77 20 74 68 61 74 20 77  6f 6e 91 74 20 69 6e 69  |w that won.t ini|
00000fa0  74 69 61 6c 69 73 65 20  69 66 a0 0a 74 68 65 20  |tialise if..the |
00000fb0  68 61 72 64 77 61 72 65  20 74 68 65 79 20 64 65  |hardware they de|
00000fc0  70 65 6e 64 20 6f 6e 20  69 73 20 6e 6f 74 20 70  |pend on is not p|
00000fd0  72 65 73 65 6e 74 29 2e  20 41 20 74 79 70 69 63  |resent). A typic|
00000fe0  61 6c 20 61 63 74 69 6f  6e 20 69 73 20 74 6f 20  |al action is to |
00000ff0  63 6c 61 69 6d a0 0a 73  6f 6d 65 20 77 6f 72 6b  |claim..some work|
00001000  73 70 61 63 65 20 66 72  6f 6d 20 74 68 65 20 52  |space from the R|
00001010  4d 41 2e 20 54 68 75 73  2c 20 74 68 65 20 77 6f  |MA. Thus, the wo|
00001020  72 6b 73 70 61 63 65 20  69 73 20 63 6c 61 69 6d  |rkspace is claim|
00001030  65 64 20 65 76 65 6e 20  69 66 20 74 68 65 a0 0a  |ed even if the..|
00001040  6d 6f 64 75 6c 65 20 69  73 6e 91 74 20 6e 65 65  |module isn.t nee|
00001050  64 65 64 20 61 66 74 65  72 77 61 72 64 73 20 61  |ded afterwards a|
00001060  6e 79 6d 6f 72 65 2e 0a  54 68 65 20 69 64 65 61  |nymore..The idea|
00001070  20 62 65 68 69 6e 64 20  55 6e 70 6c 75 67 52 4d  | behind UnplugRM|
00001080  20 69 73 20 74 68 69 73  3a 20 57 68 79 20 6e 6f  | is this: Why no|
00001090  74 20 70 72 65 76 65 6e  74 20 74 68 6f 73 65 20  |t prevent those |
000010a0  6d 6f 64 75 6c 65 73 20  66 72 6f 6d a0 0a 69 6e  |modules from..in|
000010b0  69 74 69 61 6c 69 73 69  6e 67 20 77 68 6f 73 65  |itialising whose|
000010c0  20 73 65 72 76 69 63 65  73 20 77 65 20 64 6f 6e  | services we don|
000010d0  91 74 20 6e 65 65 64 20  61 6e 79 77 61 79 3f 20  |.t need anyway? |
000010e0  54 68 69 73 20 77 6f 75  6c 64 20 72 65 73 75 6c  |This would resul|
000010f0  74 20 69 6e 20 74 68 65  a0 0a 77 6f 72 6b 73 70  |t in the..worksp|
00001100  61 63 65 20 74 68 65 79  20 6e 6f 72 6d 61 6c 6c  |ace they normall|
00001110  79 20 6e 65 65 64 20 6e  6f 74 20 62 65 69 6e 67  |y need not being|
00001120  20 63 6c 61 69 6d 65 64  2e 20 4f 6e 20 74 68 65  | claimed. On the|
00001130  20 6f 74 68 65 72 20 68  61 6e 64 2c 20 74 68 69  | other hand, thi|
00001140  73 a0 0a 6d 65 61 6e 73  20 74 68 61 74 20 70 72  |s..means that pr|
00001150  6f 67 72 61 6d 73 20 77  68 69 63 68 20 72 65 6c  |ograms which rel|
00001160  79 20 6f 6e 20 61 20 70  61 72 74 69 63 75 6c 61  |y on a particula|
00001170  72 20 6d 6f 64 75 6c 65  91 73 20 70 72 65 73 65  |r module.s prese|
00001180  6e 63 65 20 77 69 6c 6c  20 6e 6f 74 a0 0a 77 6f  |nce will not..wo|
00001190  72 6b 20 69 66 20 74 68  65 20 6d 6f 64 75 6c 65  |rk if the module|
000011a0  20 68 61 73 20 6e 6f 74  20 62 65 65 6e 20 69 6e  | has not been in|
000011b0  69 74 69 61 6c 69 73 65  64 2c 20 73 6f 20 79 6f  |itialised, so yo|
000011c0  75 20 68 61 76 65 20 74  6f 20 62 65 20 63 61 72  |u have to be car|
000011d0  65 66 75 6c 20 77 69 74  68 a0 0a 77 68 69 63 68  |eful with..which|
000011e0  20 6d 6f 64 75 6c 65 73  20 79 6f 75 20 64 65 2d  | modules you de-|
000011f0  61 63 74 69 76 61 74 65  2e 20 4c 61 74 65 72 20  |activate. Later |
00001200  69 6e 20 74 68 69 73 20  66 69 6c 65 2c 20 74 68  |in this file, th|
00001210  65 72 65 20 69 73 20 61  20 6c 69 73 74 20 6f 66  |ere is a list of|
00001220  20 61 6c 6c a0 0a 6d 6f  64 75 6c 65 73 20 61 6e  | all..modules an|
00001230  64 20 61 20 64 65 73 63  72 69 70 74 69 6f 6e 20  |d a description |
00001240  6f 66 20 77 68 61 74 20  74 68 65 79 20 64 6f 2c  |of what they do,|
00001250  20 73 6f 20 74 68 61 74  20 79 6f 75 20 63 61 6e  | so that you can|
00001260  20 64 65 63 69 64 65 20  66 6f 72 20 65 61 63 68  | decide for each|
00001270  a0 0a 6f 6e 65 20 77 68  65 74 68 65 72 20 79 6f  |..one whether yo|
00001280  75 20 6e 65 65 64 20 69  74 20 6f 72 20 6e 6f 74  |u need it or not|
00001290  2e 0a 0a 42 79 20 74 68  65 20 77 61 79 3a 20 54  |...By the way: T|
000012a0  68 65 20 4f 53 20 63 6f  6d 6d 61 6e 64 20 74 68  |he OS command th|
000012b0  61 74 20 70 72 65 76 65  6e 74 73 20 74 68 65 20  |at prevents the |
000012c0  69 6e 69 74 69 61 6c 69  73 61 74 69 6f 6e 20 6f  |initialisation o|
000012d0  66 20 61 20 6d 6f 64 75  6c 65 20 6f 6e a0 0a 73  |f a module on..s|
000012e0  75 62 73 65 71 75 65 6e  74 20 72 65 73 65 74 73  |ubsequent resets|
000012f0  20 69 73 20 94 55 6e 70  6c 75 67 95 2c 20 73 6f  | is .Unplug., so|
00001300  20 74 68 61 74 91 73 20  77 68 79 20 74 68 65 20  | that.s why the |
00001310  70 72 6f 67 72 61 6d 20  69 73 20 63 61 6c 6c 65  |program is calle|
00001320  64 a0 0a 94 55 6e 70 6c  75 67 52 4d 95 20 28 52  |d...UnplugRM. (R|
00001330  4d 20 6d 65 61 6e 73 20  94 72 65 6c 6f 63 61 74  |M means .relocat|
00001340  61 62 6c 65 20 6d 6f 64  75 6c 65 95 29 2e 0a 0a  |able module.)...|
00001350  0a 55 73 61 67 65 3a 0a  98 98 98 98 98 98 0a 57  |.Usage:........W|
00001360  68 65 6e 20 79 6f 75 20  64 6f 75 62 6c 65 2d 63  |hen you double-c|
00001370  6c 69 63 6b 20 6f 6e 20  55 6e 70 6c 75 67 52 4d  |lick on UnplugRM|
00001380  20 69 6e 20 61 20 64 69  72 65 63 74 6f 72 79 20  | in a directory |
00001390  64 69 73 70 6c 61 79 2c  20 69 74 20 77 69 6c 6c  |display, it will|
000013a0  20 6f 70 65 6e 20 61 a0  0a 77 69 6e 64 6f 77 20  | open a..window |
000013b0  61 66 74 65 72 20 61 20  66 65 77 20 73 65 63 6f  |after a few seco|
000013c0  6e 64 73 2e 20 41 73 20  69 74 20 69 73 20 6f 6e  |nds. As it is on|
000013d0  6c 79 20 61 20 76 65 72  79 20 73 69 6d 70 6c 65  |ly a very simple|
000013e0  20 70 72 6f 67 72 61 6d  2c 20 49 20 64 69 64 6e  | program, I didn|
000013f0  91 74 a0 0a 62 6f 74 68  65 72 20 74 6f 20 70 75  |.t..bother to pu|
00001400  74 20 61 6e 20 69 63 6f  6e 20 6f 6e 20 74 68 65  |t an icon on the|
00001410  20 69 63 6f 6e 20 62 61  72 2e 20 54 68 65 20 70  | icon bar. The p|
00001420  72 6f 67 72 61 6d 20 77  69 6c 6c 20 63 6c 6f 73  |rogram will clos|
00001430  65 20 64 6f 77 6e 20 77  68 65 6e 20 79 6f 75 a0  |e down when you.|
00001440  0a 63 6c 69 63 6b 20 6f  6e 20 74 68 65 20 63 6c  |.click on the cl|
00001450  6f 73 65 20 69 63 6f 6e  20 6f 66 20 74 68 65 20  |ose icon of the |
00001460  77 69 6e 64 6f 77 2e 0a  0a 94 53 65 61 72 63 68  |window....Search|
00001470  20 66 6f 72 20 74 68 65  20 52 4f 4d 20 6d 6f 64  | for the ROM mod|
00001480  75 6c 65 20 70 72 6f 76  69 64 69 6e 67 20 61 20  |ule providing a |
00001490  53 57 49 95 3a 0a 54 68  69 73 20 73 65 63 74 69  |SWI.:.This secti|
000014a0  6f 6e 20 6f 66 20 74 68  65 20 77 69 6e 64 6f 77  |on of the window|
000014b0  20 6d 61 79 20 70 72 6f  76 65 20 75 73 65 66 75  | may prove usefu|
000014c0  6c 20 74 6f 20 79 6f 75  20 69 6e 20 74 68 65 20  |l to you in the |
000014d0  66 75 74 75 72 65 2c 20  77 68 65 6e 20 79 6f 75  |future, when you|
000014e0  a0 0a 68 61 76 65 20 62  65 65 6e 20 77 6f 72 6b  |..have been work|
000014f0  69 6e 67 20 77 69 74 68  20 73 6f 6d 65 20 6d 6f  |ing with some mo|
00001500  64 75 6c 65 73 20 75 6e  70 6c 75 67 67 65 64 20  |dules unplugged |
00001510  66 6f 72 20 61 20 77 68  69 6c 65 2e 20 57 68 65  |for a while. Whe|
00001520  6e 20 79 6f 75 20 77 61  6e 74 20 74 6f a0 0a 73  |n you want to..s|
00001530  74 61 72 74 20 61 20 70  72 6f 67 72 61 6d 2c 20  |tart a program, |
00001540  79 6f 75 20 6d 61 79 20  73 75 64 64 65 6e 6c 79  |you may suddenly|
00001550  20 67 65 74 20 61 6e 20  65 72 72 6f 72 20 6d 65  | get an error me|
00001560  73 73 61 67 65 20 73 61  79 69 6e 67 20 94 53 57  |ssage saying .SW|
00001570  49 20 26 78 78 78 78 78  a0 0a 6e 6f 74 20 6b 6e  |I &xxxxx..not kn|
00001580  6f 77 6e 2e 95 20 28 53  57 49 20 73 74 61 6e 64  |own.. (SWI stand|
00001590  73 20 66 6f 72 20 94 73  6f 66 74 77 61 72 65 20  |s for .software |
000015a0  69 6e 74 65 72 72 75 70  74 95 2e 29 20 54 68 65  |interrupt..) The|
000015b0  20 6d 65 73 73 61 67 65  20 6d 65 61 6e 73 20 74  | message means t|
000015c0  68 61 74 a0 0a 74 68 65  20 70 72 6f 67 72 61 6d  |hat..the program|
000015d0  20 74 72 69 65 64 20 74  6f 20 75 73 65 20 74 68  | tried to use th|
000015e0  65 20 72 6f 75 74 69 6e  65 73 20 61 20 63 65 72  |e routines a cer|
000015f0  74 61 69 6e 20 6d 6f 64  75 6c 65 20 6f 66 66 65  |tain module offe|
00001600  72 73 2c 20 62 75 74 20  74 68 65 a0 0a 6d 6f 64  |rs, but the..mod|
00001610  75 6c 65 20 77 61 73 6e  91 74 20 70 72 65 73 65  |ule wasn.t prese|
00001620  6e 74 2c 20 69 65 20 69  74 20 77 61 73 20 75 6e  |nt, ie it was un|
00001630  70 6c 75 67 67 65 64 2e  20 54 6f 20 62 65 20 61  |plugged. To be a|
00001640  62 6c 65 20 74 6f 20 77  6f 72 6b 20 77 69 74 68  |ble to work with|
00001650  20 79 6f 75 72 a0 0a 70  72 6f 67 72 61 6d 2c 20  | your..program, |
00001660  79 6f 75 20 68 61 76 65  20 74 6f 20 72 65 2d 61  |you have to re-a|
00001670  63 74 69 76 61 74 65 20  74 68 69 73 20 6d 6f 64  |ctivate this mod|
00001680  75 6c 65 2e 20 46 6f 72  74 75 6e 61 74 65 6c 79  |ule. Fortunately|
00001690  2c 20 74 68 65 72 65 20  69 73 20 61 20 77 61 79  |, there is a way|
000016a0  a0 0a 74 6f 20 66 69 6e  64 20 6f 75 74 20 77 68  |..to find out wh|
000016b0  69 63 68 20 6d 6f 64 75  6c 65 20 6f 66 66 65 72  |ich module offer|
000016c0  73 20 77 68 69 63 68 20  53 57 49 2c 20 73 6f 20  |s which SWI, so |
000016d0  55 6e 70 6c 75 67 52 4d  20 63 61 6e 20 64 6f 20  |UnplugRM can do |
000016e0  74 68 69 73 20 66 6f 72  20 79 6f 75 2e a0 0a 4a  |this for you...J|
000016f0  75 73 74 20 74 79 70 65  20 69 6e 20 74 68 65 20  |ust type in the |
00001700  53 57 49 20 6e 75 6d 62  65 72 20 28 79 6f 75 20  |SWI number (you |
00001710  6e 65 65 64 20 6e 6f 74  20 70 72 65 73 73 20 52  |need not press R|
00001720  65 74 75 72 6e 29 20 61  6e 64 20 74 68 65 20 6d  |eturn) and the m|
00001730  6f 64 75 6c 65 91 73 a0  0a 6e 61 6d 65 20 77 69  |odule.s..name wi|
00001740  6c 6c 20 62 65 20 64 69  73 70 6c 61 79 65 64 20  |ll be displayed |
00001750  74 6f 20 74 68 65 20 72  69 67 68 74 20 6f 66 20  |to the right of |
00001760  69 74 2e 20 49 66 20 74  68 65 20 53 57 49 20 69  |it. If the SWI i|
00001770  73 20 6e 6f 74 20 6f 66  66 65 72 65 64 20 62 79  |s not offered by|
00001780  20 61 6e 79 a0 0a 52 4f  4d 20 6d 6f 64 75 6c 65  | any..ROM module|
00001790  2c 20 74 68 65 20 6d 65  73 73 61 67 65 20 94 4e  |, the message .N|
000017a0  6f 74 20 61 20 53 57 49  20 6f 66 20 61 20 52 4f  |ot a SWI of a RO|
000017b0  4d 20 6d 6f 64 75 6c 65  21 95 20 77 69 6c 6c 20  |M module!. will |
000017c0  62 65 20 64 69 73 70 6c  61 79 65 64 2e 20 49 6e  |be displayed. In|
000017d0  a0 0a 74 68 69 73 20 63  61 73 65 2c 20 69 74 91  |..this case, it.|
000017e0  73 20 6e 6f 74 20 74 68  65 20 66 61 75 6c 74 20  |s not the fault |
000017f0  6f 66 20 55 6e 70 6c 75  67 52 4d 20 74 68 61 74  |of UnplugRM that|
00001800  20 79 6f 75 72 20 70 72  6f 67 72 61 6d 20 64 6f  | your program do|
00001810  65 73 6e 91 74 20 77 6f  72 6b 21 0a 45 78 61 6d  |esn.t work!.Exam|
00001820  70 6c 65 3a 20 54 68 65  20 65 72 72 6f 72 20 6d  |ple: The error m|
00001830  65 73 73 61 67 65 20 94  53 57 49 20 26 34 30 36  |essage .SWI &406|
00001840  43 30 20 6e 6f 74 20 6b  6e 6f 77 6e 2e 95 20 69  |C0 not known.. i|
00001850  73 20 64 69 73 70 6c 61  79 65 64 2e 20 59 6f 75  |s displayed. You|
00001860  20 74 79 70 65 a0 0a 69  6e 20 94 34 30 36 43 30  | type..in .406C0|
00001870  95 20 61 6e 64 20 55 6e  70 6c 75 67 52 4d 20 74  |. and UnplugRM t|
00001880  65 6c 6c 73 20 79 6f 75  20 74 68 61 74 20 74 68  |ells you that th|
00001890  69 73 20 53 57 49 20 62  65 6c 6f 6e 67 73 20 74  |is SWI belongs t|
000018a0  6f 20 74 68 65 20 90 48  6f 75 72 67 6c 61 73 73  |o the .Hourglass|
000018b0  91 a0 0a 6d 6f 64 75 6c  65 2e 0a 4e 6f 74 65 3a  |...module..Note:|
000018c0  20 41 70 61 72 74 20 66  72 6f 6d 20 53 57 49 73  | Apart from SWIs|
000018d0  2c 20 6d 6f 64 75 6c 65  73 20 63 61 6e 20 61 6c  |, modules can al|
000018e0  73 6f 20 6f 66 66 65 72  20 2a 63 6f 6d 6d 61 6e  |so offer *comman|
000018f0  64 73 2e 20 57 68 65 6e  20 79 6f 75 20 67 65 74  |ds. When you get|
00001900  20 61 6e a0 0a 65 72 72  6f 72 20 6d 65 73 73 61  | an..error messa|
00001910  67 65 20 6c 69 6b 65 20  94 46 69 6c 65 20 90 53  |ge like .File .S|
00001920  4c 6f 61 64 91 20 6e 6f  74 20 66 6f 75 6e 64 2e  |Load. not found.|
00001930  95 2c 20 79 6f 75 20 73  68 6f 75 6c 64 20 73 65  |., you should se|
00001940  61 72 63 68 20 66 6f 72  20 74 68 65 a0 0a 63 6f  |arch for the..co|
00001950  6d 6d 61 6e 64 20 28 94  53 4c 6f 61 64 95 29 20  |mmand (.SLoad.) |
00001960  69 6e 20 74 68 69 73 20  74 65 78 74 20 66 69 6c  |in this text fil|
00001970  65 20 61 6e 64 20 72 65  2d 61 63 74 69 76 61 74  |e and re-activat|
00001980  65 20 74 68 65 20 61 70  70 72 6f 70 72 69 61 74  |e the appropriat|
00001990  65 20 6d 6f 64 75 6c 65  a0 0a 28 53 70 72 69 74  |e module..(Sprit|
000019a0  65 55 74 69 6c 73 20 69  6e 20 74 68 69 73 20 63  |eUtils in this c|
000019b0  61 73 65 29 2e 0a 0a 4c  69 73 74 20 6f 66 20 52  |ase)...List of R|
000019c0  4f 4d 20 6d 6f 64 75 6c  65 73 3a 0a 54 68 69 73  |OM modules:.This|
000019d0  20 69 73 20 61 6e 20 61  6c 70 68 61 62 65 74 69  | is an alphabeti|
000019e0  63 61 6c 20 6c 69 73 74  20 6f 66 20 61 6c 6c 20  |cal list of all |
000019f0  6d 6f 64 75 6c 65 73 20  74 68 61 74 20 74 68 65  |modules that the|
00001a00  20 52 4f 4d 20 6f 66 20  79 6f 75 72 20 63 6f 6d  | ROM of your com|
00001a10  70 75 74 65 72 a0 0a 63  6f 6e 74 61 69 6e 73 2c  |puter..contains,|
00001a20  20 77 69 74 68 20 74 68  6f 73 65 20 6d 6f 64 75  | with those modu|
00001a30  6c 65 73 91 20 6e 61 6d  65 73 20 74 69 63 6b 65  |les. names ticke|
00001a40  64 20 74 68 61 74 20 61  72 65 20 75 6e 70 6c 75  |d that are unplu|
00001a50  67 67 65 64 2e 20 55 6e  70 6c 75 67 52 4d a0 0a  |gged. UnplugRM..|
00001a60  61 6c 73 6f 20 64 69 73  70 6c 61 79 73 20 74 68  |also displays th|
00001a70  65 20 77 6f 72 6b 73 70  61 63 65 20 73 69 7a 65  |e workspace size|
00001a80  20 66 6f 72 20 65 61 63  68 20 6d 6f 64 75 6c 65  | for each module|
00001a90  2e 20 48 6f 77 65 76 65  72 2c 20 74 68 69 73 20  |. However, this |
00001aa0  76 61 6c 75 65 20 6d 61  79 a0 0a 62 65 20 77 72  |value may..be wr|
00001ab0  6f 6e 67 20 62 65 63 61  75 73 65 20 61 20 6d 6f  |ong because a mo|
00001ac0  64 75 6c 65 20 63 61 6e  20 63 6c 61 69 6d 20 61  |dule can claim a|
00001ad0  64 64 69 74 69 6f 6e 61  6c 20 77 6f 72 6b 73 70  |dditional worksp|
00001ae0  61 63 65 20 61 6e 79 20  74 69 6d 65 2e 20 54 68  |ace any time. Th|
00001af0  6f 73 65 a0 0a 6d 6f 64  75 6c 65 73 20 74 68 61  |ose..modules tha|
00001b00  74 20 6e 65 76 65 72 20  69 6e 69 74 69 61 6c 69  |t never initiali|
00001b10  73 65 20 6f 6e 20 79 6f  75 72 20 63 6f 6d 70 75  |se on your compu|
00001b20  74 65 72 20 62 65 63 61  75 73 65 20 74 68 65 20  |ter because the |
00001b30  68 61 72 64 77 61 72 65  20 74 68 65 79 a0 0a 6e  |hardware they..n|
00001b40  65 65 64 20 69 73 20 6e  6f 74 20 70 72 65 73 65  |eed is not prese|
00001b50  6e 74 20 61 72 65 20 67  72 65 79 65 64 20 6f 75  |nt are greyed ou|
00001b60  74 20 61 6e 64 20 6c 61  62 65 6c 6c 65 64 20 94  |t and labelled .|
00001b70  64 6f 72 6d 61 6e 74 95  2e 0a 57 41 52 4e 49 4e  |dormant...WARNIN|
00001b80  47 3a 20 59 6f 75 20 73  68 6f 75 6c 64 20 4e 45  |G: You should NE|
00001b90  56 45 52 20 45 56 45 52  20 74 72 79 20 74 6f 20  |VER EVER try to |
00001ba0  75 6e 70 6c 75 67 20 61  20 6d 6f 64 75 6c 65 20  |unplug a module |
00001bb0  74 68 61 74 20 69 73 20  73 6f 6d 65 68 6f 77 a0  |that is somehow.|
00001bc0  0a 61 63 74 69 76 65 20  61 74 20 74 68 65 20 6d  |.active at the m|
00001bd0  6f 6d 65 6e 74 2e 20 54  68 65 20 73 74 72 61 6e  |oment. The stran|
00001be0  67 65 20 74 68 69 6e 67  20 61 62 6f 75 74 20 74  |ge thing about t|
00001bf0  68 69 73 20 69 73 20 74  68 61 74 20 79 6f 75 20  |his is that you |
00001c00  66 69 72 73 74 20 67 65  74 20 61 6e a0 0a 65 72  |first get an..er|
00001c10  72 6f 72 20 28 77 68 69  63 68 20 69 73 20 68 61  |ror (which is ha|
00001c20  6e 64 6c 65 64 20 62 79  20 55 6e 70 6c 75 67 52  |ndled by UnplugR|
00001c30  4d 29 2c 20 62 75 74 20  61 66 74 65 72 77 61 72  |M), but afterwar|
00001c40  64 73 20 74 68 65 20 6d  6f 64 75 6c 65 20 69 73  |ds the module is|
00001c50  a0 0a 75 6e 70 6c 75 67  67 65 64 20 6e 65 76 65  |..unplugged neve|
00001c60  72 74 68 65 6c 65 73 73  2c 20 61 6e 64 20 69 74  |rtheless, and it|
00001c70  20 63 61 6e 91 74 20 62  65 20 72 65 2d 61 63 74  | can.t be re-act|
00001c80  69 76 61 74 65 64 20 61  67 61 69 6e 20 6a 75 73  |ivated again jus|
00001c90  74 20 6c 69 6b 65 20 74  68 61 74 21 a0 0a 54 68  |t like that!..Th|
00001ca0  69 73 20 68 61 70 70 65  6e 73 2c 20 66 6f 72 20  |is happens, for |
00001cb0  65 78 61 6d 70 6c 65 2c  20 77 68 65 6e 20 79 6f  |example, when yo|
00001cc0  75 20 63 6c 69 63 6b 20  6f 6e 20 42 41 53 49 43  |u click on BASIC|
00001cd0  20 28 55 6e 70 6c 75 67  52 4d 20 69 73 20 61 20  | (UnplugRM is a |
00001ce0  42 41 53 49 43 a0 0a 70  72 6f 67 72 61 6d 21 29  |BASIC..program!)|
00001cf0  20 6f 72 20 6f 6e 20 21  50 61 69 6e 74 20 77 68  | or on !Paint wh|
00001d00  65 6e 20 74 68 65 20 50  61 69 6e 74 20 69 63 6f  |en the Paint ico|
00001d10  6e 20 69 73 20 6f 6e 20  74 68 65 20 69 63 6f 6e  |n is on the icon|
00001d20  20 62 61 72 2e 20 54 6f  20 67 65 74 20 62 61 63  | bar. To get bac|
00001d30  6b a0 0a 79 6f 75 72 20  6d 6f 64 75 6c 65 20 77  |k..your module w|
00001d40  69 74 68 6f 75 74 20 68  61 76 69 6e 67 20 74 6f  |ithout having to|
00001d50  20 52 2d 72 65 73 65 74  20 79 6f 75 72 20 63 6f  | R-reset your co|
00001d60  6d 70 75 74 65 72 2c 20  79 6f 75 20 68 61 76 65  |mputer, you have|
00001d70  20 74 6f 20 64 6f 20 74  68 65 a0 0a 66 6f 6c 6c  | to do the..foll|
00001d80  6f 77 69 6e 67 3a 0a 2d  20 70 72 65 73 73 20 46  |owing:.- press F|
00001d90  31 32 20 69 6e 20 74 68  65 20 64 65 73 6b 74 6f  |12 in the deskto|
00001da0  70 0a 2d 20 74 79 70 65  20 94 52 4d 4b 69 6c 6c  |p.- type .RMKill|
00001db0  20 42 41 53 49 43 95 20  61 6e 64 20 70 72 65 73  | BASIC. and pres|
00001dc0  73 20 52 65 74 75 72 6e  20 28 66 69 6c 6c 20 69  |s Return (fill i|
00001dd0  6e 20 74 68 65 20 6d 6f  64 75 6c 65 91 73 20 6e  |n the module.s n|
00001de0  61 6d 65 20 69 6e 73 74  65 61 64 a0 0a 6f 66 20  |ame instead..of |
00001df0  90 42 41 53 49 43 91 29  0a 2d 20 74 79 70 65 20  |.BASIC.).- type |
00001e00  94 52 4d 52 65 49 6e 69  74 20 42 41 53 49 43 95  |.RMReInit BASIC.|
00001e10  20 61 6e 64 20 70 72 65  73 73 20 52 65 74 75 72  | and press Retur|
00001e20  6e 0a 2d 20 70 72 65 73  73 20 52 65 74 75 72 6e  |n.- press Return|
00001e30  20 6f 6e 63 65 20 6d 6f  72 65 20 74 6f 20 71 75  | once more to qu|
00001e40  69 74 20 74 68 65 20 63  6f 6d 6d 61 6e 64 20 6c  |it the command l|
00001e50  69 6e 65 0a 49 66 20 74  68 65 20 64 65 73 6b 74  |ine.If the deskt|
00001e60  6f 70 20 77 6f 6e 91 74  20 73 74 61 72 74 20 75  |op won.t start u|
00001e70  70 20 61 66 74 65 72 20  61 20 72 65 73 65 74 2c  |p after a reset,|
00001e80  20 74 72 79 20 74 68 65  20 66 6f 6c 6c 6f 77 69  | try the followi|
00001e90  6e 67 3a 0a 2d 20 68 6f  6c 64 20 64 6f 77 6e 20  |ng:.- hold down |
00001ea0  74 68 65 20 2a 20 6b 65  79 20 4f 4e 20 54 48 45  |the * key ON THE|
00001eb0  20 4e 55 4d 45 52 49 43  20 4b 45 59 50 41 44 20  | NUMERIC KEYPAD |
00001ec0  64 75 72 69 6e 67 20 74  68 65 20 72 65 73 65 74  |during the reset|
00001ed0  0a 2d 20 77 68 65 6e 20  79 6f 75 20 73 65 65 20  |.- when you see |
00001ee0  74 68 65 20 77 6f 72 64  20 94 53 75 70 65 72 76  |the word .Superv|
00001ef0  69 73 6f 72 95 20 77 72  69 74 74 65 6e 20 6f 6e  |isor. written on|
00001f00  20 74 68 65 20 73 63 72  65 65 6e 20 28 61 6e 64  | the screen (and|
00001f10  20 61 6c 73 6f 20 6c 6f  61 64 73 a0 0a 6f 66 20  | also loads..of |
00001f20  61 73 74 65 72 69 73 6b  73 29 2c 20 72 65 6c 65  |asterisks), rele|
00001f30  61 73 65 20 74 68 65 20  2a 20 6b 65 79 20 61 6e  |ase the * key an|
00001f40  64 0a 2d 20 74 79 70 65  20 94 52 4d 52 65 49 6e  |d.- type .RMReIn|
00001f50  69 74 20 3c 6d 6f 64 75  6c 65 6e 61 6d 65 3e 95  |it <modulename>.|
00001f60  20 61 6e 64 20 70 72 65  73 73 20 52 65 74 75 72  | and press Retur|
00001f70  6e 20 28 66 69 6c 6c 20  69 6e 20 74 68 65 20 6e  |n (fill in the n|
00001f80  61 6d 65 20 6f 66 20 74  68 65 a0 0a 6d 6f 64 75  |ame of the..modu|
00001f90  6c 65 20 79 6f 75 20 73  75 73 70 65 63 74 20 74  |le you suspect t|
00001fa0  6f 20 62 65 20 74 68 65  20 6f 6e 65 20 74 68 61  |o be the one tha|
00001fb0  74 20 70 72 65 76 65 6e  74 73 20 73 74 61 72 74  |t prevents start|
00001fc0  75 70 29 0a 2d 20 74 79  70 65 20 94 44 65 73 6b  |up).- type .Desk|
00001fd0  74 6f 70 95 2c 20 70 72  65 73 73 20 52 65 74 75  |top., press Retu|
00001fe0  72 6e 20 61 6e 64 20 70  72 61 79 0a 0a 4e 6f 74  |rn and pray..Not|
00001ff0  65 20 28 52 49 53 43 20  4f 53 20 33 2e 31 31 29  |e (RISC OS 3.11)|
00002000  3a 20 54 68 65 72 65 20  73 65 65 6d 20 74 6f 20  |: There seem to |
00002010  62 65 20 61 20 66 65 77  20 6d 6f 64 75 6c 65 73  |be a few modules|
00002020  20 77 68 69 63 68 20 79  6f 75 20 63 61 6e 20 75  | which you can u|
00002030  6e 70 6c 75 67 2c a0 0a  62 75 74 20 61 66 74 65  |nplug,..but afte|
00002040  72 20 61 20 72 65 73 65  74 20 74 68 65 79 20 77  |r a reset they w|
00002050  6f 6e 91 74 20 62 65 20  75 6e 70 6c 75 67 67 65  |on.t be unplugge|
00002060  64 20 61 6e 79 6d 6f 72  65 20 28 65 67 2c 20 74  |d anymore (eg, t|
00002070  68 69 73 20 69 73 20 74  68 65 20 63 61 73 65 a0  |his is the case.|
00002080  0a 77 69 74 68 20 74 68  65 20 90 50 6f 64 75 6c  |.with the .Podul|
00002090  65 91 20 6d 6f 64 75 6c  65 29 2e 20 49 20 63 61  |e. module). I ca|
000020a0  6e 20 6f 6e 6c 79 20 67  75 65 73 73 20 77 68 79  |n only guess why|
000020b0  20 74 68 69 73 20 69 73  20 73 6f 2c 20 62 75 74  | this is so, but|
000020c0  20 49 20 74 68 69 6e 6b  20 74 68 65 a0 0a 72 65  | I think the..re|
000020d0  61 73 6f 6e 20 69 73 20  74 68 61 74 20 41 63 6f  |ason is that Aco|
000020e0  72 6e 20 68 61 76 65 20  6f 6e 6c 79 20 72 65 73  |rn have only res|
000020f0  65 72 76 65 64 20 65 6e  6f 75 67 68 20 73 70 61  |erved enough spa|
00002100  63 65 20 69 6e 20 43 4d  4f 53 20 52 41 4d 20 74  |ce in CMOS RAM t|
00002110  6f 20 73 74 6f 72 65 a0  0a 74 68 65 20 94 75 6e  |o store..the .un|
00002120  70 6c 75 67 20 69 6e 66  6f 72 6d 61 74 69 6f 6e  |plug information|
00002130  95 20 66 6f 72 20 36 34  20 6d 6f 64 75 6c 65 73  |. for 64 modules|
00002140  2e 20 48 6f 77 65 76 65  72 2c 20 74 68 65 20 52  |. However, the R|
00002150  4f 4d 20 63 6f 6e 74 61  69 6e 73 20 38 38 a0 0a  |OM contains 88..|
00002160  6d 6f 64 75 6c 65 73 20  61 6c 74 6f 67 65 74 68  |modules altogeth|
00002170  65 72 2e 2e 2e 0a 0a 4f  6e 65 20 6c 61 73 74 20  |er.....One last |
00002180  68 69 6e 74 20 61 73 20  74 6f 20 68 6f 77 20 74  |hint as to how t|
00002190  6f 20 67 65 74 20 79 65  74 20 61 6e 6f 74 68 65  |o get yet anothe|
000021a0  72 20 66 65 77 20 6b 42  79 74 65 73 20 6d 6f 72  |r few kBytes mor|
000021b0  65 3a 20 41 44 46 53 20  6d 61 69 6e 74 61 69 6e  |e: ADFS maintain|
000021c0  73 a0 0a 74 77 6f 20 62  75 66 66 65 72 73 20 28  |s..two buffers (|
000021d0  38 6b 20 65 61 63 68 20  62 79 20 64 65 66 61 75  |8k each by defau|
000021e0  6c 74 29 20 66 6f 72 20  63 61 63 68 65 69 6e 67  |lt) for cacheing|
000021f0  20 6f 70 65 6e 20 66 69  6c 65 73 20 61 6e 64 20  | open files and |
00002200  74 68 65 20 64 69 72 65  63 74 6f 72 79 a0 0a 73  |the directory..s|
00002210  74 72 75 63 74 75 72 65  2e 20 59 6f 75 20 63 61  |tructure. You ca|
00002220  6e 20 73 65 74 20 74 68  65 69 72 20 73 69 7a 65  |n set their size|
00002230  20 77 69 74 68 20 2a 43  6f 6e 66 69 67 75 72 65  | with *Configure|
00002240  20 41 44 46 53 42 75 66  66 65 72 73 20 61 6e 64  | ADFSBuffers and|
00002250  a0 0a 2a 43 6f 6e 66 69  67 75 72 65 20 41 44 46  |..*Configure ADF|
00002260  53 44 69 72 43 61 63 68  65 0a 0a 48 61 70 70 79  |SDirCache..Happy|
00002270  20 75 6e 70 6c 75 67 67  69 6e 67 21 0a 28 41 6e  | unplugging!.(An|
00002280  64 2c 20 61 73 20 61 6c  77 61 79 73 3a 20 53 6f  |d, as always: So|
00002290  72 79 20 66 6f 75 72 20  6d 69 20 65 6e 67 6c 69  |ry four mi engli|
000022a0  73 63 68 2d 4d 69 73 74  61 6b 65 73 21 29 0a 0a  |sch-Mistakes!)..|
000022b0  0a 0a 44 65 73 63 72 69  70 74 69 6f 6e 20 6f 66  |..Description of|
000022c0  20 74 68 65 20 52 4f 4d  20 6d 6f 64 75 6c 65 73  | the ROM modules|
000022d0  3a 0a 98 98 98 98 98 98  98 98 98 98 98 98 98 98  |:...............|
000022e0  98 98 98 98 98 98 98 98  98 98 98 98 98 98 98 98  |................|
000022f0  98 0a 2a 63 6f 6d 6d 61  6e 64 73 20 69 6e 20 62  |..*commands in b|
00002300  72 61 63 6b 65 74 73 0a  54 68 65 20 68 69 6e 74  |rackets.The hint|
00002310  73 20 61 73 73 75 6d 65  20 74 68 61 74 20 79 6f  |s assume that yo|
00002320  75 20 77 61 6e 74 20 74  6f 20 75 73 65 20 74 68  |u want to use th|
00002330  65 20 64 65 73 6b 74 6f  70 2e 0a 57 68 65 6e 20  |e desktop..When |
00002340  79 6f 75 20 68 61 76 65  20 61 6e 79 20 65 78 70  |you have any exp|
00002350  61 6e 73 69 6f 6e 20 63  61 72 64 73 20 66 69 74  |ansion cards fit|
00002360  74 65 64 20 74 6f 20 79  6f 75 72 20 63 6f 6d 70  |ted to your comp|
00002370  75 74 65 72 2c 20 74 68  65 72 65 20 77 69 6c 6c  |uter, there will|
00002380  20 62 65 a0 0a 61 64 64  69 74 69 6f 6e 61 6c 20  | be..additional |
00002390  6d 6f 64 75 6c 65 73 20  69 6e 20 74 68 65 20 6c  |modules in the l|
000023a0  69 73 74 20 55 6e 70 6c  75 67 52 4d 20 64 69 73  |ist UnplugRM dis|
000023b0  70 6c 61 79 73 2e 0a 0a  21 41 6c 61 72 6d 0a 21  |plays...!Alarm.!|
000023c0  43 61 6c 63 0a 21 43 68  61 72 73 0a 21 43 6f 6e  |Calc.!Chars.!Con|
000023d0  66 69 67 75 72 65 0a 21  44 72 61 77 20 28 44 65  |figure.!Draw (De|
000023e0  73 6b 74 6f 70 5f 44 72  61 77 29 0a 21 45 64 69  |sktop_Draw).!Edi|
000023f0  74 20 28 44 65 73 6b 74  6f 70 5f 45 64 69 74 29  |t (Desktop_Edit)|
00002400  0a 21 48 65 6c 70 0a 21  50 61 69 6e 74 20 28 44  |.!Help.!Paint (D|
00002410  65 73 6b 74 6f 70 5f 50  61 69 6e 74 29 0a 41 73  |esktop_Paint).As|
00002420  20 74 68 65 73 65 20 6d  6f 64 75 6c 65 73 20 64  | these modules d|
00002430  6f 6e 91 74 20 63 6c 61  69 6d 20 61 6e 79 20 77  |on.t claim any w|
00002440  6f 72 6b 73 70 61 63 65  20 75 6e 74 69 6c 20 74  |orkspace until t|
00002450  68 65 20 72 65 73 70 65  63 74 69 76 65 20 61 70  |he respective ap|
00002460  70 6c 69 63 61 74 69 6f  6e a0 0a 69 6e 73 74 61  |plication..insta|
00002470  6c 6c 73 20 69 74 73 65  6c 66 20 6f 6e 20 74 68  |lls itself on th|
00002480  65 20 69 63 6f 6e 20 62  61 72 2c 20 74 68 65 72  |e icon bar, ther|
00002490  65 20 69 73 20 6e 6f 20  6e 65 65 64 20 74 6f 20  |e is no need to |
000024a0  75 6e 70 6c 75 67 20 74  68 65 6d 2e 20 48 6f 77  |unplug them. How|
000024b0  65 76 65 72 2c a0 0a 79  6f 75 20 6d 61 79 20 66  |ever,..you may f|
000024c0  69 6e 64 20 69 74 20 75  73 65 66 75 6c 20 74 6f  |ind it useful to|
000024d0  20 75 6e 70 6c 75 67 20  74 68 65 20 90 21 43 6f  | unplug the .!Co|
000024e0  6e 66 69 67 75 72 65 91  20 6d 6f 64 75 6c 65 2c  |nfigure. module,|
000024f0  20 62 65 63 61 75 73 65  20 74 68 65 6e a0 0a 6e  | because then..n|
00002500  6f 62 6f 64 79 20 77 69  6c 6c 20 62 65 20 61 62  |obody will be ab|
00002510  6c 65 20 74 6f 20 63 68  61 6e 67 65 20 79 6f 75  |le to change you|
00002520  72 20 63 6f 6e 66 69 67  75 72 61 74 69 6f 6e 2e  |r configuration.|
00002530  0a 0a 41 44 46 53 20 28  41 44 46 53 2c 20 46 6f  |..ADFS (ADFS, Fo|
00002540  72 6d 61 74 29 0a 41 44  46 53 46 69 6c 65 72 20  |rmat).ADFSFiler |
00002550  28 44 65 73 6b 74 6f 70  5f 41 44 46 53 46 69 6c  |(Desktop_ADFSFil|
00002560  65 72 29 0a 41 44 46 53  55 74 69 6c 73 0a 54 68  |er).ADFSUtils.Th|
00002570  65 73 65 20 74 68 72 65  65 20 6d 6f 64 75 6c 65  |ese three module|
00002580  73 20 66 6f 72 6d 20 74  68 65 20 41 64 76 61 6e  |s form the Advan|
00002590  63 65 64 20 44 69 73 63  20 46 69 6c 69 6e 67 20  |ced Disc Filing |
000025a0  53 79 73 74 65 6d 2c 20  77 68 69 63 68 20 69 73  |System, which is|
000025b0  a0 0a 72 65 73 70 6f 6e  73 69 62 6c 65 20 66 6f  |..responsible fo|
000025c0  72 20 74 68 65 20 66 6c  6f 70 70 79 20 64 69 73  |r the floppy dis|
000025d0  63 20 64 72 69 76 65 20  61 6e 64 20 49 44 45 20  |c drive and IDE |
000025e0  68 61 72 64 20 64 69 73  63 73 20 28 62 75 74 20  |hard discs (but |
000025f0  6e 6f 74 20 53 43 53 49  20 68 61 72 64 a0 0a 64  |not SCSI hard..d|
00002600  69 73 63 73 29 2e 20 59  6f 75 20 63 6f 75 6c 64  |iscs). You could|
00002610  20 6f 6e 6c 79 20 75 6e  70 6c 75 67 20 74 68 65  | only unplug the|
00002620  6d 20 69 66 20 79 6f 75  20 6e 65 76 65 72 20 6e  |m if you never n|
00002630  65 65 64 20 79 6f 75 72  20 66 6c 6f 70 70 79 20  |eed your floppy |
00002640  64 69 73 63 20 64 72 69  76 65 a0 0a 61 6e 64 20  |disc drive..and |
00002650  49 44 45 20 68 61 72 64  20 64 69 73 63 20 98 20  |IDE hard disc . |
00002660  61 20 72 61 74 68 65 72  20 75 6e 6c 69 6b 65 6c  |a rather unlikel|
00002670  79 20 74 68 69 6e 67 21  0a 0a 41 52 4d 33 53 75  |y thing!..ARM3Su|
00002680  70 70 6f 72 74 20 28 43  61 63 68 65 29 0a 54 68  |pport (Cache).Th|
00002690  69 73 20 52 49 53 43 20  4f 53 20 33 2e 31 31 20  |is RISC OS 3.11 |
000026a0  6d 6f 64 75 6c 65 20 63  6f 6e 74 72 6f 6c 73 20  |module controls |
000026b0  74 68 65 20 75 73 65 20  6f 66 20 74 68 65 20 41  |the use of the A|
000026c0  52 4d 33 20 70 72 6f 63  65 73 73 6f 72 91 73 20  |RM3 processor.s |
000026d0  63 61 63 68 65 2e 20 49  66 a0 0a 79 6f 75 20 68  |cache. If..you h|
000026e0  61 76 65 20 61 6e 20 41  52 4d 33 2c 20 79 6f 75  |ave an ARM3, you|
000026f0  20 77 69 6c 6c 20 6e 65  65 64 20 69 74 2c 20 6f  | will need it, o|
00002700  74 68 65 72 77 69 73 65  20 69 74 20 69 73 20 64  |therwise it is d|
00002710  6f 72 6d 61 6e 74 20 61  6e 79 77 61 79 2e 0a 0a  |ormant anyway...|
00002720  42 41 53 49 43 20 28 42  41 53 49 43 29 0a 42 41  |BASIC (BASIC).BA|
00002730  53 49 43 54 72 61 6e 73  0a 54 68 65 20 42 41 53  |SICTrans.The BAS|
00002740  49 43 20 69 6e 74 65 72  70 72 65 74 65 72 20 69  |IC interpreter i|
00002750  73 20 75 73 65 64 20 62  79 20 6d 61 6e 79 20 70  |s used by many p|
00002760  72 6f 67 72 61 6d 73 2c  20 69 6e 63 6c 75 64 69  |rograms, includi|
00002770  6e 67 20 55 6e 70 6c 75  67 52 4d 2e 20 4e 45 56  |ng UnplugRM. NEV|
00002780  45 52 a0 0a 75 6e 70 6c  75 67 20 69 74 21 20 42  |ER..unplug it! B|
00002790  41 53 49 43 54 72 61 6e  73 20 63 6f 6e 74 61 69  |ASICTrans contai|
000027a0  6e 73 20 74 68 65 20 74  65 78 74 20 6d 65 73 73  |ns the text mess|
000027b0  61 67 65 73 20 75 73 65  64 20 62 79 20 42 41 53  |ages used by BAS|
000027c0  49 43 2e 0a 0a 42 42 43  45 63 6f 6e 65 74 0a 42  |IC...BBCEconet.B|
000027d0  72 6f 61 64 63 61 73 74  4c 6f 61 64 65 72 0a 4e  |roadcastLoader.N|
000027e0  6f 72 6d 61 6c 6c 79 20  64 6f 72 6d 61 6e 74 20  |ormally dormant |
000027f0  98 20 79 6f 75 20 6e 65  65 64 20 61 6e 20 45 63  |. you need an Ec|
00002800  6f 6e 65 74 20 65 78 70  61 6e 73 69 6f 6e 20 63  |onet expansion c|
00002810  61 72 64 20 74 6f 20 75  73 65 20 74 68 65 6d 2e  |ard to use them.|
00002820  20 54 68 65 79 a0 0a 70  72 6f 76 69 64 65 20 73  | They..provide s|
00002830  6f 66 74 77 61 72 65 20  6e 65 65 64 65 64 20 74  |oftware needed t|
00002840  6f 20 75 73 65 20 41 63  6f 72 6e 91 73 20 6f 77  |o use Acorn.s ow|
00002850  6e 20 45 63 6f 6e 65 74  20 6e 65 74 77 6f 72 6b  |n Econet network|
00002860  69 6e 67 20 73 79 73 74  65 6d 2e 20 55 73 65 64  |ing system. Used|
00002870  a0 0a 66 6f 72 20 65 78  61 6d 70 6c 65 20 62 79  |..for example by|
00002880  20 4e 65 74 46 53 20 61  6e 64 20 4e 65 74 50 72  | NetFS and NetPr|
00002890  69 6e 74 2e 20 49 20 74  68 69 6e 6b 20 6e 6f 62  |int. I think nob|
000028a0  6f 64 79 20 75 73 65 73  20 45 63 6f 6e 65 74 20  |ody uses Econet |
000028b0  61 6e 79 6d 6f 72 65 20  74 68 65 73 65 a0 0a 64  |anymore these..d|
000028c0  61 79 73 2e 0a 0a 42 75  66 66 65 72 4d 61 6e 61  |ays...BufferMana|
000028d0  67 65 72 0a 54 68 69 73  20 73 6d 61 6c 6c 20 6d  |ger.This small m|
000028e0  6f 64 75 6c 65 20 6d 61  6e 61 67 65 73 20 62 75  |odule manages bu|
000028f0  66 66 65 72 73 20 28 68  65 79 2c 20 79 6f 75 20  |ffers (hey, you |
00002900  67 75 65 73 73 65 64 20  69 74 2c 20 64 69 64 6e  |guessed it, didn|
00002910  91 74 20 79 6f 75 3f 29  20 61 6e 64 20 69 73 a0  |.t you?) and is.|
00002920  0a 75 73 65 64 20 62 79  20 44 65 76 69 63 65 46  |.used by DeviceF|
00002930  53 20 74 6f 20 62 75 66  66 65 72 20 64 65 76 69  |S to buffer devi|
00002940  63 65 73 2e 20 54 68 65  73 65 20 69 6e 63 6c 75  |ces. These inclu|
00002950  64 65 20 74 68 65 20 6b  65 79 62 6f 61 72 64 20  |de the keyboard |
00002960  61 6e 64 a0 0a 73 65 72  69 61 6c 2f 70 61 72 61  |and..serial/para|
00002970  6c 6c 65 6c 20 70 6f 72  74 2c 20 73 6f 20 79 6f  |llel port, so yo|
00002980  75 20 68 61 64 20 62 65  74 74 65 72 20 6e 6f 74  |u had better not|
00002990  20 75 6e 70 6c 75 67 20  69 74 21 0a 0a 43 6f 6c  | unplug it!..Col|
000029a0  6f 75 72 54 72 61 6e 73  20 28 43 6f 6c 6f 75 72  |ourTrans (Colour|
000029b0  54 72 61 6e 73 4d 61 70  53 69 7a 65 2c 20 43 6f  |TransMapSize, Co|
000029c0  6c 6f 75 72 54 72 61 6e  73 4d 61 70 2c 20 43 6f  |lourTransMap, Co|
000029d0  6c 6f 75 72 54 72 61 6e  73 4c 6f 61 64 69 6e 67  |lourTransLoading|
000029e0  73 29 0a 49 73 20 75 73  65 64 20 62 79 20 6d 61  |s).Is used by ma|
000029f0  6e 79 20 70 72 6f 67 72  61 6d 73 20 74 68 61 74  |ny programs that|
00002a00  20 6e 65 65 64 20 74 6f  20 64 6f 20 63 6f 6c 6f  | need to do colo|
00002a10  75 72 20 63 6f 6e 76 65  72 73 69 6f 6e 73 2c 20  |ur conversions, |
00002a20  64 69 74 68 65 72 20 73  70 72 69 74 65 73 a0 0a  |dither sprites..|
00002a30  61 6e 64 20 73 69 6d 69  6c 61 72 20 74 68 69 6e  |and similar thin|
00002a40  67 73 2e 20 49 74 20 69  73 20 61 6c 73 6f 20 6e  |gs. It is also n|
00002a50  65 65 64 65 64 20 62 79  20 74 68 65 20 64 65 73  |eeded by the des|
00002a60  6b 74 6f 70 2c 20 73 6f  20 64 6f 6e 91 74 20 74  |ktop, so don.t t|
00002a70  72 79 20 74 6f a0 0a 75  6e 70 6c 75 67 20 69 74  |ry to..unplug it|
00002a80  2c 20 74 68 69 73 20 6d  69 67 68 74 20 63 72 61  |, this might cra|
00002a90  73 68 20 74 68 65 20 6d  61 63 68 69 6e 65 20 69  |sh the machine i|
00002aa0  6d 6d 65 64 69 61 74 65  6c 79 2e 0a 0a 44 65 62  |mmediately...Deb|
00002ab0  75 67 67 65 72 20 28 42  72 65 61 6b 43 6c 72 2c  |ugger (BreakClr,|
00002ac0  20 42 72 65 61 6b 4c 69  73 74 2c 20 42 72 65 61  | BreakList, Brea|
00002ad0  6b 53 65 74 2c 20 43 6f  6e 74 69 6e 75 65 2c 20  |kSet, Continue, |
00002ae0  44 65 62 75 67 2c 20 49  6e 69 74 53 74 6f 72 65  |Debug, InitStore|
00002af0  2c a0 0a 4d 65 6d 6f 72  79 2c 20 4d 65 6d 6f 72  |,..Memory, Memor|
00002b00  79 41 2c 20 4d 65 6d 6f  72 79 49 2c 20 53 68 6f  |yA, MemoryI, Sho|
00002b10  77 52 65 67 73 29 0a 54  68 69 73 20 6d 6f 64 75  |wRegs).This modu|
00002b20  6c 65 20 69 73 20 6e 6f  72 6d 61 6c 6c 79 20 6f  |le is normally o|
00002b30  6e 6c 79 20 75 73 65 64  20 62 79 20 70 72 6f 67  |nly used by prog|
00002b40  72 61 6d 6d 65 72 73 20  77 68 65 6e 20 74 68 65  |rammers when the|
00002b50  79 20 77 72 69 74 65 20  70 72 6f 67 72 61 6d 73  |y write programs|
00002b60  2c a0 0a 62 75 74 20 6e  6f 74 20 69 6e 20 74 68  |,..but not in th|
00002b70  65 20 70 72 6f 67 72 61  6d 73 20 74 68 65 6d 73  |e programs thems|
00002b80  65 6c 76 65 73 2c 20 73  6f 20 79 6f 75 20 63 61  |elves, so you ca|
00002b90  6e 20 75 6e 70 6c 75 67  20 69 74 2e 20 28 48 6f  |n unplug it. (Ho|
00002ba0  77 65 76 65 72 2c 20 6e  6f 74 65 a0 0a 74 68 61  |wever, note..tha|
00002bb0  74 20 74 68 65 20 53 57  49 20 74 68 69 73 20 6d  |t the SWI this m|
00002bc0  6f 64 75 6c 65 20 70 72  6f 76 69 64 65 73 20 69  |odule provides i|
00002bd0  73 20 75 73 65 64 20 62  79 20 73 6f 6d 65 20 70  |s used by some p|
00002be0  72 6f 67 72 61 6d 73 2c  20 65 67 20 5a 61 70 20  |rograms, eg Zap |
00002bf0  75 73 65 73 20 69 74 a0  0a 69 6e 20 63 6f 64 65  |uses it..in code|
00002c00  20 6d 6f 64 65 2e 29 0a  0a 44 65 73 6b 74 6f 70  | mode.)..Desktop|
00002c10  20 28 44 65 73 6b 74 6f  70 29 0a 55 73 65 64 20  | (Desktop).Used |
00002c20  74 6f 20 73 74 61 72 74  20 75 70 20 74 68 65 20  |to start up the |
00002c30  64 65 73 6b 74 6f 70 20  98 20 69 73 20 6e 65 65  |desktop . is nee|
00002c40  64 65 64 2c 20 73 6f 20  64 6f 6e 91 74 20 75 6e  |ded, so don.t un|
00002c50  70 6c 75 67 20 69 74 21  0a 0a 44 65 76 69 63 65  |plug it!..Device|
00002c60  46 53 0a 50 72 6f 76 69  64 65 73 20 79 6f 75 20  |FS.Provides you |
00002c70  77 69 74 68 20 6f 6e 65  20 6f 66 20 74 68 65 20  |with one of the |
00002c80  70 6c 65 61 73 61 6e 74  20 66 65 61 74 75 72 65  |pleasant feature|
00002c90  73 20 74 68 61 74 20 64  69 73 74 69 6e 67 75 69  |s that distingui|
00002ca0  73 68 20 79 6f 75 72 20  41 63 6f 72 6e a0 0a 63  |sh your Acorn..c|
00002cb0  6f 6d 70 75 74 65 72 20  66 72 6f 6d 20 61 20 4e  |omputer from a N|
00002cc0  69 6e 74 65 6e 64 6f 20  45 6e 74 65 72 74 61 69  |intendo Entertai|
00002cd0  6e 6d 65 6e 74 20 53 79  73 74 65 6d 3a 20 59 6f  |nment System: Yo|
00002ce0  75 20 63 61 6e 20 75 73  65 20 74 68 65 20 6b 65  |u can use the ke|
00002cf0  79 62 6f 61 72 64 2e a0  0a 28 41 6c 73 6f 20 72  |yboard...(Also r|
00002d00  65 73 70 6f 6e 73 69 62  6c 65 20 66 6f 72 20 74  |esponsible for t|
00002d10  68 65 20 73 65 72 69 61  6c 20 61 6e 64 20 70 61  |he serial and pa|
00002d20  72 61 6c 6c 65 6c 20 70  6f 72 74 2e 29 0a 0a 44  |rallel port.)..D|
00002d30  4f 53 46 53 20 28 44 4f  53 4d 61 70 2c 20 43 6f  |OSFS (DOSMap, Co|
00002d40  70 79 42 6f 6f 74 29 0a  41 6c 6c 6f 77 73 20 79  |pyBoot).Allows y|
00002d50  6f 75 72 20 66 6c 6f 70  70 79 20 64 69 73 63 20  |our floppy disc |
00002d60  74 6f 20 72 65 61 64 20  61 6e 64 20 77 72 69 74  |to read and writ|
00002d70  65 20 44 4f 53 20 6f 72  20 41 74 61 72 69 20 66  |e DOS or Atari f|
00002d80  6f 72 6d 61 74 2e 20 49  66 20 79 6f 75 20 6e 65  |ormat. If you ne|
00002d90  76 65 72 a0 0a 6e 65 65  64 20 74 6f 20 64 6f 20  |ver..need to do |
00002da0  74 68 69 73 2c 20 79 6f  75 20 63 61 6e 20 75 6e  |this, you can un|
00002db0  70 6c 75 67 20 74 68 65  20 6d 6f 64 75 6c 65 2e  |plug the module.|
00002dc0  0a 0a 44 72 61 67 41 53  70 72 69 74 65 0a 49 73  |..DragASprite.Is|
00002dd0  20 75 73 65 64 20 62 79  20 6d 61 6e 79 20 61 70  | used by many ap|
00002de0  70 6c 69 63 61 74 69 6f  6e 73 20 77 68 65 6e 20  |plications when |
00002df0  79 6f 75 20 64 72 61 67  20 61 6e 20 69 63 6f 6e  |you drag an icon|
00002e00  20 66 72 6f 6d 20 61 20  94 53 61 76 65 20 61 73  | from a .Save as|
00002e10  95 2d 62 6f 78 20 74 6f  a0 0a 61 20 64 69 72 65  |.-box to..a dire|
00002e20  63 74 6f 72 79 20 64 69  73 70 6c 61 79 3a 20 49  |ctory display: I|
00002e30  6e 73 74 65 61 64 20 6f  66 20 74 68 65 20 69 63  |nstead of the ic|
00002e40  6f 6e 91 73 20 6f 75 74  6c 69 6e 65 2c 20 79 6f  |on.s outline, yo|
00002e50  75 20 63 61 6e 20 73 65  65 20 74 68 65 20 77 68  |u can see the wh|
00002e60  6f 6c 65 a0 0a 69 63 6f  6e 20 6d 6f 76 69 6e 67  |ole..icon moving|
00002e70  2e 20 44 6f 6e 91 74 20  75 6e 70 6c 75 67 2e 20  |. Don.t unplug. |
00002e80  28 46 6f 72 20 74 68 65  20 65 78 70 65 72 74 73  |(For the experts|
00002e90  3a 20 4d 61 6e 79 20 70  72 6f 67 72 61 6d 73 20  |: Many programs |
00002ea0  75 73 65 20 44 72 61 67  41 53 70 72 69 74 65 a0  |use DragASprite.|
00002eb0  0a 72 65 67 61 72 64 6c  65 73 73 20 6f 66 20 74  |.regardless of t|
00002ec0  68 65 20 73 65 74 74 69  6e 67 20 6f 66 20 74 68  |he setting of th|
00002ed0  65 20 62 69 74 20 69 6e  20 43 4d 4f 53 20 52 41  |e bit in CMOS RA|
00002ee0  4d 20 77 68 69 63 68 20  73 61 79 73 20 77 68 65  |M which says whe|
00002ef0  74 68 65 72 20 6f 72 20  6e 6f 74 a0 0a 74 6f 20  |ther or not..to |
00002f00  64 6f 20 73 6f 21 29 0a  0a 44 72 61 77 0a 54 68  |do so!)..Draw.Th|
00002f10  69 73 20 6d 6f 64 75 6c  65 20 69 73 20 75 73 65  |is module is use|
00002f20  64 20 62 79 20 74 68 65  20 44 72 61 77 20 61 70  |d by the Draw ap|
00002f30  70 6c 69 63 61 74 69 6f  6e 2c 20 62 75 74 20 6d  |plication, but m|
00002f40  61 79 20 61 6c 73 6f 20  62 65 20 75 73 65 64 20  |ay also be used |
00002f50  62 79 20 6f 74 68 65 72  a0 0a 61 70 70 6c 69 63  |by other..applic|
00002f60  61 74 69 6f 6e 73 2e 20  49 66 20 79 6f 75 20 6e  |ations. If you n|
00002f70  65 76 65 72 20 75 73 65  20 74 68 65 20 44 72 61  |ever use the Dra|
00002f80  77 20 61 70 70 6c 69 63  61 74 69 6f 6e 2c 20 79  |w application, y|
00002f90  6f 75 20 63 61 6e 20 74  72 79 20 74 6f 20 75 6e  |ou can try to un|
00002fa0  70 6c 75 67 a0 0a 69 74  2c 20 62 75 74 20 74 68  |plug..it, but th|
00002fb0  65 6e 20 74 65 73 74 20  61 6c 6c 20 79 6f 75 72  |en test all your|
00002fc0  20 44 54 50 20 70 72 6f  67 72 61 6d 73 20 61 6e  | DTP programs an|
00002fd0  64 20 6f 74 68 65 72 20  70 72 6f 67 72 61 6d 73  |d other programs|
00002fe0  20 74 68 61 74 20 73 6f  6d 65 68 6f 77 a0 0a 70  | that somehow..p|
00002ff0  61 69 6e 74 20 94 44 72  61 77 69 73 68 95 20 74  |aint .Drawish. t|
00003000  68 69 6e 67 73 20 6f 6e  74 6f 20 74 68 65 20 73  |hings onto the s|
00003010  63 72 65 65 6e 20 74 6f  20 73 65 65 20 77 68 65  |creen to see whe|
00003020  74 68 65 72 20 74 68 65  79 20 73 74 69 6c 6c 20  |ther they still |
00003030  72 75 6e a0 0a 70 72 6f  70 65 72 6c 79 2e 20 4d  |run..properly. M|
00003040  79 20 61 64 76 69 63 65  3a 20 44 6f 6e 91 74 20  |y advice: Don.t |
00003050  75 6e 70 6c 75 67 2e 0a  0a 45 63 6f 6e 65 74 0a  |unplug...Econet.|
00003060  4e 6f 72 6d 61 6c 6c 79  20 64 6f 72 6d 61 6e 74  |Normally dormant|
00003070  20 98 20 79 6f 75 20 6e  65 65 64 20 61 6e 20 45  | . you need an E|
00003080  63 6f 6e 65 74 20 65 78  70 61 6e 73 69 6f 6e 20  |conet expansion |
00003090  63 61 72 64 20 74 6f 20  75 73 65 20 69 74 2e 20  |card to use it. |
000030a0  50 72 6f 76 69 64 65 73  a0 0a 73 6f 66 74 77 61  |Provides..softwa|
000030b0  72 65 20 6e 65 65 64 65  64 20 74 6f 20 75 73 65  |re needed to use|
000030c0  20 41 63 6f 72 6e 91 73  20 6f 77 6e 20 45 63 6f  | Acorn.s own Eco|
000030d0  6e 65 74 20 6e 65 74 77  6f 72 6b 69 6e 67 20 73  |net networking s|
000030e0  79 73 74 65 6d 2e 20 49  20 74 68 69 6e 6b 20 6e  |ystem. I think n|
000030f0  6f 62 6f 64 79 a0 0a 75  73 65 73 20 45 63 6f 6e  |obody..uses Econ|
00003100  65 74 20 61 6e 79 6d 6f  72 65 20 74 68 65 73 65  |et anymore these|
00003110  20 64 61 79 73 2e 0a 0a  46 69 6c 65 43 6f 72 65  | days...FileCore|
00003120  20 28 42 61 63 6b 75 70  2c 20 42 79 65 2c 20 43  | (Backup, Bye, C|
00003130  68 65 63 6b 4d 61 70 2c  20 43 6f 6d 70 61 63 74  |heckMap, Compact|
00003140  2c 20 44 65 66 65 63 74  2c 20 44 69 73 6d 6f 75  |, Defect, Dismou|
00003150  6e 74 2c 20 44 72 69 76  65 2c 20 46 72 65 65 2c  |nt, Drive, Free,|
00003160  a0 0a 4d 61 70 2c 20 4d  6f 75 6e 74 2c 20 4e 61  |..Map, Mount, Na|
00003170  6d 65 44 69 73 63 2c 20  4e 61 6d 65 44 69 73 6b  |meDisc, NameDisk|
00003180  2c 20 56 65 72 69 66 79  29 0a 4f 6e 65 20 6f 66  |, Verify).One of|
00003190  20 74 68 65 20 74 77 6f  20 62 61 73 69 63 20 6d  | the two basic m|
000031a0  6f 64 75 6c 65 73 20 6f  6e 20 77 68 69 63 68 20  |odules on which |
000031b0  61 6c 6c 20 66 69 6c 69  6e 67 20 73 79 73 74 65  |all filing syste|
000031c0  6d 20 6d 6f 64 75 6c 65  73 20 72 65 6c 79 2e a0  |m modules rely..|
000031d0  0a 55 6e 70 6c 75 67 67  69 6e 67 20 74 68 65 6d  |.Unplugging them|
000031e0  20 69 73 20 61 20 72 65  61 6c 6c 79 20 66 6f 6f  | is a really foo|
000031f0  6c 69 73 68 20 74 68 69  6e 67 21 0a 0a 46 69 6c  |lish thing!..Fil|
00003200  65 72 20 28 46 69 6c 65  72 5f 4f 70 65 6e 44 69  |er (Filer_OpenDi|
00003210  72 2c 20 46 69 6c 65 72  5f 43 6c 6f 73 65 44 69  |r, Filer_CloseDi|
00003220  72 2c 20 46 69 6c 65 72  5f 52 75 6e 2c 20 46 69  |r, Filer_Run, Fi|
00003230  6c 65 72 5f 42 6f 6f 74  2c 20 44 65 73 6b 74 6f  |ler_Boot, Deskto|
00003240  70 5f 46 69 6c 65 72 29  0a 49 73 20 72 65 73 70  |p_Filer).Is resp|
00003250  6f 6e 73 69 62 6c 65 20  66 6f 72 20 64 69 72 65  |onsible for dire|
00003260  63 74 6f 72 79 20 64 69  73 70 6c 61 79 73 20 6f  |ctory displays o|
00003270  6e 20 74 68 65 20 64 65  73 6b 74 6f 70 2e 20 55  |n the desktop. U|
00003280  6e 70 6c 75 67 67 69 6e  67 20 69 74 20 69 73 20  |nplugging it is |
00003290  6e 6f 74 a0 0a 76 65 72  79 20 75 73 65 66 75 6c  |not..very useful|
000032a0  2e 0a 0a 46 69 6c 65 72  53 57 49 73 0a 46 69 6c  |...FilerSWIs.Fil|
000032b0  65 72 5f 41 63 74 69 6f  6e 20 28 46 69 6c 65 72  |er_Action (Filer|
000032c0  5f 41 63 74 69 6f 6e 29  0a 50 65 72 66 6f 72 6d  |_Action).Perform|
000032d0  20 66 69 6c 65 20 6d 61  6e 69 70 75 6c 61 74 69  | file manipulati|
000032e0  6f 6e 20 6f 70 65 72 61  74 69 6f 6e 73 20 75 6e  |on operations un|
000032f0  64 65 72 20 74 68 65 20  6d 75 6c 74 69 74 61 73  |der the multitas|
00003300  6b 69 6e 67 2e 20 55 6e  70 6c 75 67 20 74 68 65  |king. Unplug the|
00003310  6d a0 0a 61 6e 64 20 74  72 79 20 74 6f 2c 20 66  |m..and try to, f|
00003320  6f 72 20 65 78 61 6d 70  6c 65 2c 20 63 6f 70 79  |or example, copy|
00003330  20 61 20 66 69 6c 65 20  98 20 61 20 74 65 78 74  | a file . a text|
00003340  20 77 69 6e 64 6f 77 20  69 73 20 6f 70 65 6e 65  | window is opene|
00003350  64 20 61 6e 64 20 74 68  65 a0 0a 64 65 73 6b 74  |d and the..deskt|
00003360  6f 70 20 68 61 6e 67 73  2e 20 42 65 63 61 75 73  |op hangs. Becaus|
00003370  65 20 46 69 6c 65 72 5f  41 63 74 69 6f 6e 20 6e  |e Filer_Action n|
00003380  65 65 64 73 20 6e 6f 20  77 6f 72 6b 73 70 61 63  |eeds no workspac|
00003390  65 20 61 6e 64 20 46 69  6c 65 72 53 57 49 73 20  |e and FilerSWIs |
000033a0  6f 6e 6c 79 a0 0a 6c 69  74 74 6c 65 2c 20 75 6e  |only..little, un|
000033b0  70 6c 75 67 67 69 6e 67  20 74 68 65 20 6d 6f 64  |plugging the mod|
000033c0  75 6c 65 73 20 68 61 73  20 6d 6f 72 65 20 64 69  |ules has more di|
000033d0  73 61 64 76 61 6e 74 61  67 65 73 20 74 68 61 6e  |sadvantages than|
000033e0  20 61 64 76 61 6e 74 61  67 65 73 2e 0a 0a 46 69  | advantages...Fi|
000033f0  6c 65 53 77 69 74 63 68  20 28 41 63 63 65 73 73  |leSwitch (Access|
00003400  2c 20 43 61 74 2c 20 43  44 69 72 2c 20 43 6f 70  |, Cat, CDir, Cop|
00003410  79 2c 20 43 6f 75 6e 74  2c 20 44 69 72 2c 20 45  |y, Count, Dir, E|
00003420  6e 75 6d 44 69 72 2c 20  45 78 2c 20 46 69 6c 65  |numDir, Ex, File|
00003430  49 6e 66 6f 2c a0 0a 49  6e 66 6f 2c 20 4c 43 61  |Info,..Info, LCa|
00003440  74 2c 20 4c 45 78 2c 20  4c 69 62 2c 20 52 65 6e  |t, LEx, Lib, Ren|
00003450  61 6d 65 2c 20 52 75 6e  2c 20 53 65 74 54 79 70  |ame, Run, SetTyp|
00003460  65 2c 20 53 68 75 74 2c  20 53 68 75 74 44 6f 77  |e, Shut, ShutDow|
00003470  6e 2c 20 53 74 61 6d 70  2c 20 55 70 2c a0 0a 57  |n, Stamp, Up,..W|
00003480  69 70 65 78 2c 20 42 61  63 6b 2c 20 55 52 44 2c  |ipex, Back, URD,|
00003490  20 4e 6f 44 69 72 2c 20  4e 6f 55 52 44 2c 20 4e  | NoDir, NoURD, N|
000034a0  6f 4c 69 62 29 0a 4f 6e  65 20 6f 66 20 74 68 65  |oLib).One of the|
000034b0  20 74 77 6f 20 62 61 73  69 63 20 6d 6f 64 75 6c  | two basic modul|
000034c0  65 73 20 6f 6e 20 77 68  69 63 68 20 61 6c 6c 20  |es on which all |
000034d0  66 69 6c 69 6e 67 20 73  79 73 74 65 6d 20 6d 6f  |filing system mo|
000034e0  64 75 6c 65 73 20 72 65  6c 79 2e a0 0a 55 6e 70  |dules rely...Unp|
000034f0  6c 75 67 67 69 6e 67 20  74 68 65 6d 20 69 73 20  |lugging them is |
00003500  68 6f 6e 65 73 74 6c 79  20 61 20 72 65 61 6c 6c  |honestly a reall|
00003510  79 20 66 6f 6f 6c 69 73  68 20 74 68 69 6e 67 21  |y foolish thing!|
00003520  0a 0a 46 69 6c 74 65 72  4d 61 6e 61 67 65 72 20  |..FilterManager |
00003530  28 46 69 6c 74 65 72 73  29 0a 56 65 72 79 20 66  |(Filters).Very f|
00003540  65 77 20 70 72 6f 67 72  61 6d 73 20 75 73 65 20  |ew programs use |
00003550  74 68 69 73 20 6d 6f 64  75 6c 65 20 74 6f 20 6d  |this module to m|
00003560  61 6b 65 20 6f 74 68 65  72 20 70 72 6f 67 72 61  |ake other progra|
00003570  6d 73 20 62 65 68 61 76  65 20 64 69 66 66 65 72  |ms behave differ|
00003580  65 6e 74 6c 79 a0 0a 66  72 6f 6d 20 68 6f 77 20  |ently..from how |
00003590  74 68 65 79 20 6e 6f 72  6d 61 6c 6c 79 20 72 65  |they normally re|
000035a0  61 63 74 20 77 68 65 6e  20 63 65 72 74 61 69 6e  |act when certain|
000035b0  20 74 68 69 6e 67 73 20  68 61 70 70 65 6e 2e 20  | things happen. |
000035c0  57 65 6c 6c 2c 20 49 20  74 68 69 6e 6b 20 74 68  |Well, I think th|
000035d0  69 73 a0 0a 73 6f 6d 65  77 68 61 74 20 76 61 67  |is..somewhat vag|
000035e0  75 65 20 64 65 73 63 72  69 70 74 69 6f 6e 20 77  |ue description w|
000035f0  6f 6e 91 74 20 68 65 6c  70 20 79 6f 75 20 76 65  |on.t help you ve|
00003600  72 79 20 6d 75 63 68 2c  20 73 6f 20 49 91 6c 6c  |ry much, so I.ll|
00003610  20 74 72 79 20 61 6e a0  0a 65 78 61 6d 70 6c 65  | try an..example|
00003620  3a 20 90 49 6d 61 67 65  46 53 91 20 4d 49 47 48  |: .ImageFS. MIGH|
00003630  54 20 75 73 65 20 74 68  65 20 46 69 6c 74 65 72  |T use the Filter|
00003640  4d 61 6e 61 67 65 72 20  28 49 20 64 6f 6e 91 74  |Manager (I don.t|
00003650  20 68 61 76 65 20 74 68  65 20 70 72 6f 67 72 61  | have the progra|
00003660  6d 29 a0 0a 74 6f 20 61  6c 6c 6f 77 20 65 76 65  |m)..to allow eve|
00003670  6e 20 74 68 6f 73 65 20  70 72 6f 67 72 61 6d 73  |n those programs|
00003680  20 74 6f 20 6c 6f 61 64  20 4a 50 45 47 20 66 69  | to load JPEG fi|
00003690  6c 65 73 20 74 68 61 74  20 6e 6f 72 6d 61 6c 6c  |les that normall|
000036a0  79 20 63 61 6e 6e 6f 74  20 6c 6f 61 64 a0 0a 74  |y cannot load..t|
000036b0  68 65 6d 2e 20 42 65 63  61 75 73 65 20 74 68 65  |hem. Because the|
000036c0  20 6d 6f 64 75 6c 65 20  6f 6e 6c 79 20 6e 65 65  | module only nee|
000036d0  64 73 20 6c 69 74 74 6c  65 20 77 6f 72 6b 73 70  |ds little worksp|
000036e0  61 63 65 2c 20 49 20 72  65 63 6f 6d 6d 65 6e 64  |ace, I recommend|
000036f0  20 6e 6f 74 20 74 6f a0  0a 75 6e 70 6c 75 67 20  | not to..unplug |
00003700  69 74 2e 0a 0a 46 6f 6e  74 4d 61 6e 61 67 65 72  |it...FontManager|
00003710  20 28 46 6f 6e 74 4c 69  73 74 2c 20 46 6f 6e 74  | (FontList, Font|
00003720  43 61 74 2c 20 4c 6f 61  64 46 6f 6e 74 43 61 63  |Cat, LoadFontCac|
00003730  68 65 2c 20 53 61 76 65  46 6f 6e 74 43 61 63 68  |he, SaveFontCach|
00003740  65 2c 20 46 6f 6e 74 49  6e 73 74 61 6c 6c 2c a0  |e, FontInstall,.|
00003750  0a 46 6f 6e 74 4c 69 62  72 61 72 79 2c 20 46 6f  |.FontLibrary, Fo|
00003760  6e 74 52 65 6d 6f 76 65  29 0a 54 68 69 73 20 6d  |ntRemove).This m|
00003770  6f 64 75 6c 65 20 69 73  20 72 65 73 70 6f 6e 73  |odule is respons|
00003780  69 62 6c 65 20 66 6f 72  20 65 76 65 72 79 74 68  |ible for everyth|
00003790  69 6e 67 20 74 68 61 74  20 68 61 73 20 74 6f 20  |ing that has to |
000037a0  64 6f 20 77 69 74 68 20  6f 75 74 6c 69 6e 65 a0  |do with outline.|
000037b0  0a 66 6f 6e 74 73 2e 20  45 76 65 6e 20 69 66 20  |.fonts. Even if |
000037c0  79 6f 75 20 6e 65 76 65  72 20 75 73 65 20 6f 75  |you never use ou|
000037d0  74 6c 69 6e 65 20 66 6f  6e 74 73 2c 20 79 6f 75  |tline fonts, you|
000037e0  20 73 74 69 6c 6c 20 63  61 6e 91 74 20 75 6e 70  | still can.t unp|
000037f0  6c 75 67 20 69 74 20 61  73 20 69 74 a0 0a 69 73  |lug it as it..is|
00003800  20 6e 65 65 64 65 64 20  74 6f 20 64 69 73 70 6c  | needed to displ|
00003810  61 79 20 74 68 65 20 94  49 6e 69 74 69 61 6c 69  |ay the .Initiali|
00003820  73 69 6e 67 2e 2e 2e 95  20 6d 65 73 73 61 67 65  |sing.... message|
00003830  20 77 68 65 6e 20 74 68  65 20 64 65 73 6b 74 6f  | when the deskto|
00003840  70 20 73 74 61 72 74 73  a0 0a 75 70 2e 0a 0a 46  |p starts..up...F|
00003850  50 45 6d 75 6c 61 74 6f  72 0a 45 69 74 68 65 72  |PEmulator.Either|
00003860  20 73 69 6d 75 6c 61 74  65 73 20 6f 72 20 73 75  | simulates or su|
00003870  70 70 6f 72 74 73 20 61  20 66 6c 6f 61 74 69 6e  |pports a floatin|
00003880  67 20 70 6f 69 6e 74 20  61 63 63 65 6c 65 72 61  |g point accelera|
00003890  74 6f 72 2c 20 69 65 20  61 a0 0a 6d 61 74 68 65  |tor, ie a..mathe|
000038a0  6d 61 74 69 63 61 6c 20  63 6f 70 72 6f 63 65 73  |matical coproces|
000038b0  73 6f 72 2e 20 49 74 20  69 73 20 75 73 65 64 20  |sor. It is used |
000038c0  62 79 20 6d 61 6e 79 20  70 72 6f 67 72 61 6d 73  |by many programs|
000038d0  2c 20 65 73 70 65 63 69  61 6c 6c 79 20 6f 6e 65  |, especially one|
000038e0  73 20 74 68 61 74 a0 0a  61 72 65 20 77 72 69 74  |s that..are writ|
000038f0  74 65 6e 20 69 6e 20 43  2e 20 4e 45 56 45 52 20  |ten in C. NEVER |
00003900  75 6e 70 6c 75 67 20 74  68 65 20 6d 6f 64 75 6c  |unplug the modul|
00003910  65 20 98 20 74 68 69 73  20 69 6d 6d 65 64 69 61  |e . this immedia|
00003920  74 65 6c 79 20 63 72 61  73 68 65 73 20 74 68 65  |tely crashes the|
00003930  a0 0a 6d 61 63 68 69 6e  65 20 61 6e 64 20 70 72  |..machine and pr|
00003940  65 76 65 6e 74 73 20 73  74 61 72 74 75 70 20 61  |events startup a|
00003950  66 74 65 72 20 61 20 72  65 73 65 74 2e 0a 0a 46  |fter a reset...F|
00003960  72 65 65 20 28 44 65 73  6b 74 6f 70 5f 46 72 65  |ree (Desktop_Fre|
00003970  65 2c 20 53 68 6f 77 46  72 65 65 29 0a 50 72 6f  |e, ShowFree).Pro|
00003980  76 69 64 65 73 20 66 69  6c 69 6e 67 20 73 79 73  |vides filing sys|
00003990  74 65 6d 73 20 77 69 74  68 20 74 68 65 20 77 69  |tems with the wi|
000039a0  6e 64 6f 77 73 20 74 68  61 74 20 61 72 65 20 64  |ndows that are d|
000039b0  69 73 70 6c 61 79 65 64  20 77 68 65 6e 20 79 6f  |isplayed when yo|
000039c0  75 20 63 68 6f 6f 73 65  a0 0a 94 46 72 65 65 95  |u choose...Free.|
000039d0  20 66 72 6f 6d 20 74 68  65 69 72 20 69 63 6f 6e  | from their icon|
000039e0  20 62 61 72 20 6d 65 6e  75 73 2e 20 59 6f 75 20  | bar menus. You |
000039f0  43 41 4e 20 75 6e 70 6c  75 67 20 69 74 2c 20 62  |CAN unplug it, b|
00003a00  75 74 20 74 68 65 6e 20  79 6f 75 91 6c 6c 20 6e  |ut then you.ll n|
00003a10  65 76 65 72 a0 0a 6b 6e  6f 77 20 68 6f 77 20 6d  |ever..know how m|
00003a20  75 63 68 20 66 72 65 65  20 73 70 61 63 65 20 69  |uch free space i|
00003a30  73 20 6c 65 66 74 20 6f  6e 20 79 6f 75 72 20 64  |s left on your d|
00003a40  69 73 63 2e 2e 2e 0a 0a  47 65 72 6d 61 6e 79 20  |isc.....Germany |
00003a50  28 6f 6e 20 61 20 47 65  72 6d 61 6e 20 6d 6f 64  |(on a German mod|
00003a60  65 6c 29 0a 47 69 76 65  73 20 74 68 65 20 54 65  |el).Gives the Te|
00003a70  72 72 69 74 6f 72 79 4d  61 6e 61 67 65 72 20 69  |rritoryManager i|
00003a80  6e 66 6f 72 6d 61 74 69  6f 6e 20 61 62 6f 75 74  |nformation about|
00003a90  20 47 65 72 6d 61 6e 79  2e 20 4e 65 76 65 72 20  | Germany. Never |
00003aa0  75 6e 70 6c 75 67 2e 0a  0a 48 6f 75 72 67 6c 61  |unplug...Hourgla|
00003ab0  73 73 0a 54 68 69 73 20  6d 6f 64 75 6c 65 20 69  |ss.This module i|
00003ac0  73 20 75 73 65 64 20 62  79 20 6d 61 6e 79 20 70  |s used by many p|
00003ad0  72 6f 67 72 61 6d 73 20  74 6f 20 64 69 73 70 6c  |rograms to displ|
00003ae0  61 79 20 61 6e 20 68 6f  75 72 67 6c 61 73 73 20  |ay an hourglass |
00003af0  77 68 65 6e 20 74 68 65  79 20 68 61 76 65 a0 0a  |when they have..|
00003b00  74 6f 20 73 74 6f 70 20  74 68 65 20 6d 75 6c 74  |to stop the mult|
00003b10  69 74 61 73 6b 69 6e 67  20 66 6f 72 20 61 20 77  |itasking for a w|
00003b20  68 69 6c 65 2e 20 44 6f  6e 91 74 20 75 6e 70 6c  |hile. Don.t unpl|
00003b30  75 67 2e 0a 0a 49 49 43  0a 49 73 20 75 73 65 64  |ug...IIC.Is used|
00003b40  20 69 6e 74 65 72 6e 61  6c 6c 79 20 74 6f 20 72  | internally to r|
00003b50  65 61 64 20 74 68 65 20  62 61 74 74 65 72 79 2d  |ead the battery-|
00003b60  62 61 63 6b 65 64 20 63  6c 6f 63 6b 20 61 6e 64  |backed clock and|
00003b70  20 43 4d 4f 53 20 52 41  4d 2c 20 73 6f 20 64 6f  | CMOS RAM, so do|
00003b80  6e 91 74 a0 0a 75 6e 70  6c 75 67 2e 0a 0a 49 6e  |n.t..unplug...In|
00003b90  74 65 72 6e 61 74 69 6f  6e 61 6c 20 28 41 6c 70  |ternational (Alp|
00003ba0  68 61 62 65 74 2c 20 43  6f 75 6e 74 72 79 2c 20  |habet, Country, |
00003bb0  4b 65 79 62 6f 61 72 64  2c 20 41 6c 70 68 61 62  |Keyboard, Alphab|
00003bc0  65 74 73 2c 20 43 6f 75  6e 74 72 69 65 73 29 0a  |ets, Countries).|
00003bd0  54 68 69 73 20 6d 6f 64  75 6c 65 20 69 73 20 72  |This module is r|
00003be0  65 73 70 6f 6e 73 69 62  6c 65 20 66 6f 72 20 73  |esponsible for s|
00003bf0  65 74 74 69 6e 67 20 61  6e 64 20 72 65 61 64 69  |etting and readi|
00003c00  6e 67 20 74 68 65 20 63  6f 6e 66 69 67 75 72 65  |ng the configure|
00003c10  64 20 63 6f 75 6e 74 72  79 a0 0a 28 61 6e 64 20  |d country..(and |
00003c20  74 68 65 20 61 6c 70 68  61 62 65 74 20 61 6e 64  |the alphabet and|
00003c30  20 6b 65 79 62 6f 61 72  64 20 6c 61 79 6f 75 74  | keyboard layout|
00003c40  20 74 68 61 74 20 69 73  20 75 73 65 64 29 2e 20  | that is used). |
00003c50  57 68 65 6e 20 49 20 74  72 69 65 64 20 74 6f 20  |When I tried to |
00003c60  75 6e 70 6c 75 67 a0 0a  69 74 20 6f 6e 20 6d 79  |unplug..it on my|
00003c70  20 41 33 30 31 30 20 28  42 72 69 74 69 73 68 20  | A3010 (British |
00003c80  6d 6f 64 65 6c 29 2c 20  49 20 77 61 73 20 73 74  |model), I was st|
00003c90  69 6c 6c 20 61 62 6c 65  20 74 6f 20 74 79 70 65  |ill able to type|
00003ca0  20 6f 6e 20 74 68 65 20  6b 65 79 62 6f 61 72 64  | on the keyboard|
00003cb0  a0 0a 61 66 74 65 72 20  61 20 72 65 73 65 74 2e  |..after a reset.|
00003cc0  20 48 6f 77 65 76 65 72  2c 20 62 65 74 74 65 72  | However, better|
00003cd0  20 64 6f 6e 91 74 20 75  6e 70 6c 75 67 20 28 68  | don.t unplug (h|
00003ce0  61 72 64 6c 79 20 6e 65  65 64 73 20 61 6e 79 20  |ardly needs any |
00003cf0  77 6f 72 6b 73 70 61 63  65 a0 0a 61 6e 79 77 61  |workspace..anywa|
00003d00  79 29 2e 0a 0a 49 6e 74  65 72 6e 61 74 69 6f 6e  |y)...Internation|
00003d10  61 6c 4b 65 79 62 6f 61  72 64 0a 57 68 65 6e 20  |alKeyboard.When |
00003d20  79 6f 75 20 75 6e 70 6c  75 67 20 74 68 69 73 2c  |you unplug this,|
00003d30  20 79 6f 75 20 63 61 6e  20 73 74 69 6c 6c 20 74  | you can still t|
00003d40  79 70 65 2c 20 62 75 74  20 79 6f 75 20 63 61 6e  |ype, but you can|
00003d50  6e 6f 74 20 65 6e 74 65  72 20 61 6e 79 a0 0a 69  |not enter any..i|
00003d60  6e 74 65 72 6e 61 74 69  6f 6e 61 6c 20 63 68 61  |nternational cha|
00003d70  72 61 63 74 65 72 73 20  73 75 63 68 20 61 73 20  |racters such as |
00003d80  41 6c 74 20 73 20 66 6f  72 20 94 df 95 20 28 61  |Alt s for ... (a|
00003d90  74 20 6c 65 61 73 74 20  6f 6e 20 6d 79 20 42 72  |t least on my Br|
00003da0  69 74 69 73 68 a0 0a 6d  61 63 68 69 6e 65 29 2e  |itish..machine).|
00003db0  20 0a 0a 49 52 51 55 74  69 6c 73 0a 54 68 69 73  | ..IRQUtils.This|
00003dc0  20 69 73 20 61 20 64 75  6d 6d 79 20 6d 6f 64 75  | is a dummy modu|
00003dd0  6c 65 20 77 68 69 63 68  20 69 73 20 6f 6e 6c 79  |le which is only|
00003de0  20 69 6e 63 6c 75 64 65  64 20 69 6e 20 52 49 53  | included in RIS|
00003df0  43 20 4f 53 20 33 2e 31  31 20 74 6f 20 61 6c 6c  |C OS 3.11 to all|
00003e00  6f 77 a0 0a 6f 6c 64 65  72 20 70 72 6f 67 72 61  |ow..older progra|
00003e10  6d 73 20 77 68 69 63 68  20 74 65 73 74 20 69 74  |ms which test it|
00003e20  73 20 70 72 65 73 65 6e  63 65 20 74 6f 20 73 74  |s presence to st|
00003e30  69 6c 6c 20 77 6f 72 6b  20 63 6f 72 72 65 63 74  |ill work correct|
00003e40  6c 79 2e 0a 0a 4a 6f 79  73 74 69 63 6b 0a 49 66  |ly...Joystick.If|
00003e50  20 79 6f 75 20 6e 65 76  65 72 20 75 73 65 20 61  | you never use a|
00003e60  20 6a 6f 79 73 74 69 63  6b 2c 20 6f 72 20 69 66  | joystick, or if|
00003e70  20 79 6f 75 20 6c 6f 61  64 20 79 6f 75 72 20 6a  | you load your j|
00003e80  6f 79 73 74 69 63 6b 20  64 72 69 76 65 72 20 66  |oystick driver f|
00003e90  72 6f 6d 20 64 69 73 63  2c a0 0a 79 6f 75 20 63  |rom disc,..you c|
00003ea0  61 6e 20 75 6e 70 6c 75  67 20 74 68 69 73 2e 0a  |an unplug this..|
00003eb0  0a 4d 65 73 73 61 67 65  73 0a 43 6f 6e 74 61 69  |.Messages.Contai|
00003ec0  6e 73 20 6d 6f 73 74 20  6f 66 20 74 68 65 20 74  |ns most of the t|
00003ed0  65 78 74 75 61 6c 20 6d  65 73 73 61 67 65 73 20  |extual messages |
00003ee0  79 6f 75 72 20 63 6f 6d  70 75 74 65 72 20 61 64  |your computer ad|
00003ef0  64 72 65 73 73 65 73 20  79 6f 75 20 77 69 74 68  |dresses you with|
00003f00  2e a0 0a 4e 65 76 65 72  20 75 6e 70 6c 75 67 21  |...Never unplug!|
00003f10  0a 0a 4d 65 73 73 61 67  65 54 72 61 6e 73 0a 54  |..MessageTrans.T|
00003f20  68 69 73 20 6d 6f 64 75  6c 65 20 69 73 20 75 73  |his module is us|
00003f30  65 64 20 62 79 20 6d 61  6e 79 20 70 72 6f 67 72  |ed by many progr|
00003f40  61 6d 73 20 74 6f 20 6d  61 69 6e 74 61 69 6e 20  |ams to maintain |
00003f50  74 68 65 69 72 20 6f 77  6e 20 74 65 78 74 75 61  |their own textua|
00003f60  6c a0 0a 6d 65 73 73 61  67 65 73 2e 20 4e 65 76  |l..messages. Nev|
00003f70  65 72 20 75 6e 70 6c 75  67 20 69 74 2e 0a 0a 4e  |er unplug it...N|
00003f80  65 74 46 69 6c 65 72 20  28 44 65 73 6b 74 6f 70  |etFiler (Desktop|
00003f90  5f 4e 65 74 46 69 6c 65  72 29 0a 4e 65 74 46 53  |_NetFiler).NetFS|
00003fa0  20 28 41 64 64 46 53 2c  20 46 53 2c 20 49 20 61  | (AddFS, FS, I a|
00003fb0  6d 2c 20 4c 69 73 74 46  53 2c 20 4c 6f 67 6f 6e  |m, ListFS, Logon|
00003fc0  2c 20 4e 65 74 2c 20 50  61 73 73 2c 20 53 44 69  |, Net, Pass, SDi|
00003fd0  73 63 29 0a 4e 65 74 50  72 69 6e 74 20 28 4c 69  |sc).NetPrint (Li|
00003fe0  73 74 50 53 2c 20 50 53  2c 20 53 65 74 50 53 29  |stPS, PS, SetPS)|
00003ff0  0a 4e 65 74 53 74 61 74  75 73 0a 4e 65 74 55 74  |.NetStatus.NetUt|
00004000  69 6c 73 0a 41 6e 6f 74  68 65 72 20 66 65 77 20  |ils.Another few |
00004010  6d 6f 64 75 6c 65 73 20  74 68 61 74 20 79 6f 75  |modules that you|
00004020  20 6e 65 65 64 20 66 6f  72 20 41 63 6f 72 6e 91  | need for Acorn.|
00004030  73 20 45 63 6f 6e 65 74  2e 20 49 66 20 79 6f 75  |s Econet. If you|
00004040  20 68 61 76 65 6e 91 74  20 67 6f 74 20 61 6e a0  | haven.t got an.|
00004050  0a 45 63 6f 6e 65 74 20  65 78 70 61 6e 73 69 6f  |.Econet expansio|
00004060  6e 20 63 61 72 64 20 69  6e 20 79 6f 75 72 20 63  |n card in your c|
00004070  6f 6d 70 75 74 65 72 2c  20 4e 65 74 46 53 2c 20  |omputer, NetFS, |
00004080  4e 65 74 50 72 69 6e 74  20 61 6e 64 20 4e 65 74  |NetPrint and Net|
00004090  55 74 69 6c 73 20 77 69  6c 6c a0 0a 62 65 20 64  |Utils will..be d|
000040a0  6f 72 6d 61 6e 74 2e 20  49 6e 20 74 68 69 73 20  |ormant. In this |
000040b0  63 61 73 65 20 79 6f 75  20 63 61 6e 20 75 6e 70  |case you can unp|
000040c0  6c 75 67 20 4e 65 74 46  69 6c 65 72 20 61 6e 64  |lug NetFiler and|
000040d0  20 4e 65 74 53 74 61 74  75 73 20 74 6f 6f 2c 20  | NetStatus too, |
000040e0  69 66 20 79 6f 75 a0 0a  77 61 6e 74 20 74 6f 2e  |if you..want to.|
000040f0  0a 0a 4f 62 65 79 20 28  4f 62 65 79 29 0a 55 73  |..Obey (Obey).Us|
00004100  65 64 20 66 6f 72 20 65  78 65 63 75 74 69 6e 67  |ed for executing|
00004110  20 6f 62 65 79 20 66 69  6c 65 73 2e 20 44 6f 6e  | obey files. Don|
00004120  91 74 20 75 6e 70 6c 75  67 2e 0a 0a 50 61 6c 65  |.t unplug...Pale|
00004130  74 74 65 55 74 69 6c 0a  54 68 69 73 20 6d 6f 64  |tteUtil.This mod|
00004140  75 6c 65 20 70 72 6f 76  69 64 65 73 20 79 6f 75  |ule provides you|
00004150  20 77 69 74 68 20 74 68  65 20 70 61 6c 65 74 74  | with the palett|
00004160  65 20 75 74 69 6c 69 74  79 20 69 63 6f 6e 20 6f  |e utility icon o|
00004170  6e 20 79 6f 75 72 20 69  63 6f 6e 20 62 61 72 2e  |n your icon bar.|
00004180  20 41 73 a0 0a 79 6f 75  91 6c 6c 20 6e 6f 72 6d  | As..you.ll norm|
00004190  61 6c 6c 79 20 6e 65 65  64 20 69 74 20 74 6f 20  |ally need it to |
000041a0  63 68 61 6e 67 65 20 73  63 72 65 65 6e 20 6d 6f  |change screen mo|
000041b0  64 65 2c 20 64 6f 6e 91  74 20 75 6e 70 6c 75 67  |de, don.t unplug|
000041c0  20 69 74 2e 0a 0a 50 61  72 61 6c 6c 65 6c 44 65  | it...ParallelDe|
000041d0  76 69 63 65 44 72 69 76  65 72 0a 52 65 73 70 6f  |viceDriver.Respo|
000041e0  6e 73 69 62 6c 65 20 66  6f 72 20 6d 61 69 6e 74  |nsible for maint|
000041f0  61 69 6e 69 6e 67 20 74  68 65 20 70 61 72 61 6c  |aining the paral|
00004200  6c 65 6c 20 70 6f 72 74  2e 20 49 66 20 6e 6f 74  |lel port. If not|
00004210  68 69 6e 67 20 69 73 20  63 6f 6e 6e 65 63 74 65  |hing is connecte|
00004220  64 20 74 6f a0 0a 79 6f  75 72 20 70 61 72 61 6c  |d to..your paral|
00004230  6c 65 6c 20 70 6f 72 74  20 28 74 79 70 69 63 61  |lel port (typica|
00004240  6c 6c 79 20 61 20 70 72  69 6e 74 65 72 29 2c 20  |lly a printer), |
00004250  79 6f 75 20 63 61 6e 20  75 6e 70 6c 75 67 20 69  |you can unplug i|
00004260  74 2e 0a 0a 50 44 72 69  76 65 72 0a 50 44 72 69  |t...PDriver.PDri|
00004270  76 65 72 44 50 0a 50 44  75 6d 70 65 72 44 4d 0a  |verDP.PDumperDM.|
00004280  50 44 75 6d 70 65 72 53  75 70 70 6f 72 74 0a 46  |PDumperSupport.F|
00004290  69 6e 61 6c 6c 79 20 77  65 91 76 65 20 6d 61 64  |inally we.ve mad|
000042a0  65 20 69 74 20 74 6f 20  74 68 65 20 66 6f 75 72  |e it to the four|
000042b0  20 62 65 73 74 20 63 61  6e 64 69 64 61 74 65 73  | best candidates|
000042c0  20 66 6f 72 20 75 6e 70  6c 75 67 67 69 6e 67 20  | for unplugging |
000042d0  28 69 6e 20 52 49 53 43  a0 0a 4f 53 20 33 2e 31  |(in RISC..OS 3.1|
000042e0  31 29 2e 20 54 68 65 73  65 20 6d 6f 64 75 6c 65  |1). These module|
000042f0  73 20 66 6f 72 6d 20 74  68 65 20 73 6f 66 74 77  |s form the softw|
00004300  61 72 65 20 74 6f 20 70  72 69 6e 74 20 66 72 6f  |are to print fro|
00004310  6d 20 52 49 53 43 20 4f  53 a0 0a 61 70 70 6c 69  |m RISC OS..appli|
00004320  63 61 74 69 6f 6e 73 2e  20 48 6f 77 65 76 65 72  |cations. However|
00004330  2c 20 61 6c 6c 20 6f 66  20 74 68 65 6d 20 68 61  |, all of them ha|
00004340  76 65 20 62 65 65 6e 20  72 65 70 6c 61 63 65 64  |ve been replaced|
00004350  20 62 79 20 6e 65 77 65  72 20 76 65 72 73 69 6f  | by newer versio|
00004360  6e 73 a0 0a 77 68 69 63  68 20 61 72 65 20 6c 6f  |ns..which are lo|
00004370  61 64 65 64 20 66 72 6f  6d 20 64 69 73 63 20 77  |aded from disc w|
00004380  68 65 6e 20 79 6f 75 20  72 75 6e 20 74 68 65 20  |hen you run the |
00004390  70 72 69 6e 74 65 72 20  64 72 69 76 65 72 2e 20  |printer driver. |
000043a0  54 68 65 20 52 4f 4d a0  0a 76 65 72 73 69 6f 6e  |The ROM..version|
000043b0  73 20 6e 65 65 64 20 71  75 69 74 65 20 61 20 66  |s need quite a f|
000043c0  65 77 20 6b 42 79 74 65  73 20 6f 66 20 6d 65 6d  |ew kBytes of mem|
000043d0  6f 72 79 20 77 68 69 63  68 20 61 72 65 20 6a 75  |ory which are ju|
000043e0  73 74 20 77 61 73 74 65  64 21 0a 54 68 65 20 52  |st wasted!.The R|
000043f0  49 53 43 20 4f 53 20 33  2e 35 20 52 4f 4d 20 63  |ISC OS 3.5 ROM c|
00004400  6f 6e 74 61 69 6e 20 74  68 65 20 6e 65 77 65 73  |ontain the newes|
00004410  74 20 76 65 72 73 69 6f  6e 73 20 6f 66 20 74 68  |t versions of th|
00004420  65 73 65 20 6d 6f 64 75  6c 65 73 2c 20 49 20 74  |ese modules, I t|
00004430  68 69 6e 6b 2c a0 0a 73  6f 20 75 6e 70 6c 75 67  |hink,..so unplug|
00004440  67 69 6e 67 20 6d 69 67  68 74 20 6e 6f 74 20 62  |ging might not b|
00004450  65 20 73 6f 20 75 73 65  66 75 6c 20 61 73 20 69  |e so useful as i|
00004460  6e 20 52 49 53 43 20 4f  53 20 33 2e 31 31 2e 0a  |n RISC OS 3.11..|
00004470  0a 50 65 72 63 75 73 73  69 6f 6e 0a 54 68 69 73  |.Percussion.This|
00004480  20 6d 6f 64 75 6c 65 20  70 72 6f 76 69 64 65 73  | module provides|
00004490  20 79 6f 75 20 77 69 74  68 20 74 68 65 20 77 61  | you with the wa|
000044a0  76 65 66 6f 72 6d 73 20  94 50 65 72 63 75 73 73  |veforms .Percuss|
000044b0  69 6f 6e 2d 53 6f 66 74  95 2c a0 0a 94 50 65 72  |ion-Soft.,...Per|
000044c0  63 75 73 73 69 6f 6e 2d  4d 65 64 69 75 6d 95 2c  |cussion-Medium.,|
000044d0  20 94 50 65 72 63 75 73  73 69 6f 6e 2d 53 6e 61  | .Percussion-Sna|
000044e0  72 65 95 20 61 6e 64 20  94 50 65 72 63 75 73 73  |re. and .Percuss|
000044f0  69 6f 6e 2d 4e 6f 69 73  65 95 20 69 6e 20 74 68  |ion-Noise. in th|
00004500  65 20 6c 69 73 74 a0 0a  6f 66 20 74 68 65 20 90  |e list..of the .|
00004510  43 6f 6e 66 69 67 75 72  65 91 20 61 70 70 6c 69  |Configure. appli|
00004520  63 61 74 69 6f 6e 20 77  68 65 72 65 20 79 6f 75  |cation where you|
00004530  20 63 61 6e 20 63 68 6f  6f 73 65 20 74 68 65 20  | can choose the |
00004540  73 79 73 74 65 6d 20 62  65 65 70 2e 20 54 68 65  |system beep. The|
00004550  a0 0a 6f 6e 6c 79 20 6f  74 68 65 72 20 61 70 70  |..only other app|
00004560  6c 69 63 61 74 69 6f 6e  20 49 20 6b 6e 6f 77 20  |lication I know |
00004570  77 68 69 63 68 20 75 73  65 73 20 74 68 69 73 20  |which uses this |
00004580  6d 6f 64 75 6c 65 20 69  73 20 90 4d 61 65 73 74  |module is .Maest|
00004590  72 6f 91 2e 20 55 6e 6c  65 73 73 a0 0a 79 6f 75  |ro.. Unless..you|
000045a0  20 68 61 76 65 20 63 68  6f 73 65 6e 20 6f 6e 65  | have chosen one|
000045b0  20 6f 66 20 74 68 6f 73  65 20 6e 6f 69 73 65 73  | of those noises|
000045c0  20 61 73 20 79 6f 75 72  20 73 79 73 74 65 6d 20  | as your system |
000045d0  62 65 65 70 2c 20 79 6f  75 20 63 61 6e 20 72 65  |beep, you can re|
000045e0  61 6c 6c 79 a0 0a 73 61  76 65 20 74 68 65 20 32  |ally..save the 2|
000045f0  6b 20 6f 66 20 77 6f 72  6b 73 70 61 63 65 20 61  |k of workspace a|
00004600  6e 64 20 75 6e 70 6c 75  67 20 69 74 2e 2e 2e 0a  |nd unplug it....|
00004610  0a 50 69 6e 62 6f 61 72  64 0a 54 68 65 20 70 69  |.Pinboard.The pi|
00004620  6e 62 6f 61 72 64 20 61  6c 6c 6f 77 73 20 79 6f  |nboard allows yo|
00004630  75 20 74 6f 20 70 69 6e  20 66 69 6c 65 73 20 6f  |u to pin files o|
00004640  6e 20 74 68 65 20 67 72  65 79 20 61 72 65 61 20  |n the grey area |
00004650  61 62 6f 76 65 20 74 68  65 20 69 63 6f 6e 20 62  |above the icon b|
00004660  61 72 2c a0 0a 69 73 20  72 65 73 70 6f 6e 73 69  |ar,..is responsi|
00004670  62 6c 65 20 66 6f 72 20  62 61 63 6b 64 72 6f 70  |ble for backdrop|
00004680  73 2c 20 69 63 6f 6e 69  7a 69 6e 67 20 77 69 6e  |s, iconizing win|
00004690  64 6f 77 73 20 65 74 63  2e 20 59 6f 75 20 63 61  |dows etc. You ca|
000046a0  6e 20 75 6e 70 6c 75 67  20 69 74 2c 20 62 75 74  |n unplug it, but|
000046b0  a0 0a 74 68 65 6e 20 79  6f 75 20 77 6f 6e 91 74  |..then you won.t|
000046c0  20 62 65 20 61 62 6c 65  20 74 6f 20 64 6f 20 61  | be able to do a|
000046d0  6e 79 20 6f 66 20 74 68  69 73 2e 0a 0a 50 69 70  |ny of this...Pip|
000046e0  65 46 53 20 28 50 69 70  65 43 6f 70 79 29 0a 49  |eFS (PipeCopy).I|
000046f0  20 68 61 76 65 6e 91 74  20 67 6f 74 20 61 20 63  | haven.t got a c|
00004700  6c 75 65 20 77 68 61 74  20 74 68 69 73 20 69 73  |lue what this is|
00004710  20 66 6f 72 2e 20 54 68  65 20 64 6f 63 75 6d 65  | for. The docume|
00004720  6e 74 61 74 69 6f 6e 20  73 61 79 73 20 69 74 91  |ntation says it.|
00004730  73 20 75 73 65 64 20 62  79 a0 0a 74 68 65 20 90  |s used by..the .|
00004740  54 61 73 6b 57 69 6e 64  6f 77 91 20 6d 6f 64 75  |TaskWindow. modu|
00004750  6c 65 20 61 6e 64 20 69  74 20 94 70 72 6f 76 69  |le and it .provi|
00004760  64 65 73 20 61 20 6d 65  63 68 61 6e 69 73 6d 20  |des a mechanism |
00004770  66 6f 72 20 69 6d 70 6c  65 6d 65 6e 74 69 6e 67  |for implementing|
00004780  20 6e 61 6d 65 64 a0 0a  70 69 70 65 73 20 62 65  | named..pipes be|
00004790  74 77 65 65 6e 20 74 61  73 6b 73 2c 20 75 73 69  |tween tasks, usi|
000047a0  6e 67 20 74 68 65 20 2a  50 69 70 65 43 6f 70 79  |ng the *PipeCopy|
000047b0  20 63 6f 6d 6d 61 6e 64  20 74 6f 20 6d 6f 76 65  | command to move|
000047c0  20 62 79 74 65 73 20 66  72 6f 6d 20 6f 6e 65 a0  | bytes from one.|
000047d0  0a 70 69 70 65 20 74 6f  20 61 6e 6f 74 68 65 72  |.pipe to another|
000047e0  2e 95 20 41 68 2e 0a 0a  50 6f 64 75 6c 65 20 28  |.. Ah...Podule (|
000047f0  50 6f 64 75 6c 65 4c 6f  61 64 2c 20 50 6f 64 75  |PoduleLoad, Podu|
00004800  6c 65 53 61 76 65 29 0a  54 68 69 73 20 6d 6f 64  |leSave).This mod|
00004810  75 6c 65 20 6d 61 6e 61  67 65 73 20 74 68 65 20  |ule manages the |
00004820  70 6f 64 75 6c 65 73 2c  20 69 65 20 65 78 70 61  |podules, ie expa|
00004830  6e 73 69 6f 6e 20 63 61  72 64 73 2c 20 69 6e 20  |nsion cards, in |
00004840  79 6f 75 72 20 63 6f 6d  70 75 74 65 72 2e a0 0a  |your computer...|
00004850  4f 62 76 69 6f 75 73 6c  79 2c 20 77 68 65 6e 20  |Obviously, when |
00004860  79 6f 75 20 68 61 76 65  6e 91 74 20 61 6e 79 20  |you haven.t any |
00004870  65 78 70 61 6e 73 69 6f  6e 20 63 61 72 64 73 20  |expansion cards |
00004880  69 6e 73 74 61 6c 6c 65  64 2c 20 79 6f 75 20 63  |installed, you c|
00004890  6f 75 6c 64 20 75 6e 70  6c 75 67 a0 0a 74 68 65  |ould unplug..the|
000048a0  20 6d 6f 64 75 6c 65 2c  20 62 75 74 20 77 68 65  | module, but whe|
000048b0  6e 20 79 6f 75 20 64 6f  20 74 68 69 73 2c 20 61  |n you do this, a|
000048c0  62 72 61 63 61 64 61 62  72 61 2c 20 61 66 74 65  |bracadabra, afte|
000048d0  72 20 61 20 72 65 73 65  74 20 69 74 20 69 73 6e  |r a reset it isn|
000048e0  91 74 a0 0a 75 6e 70 6c  75 67 67 65 64 20 61 6e  |.t..unplugged an|
000048f0  79 20 6c 6f 6e 67 65 72  20 98 20 77 65 69 72 64  |y longer . weird|
00004900  2e 0a 0a 50 6f 72 74 61  62 6c 65 0a 54 68 69 73  |...Portable.This|
00004910  20 77 69 6c 6c 20 62 65  20 64 6f 72 6d 61 6e 74  | will be dormant|
00004920  20 66 6f 72 20 61 6e 79  20 6d 61 63 68 69 6e 65  | for any machine|
00004930  73 20 6f 74 68 65 72 20  74 68 61 6e 20 70 6f 72  |s other than por|
00004940  74 61 62 6c 65 73 2c 20  61 6e 64 20 6f 6e 20 74  |tables, and on t|
00004950  68 65 73 65 20 49 a0 0a  67 75 65 73 73 20 79 6f  |hese I..guess yo|
00004960  75 91 6c 6c 20 6e 65 65  64 20 69 74 2e 0a 0a 50  |u.ll need it...P|
00004970  72 69 6e 74 65 72 73 0a  54 68 69 73 20 6d 6f 64  |rinters.This mod|
00004980  75 6c 65 20 63 6f 6e 74  61 69 6e 73 20 74 68 65  |ule contains the|
00004990  20 50 72 69 6e 74 65 72  73 20 61 70 70 6c 69 63  | Printers applic|
000049a0  61 74 69 6f 6e 2e 20 4c  69 6b 65 20 74 68 65 20  |ation. Like the |
000049b0  6f 74 68 65 72 20 6d 6f  64 75 6c 65 73 20 74 68  |other modules th|
000049c0  61 74 a0 0a 68 61 76 65  20 74 6f 20 64 6f 20 77  |at..have to do w|
000049d0  69 74 68 20 70 72 69 6e  74 69 6e 67 2c 20 69 74  |ith printing, it|
000049e0  20 69 73 20 6f 6c 64 20  61 6e 64 20 6e 6f 20 6c  | is old and no l|
000049f0  6f 6e 67 65 72 20 75 73  65 64 2c 20 73 6f 20 79  |onger used, so y|
00004a00  6f 75 20 63 61 6e 20 75  6e 70 6c 75 67 a0 0a 69  |ou can unplug..i|
00004a10  74 2e 20 28 48 6f 77 65  76 65 72 2c 20 69 74 20  |t. (However, it |
00004a20  6e 65 65 64 73 20 6e 6f  20 77 6f 72 6b 73 70 61  |needs no workspa|
00004a30  63 65 2e 29 0a 0a 52 61  6d 46 53 20 28 52 61 6d  |ce.)..RamFS (Ram|
00004a40  29 0a 52 41 4d 46 53 46  69 6c 65 72 20 28 44 65  |).RAMFSFiler (De|
00004a50  73 6b 74 6f 70 5f 52 41  4d 46 53 46 69 6c 65 72  |sktop_RAMFSFiler|
00004a60  29 0a 54 68 65 20 52 41  4d 20 66 69 6c 69 6e 67  |).The RAM filing|
00004a70  20 73 79 73 74 65 6d 20  61 6e 64 20 74 68 65 20  | system and the |
00004a80  6d 6f 64 75 6c 65 20 77  68 69 63 68 20 70 72 6f  |module which pro|
00004a90  76 69 64 65 73 20 69 74  73 20 69 63 6f 6e 20 62  |vides its icon b|
00004aa0  61 72 20 69 63 6f 6e 20  69 6e a0 0a 74 68 65 20  |ar icon in..the |
00004ab0  64 65 73 6b 74 6f 70 2e  20 4e 6f 20 6e 65 65 64  |desktop. No need|
00004ac0  20 74 6f 20 75 6e 70 6c  75 67 2e 0a 0a 52 65 73  | to unplug...Res|
00004ad0  6f 75 72 63 65 46 69 6c  65 72 0a 52 65 73 6f 75  |ourceFiler.Resou|
00004ae0  72 63 65 46 53 20 28 52  65 73 6f 75 72 63 65 46  |rceFS (ResourceF|
00004af0  53 29 0a 54 68 65 73 65  20 6d 6f 64 75 6c 65 73  |S).These modules|
00004b00  20 66 6f 72 6d 20 74 68  65 20 52 65 73 6f 75 72  | form the Resour|
00004b10  63 65 20 66 69 6c 69 6e  67 20 73 79 73 74 65 6d  |ce filing system|
00004b20  20 77 68 69 63 68 20 69  73 20 75 73 65 64 20 62  | which is used b|
00004b30  79 20 6d 61 6e 79 20 52  4f 4d a0 0a 6d 6f 64 75  |y many ROM..modu|
00004b40  6c 65 73 20 74 6f 20 72  65 61 64 20 69 6e 20 74  |les to read in t|
00004b50  68 65 69 72 20 74 65 78  74 75 61 6c 20 6d 65 73  |heir textual mes|
00004b60  73 61 67 65 73 2e 20 41  6c 73 6f 2c 20 74 68 69  |sages. Also, thi|
00004b70  73 20 70 72 6f 76 69 64  65 73 20 79 6f 75 20 77  |s provides you w|
00004b80  69 74 68 20 74 68 65 a0  0a 94 41 70 70 73 95 20  |ith the...Apps. |
00004b90  69 63 6f 6e 20 6f 6e 20  79 6f 75 72 20 69 63 6f  |icon on your ico|
00004ba0  6e 20 62 61 72 2e 0a 0a  52 4f 4d 46 6f 6e 74 73  |n bar...ROMFonts|
00004bb0  0a 54 68 69 73 20 6d 6f  64 75 6c 65 20 63 6f 6e  |.This module con|
00004bc0  74 61 69 6e 73 20 74 68  65 20 52 4f 4d 20 6f 75  |tains the ROM ou|
00004bd0  74 6c 69 6e 65 20 66 6f  6e 74 73 2e 20 49 66 20  |tline fonts. If |
00004be0  79 6f 75 20 6e 65 76 65  72 20 75 73 65 20 74 68  |you never use th|
00004bf0  65 6d 2c 20 77 68 69 63  68 20 69 73 a0 0a 72 61  |em, which is..ra|
00004c00  74 68 65 72 20 75 6e 6c  69 6b 65 6c 79 2c 20 79  |ther unlikely, y|
00004c10  6f 75 20 63 61 6e 20 75  6e 70 6c 75 67 20 69 74  |ou can unplug it|
00004c20  2c 20 62 75 74 20 6e 6f  74 65 20 74 68 61 74 20  |, but note that |
00004c30  74 68 65 20 6d 6f 64 75  6c 65 20 64 6f 65 73 6e  |the module doesn|
00004c40  91 74 20 6e 65 65 64 a0  0a 61 6e 79 20 77 6f 72  |.t need..any wor|
00004c50  6b 73 70 61 63 65 20 61  6e 79 77 61 79 2e 0a 0a  |kspace anyway...|
00004c60  52 54 43 41 64 6a 75 73  74 0a 54 68 69 73 20 6f  |RTCAdjust.This o|
00004c70  6e 65 20 69 73 20 6e 6f  74 20 64 6f 63 75 6d 65  |ne is not docume|
00004c80  6e 74 65 64 21 20 49 20  73 75 73 70 65 63 74 20  |nted! I suspect |
00004c90  74 68 61 74 20 69 74 20  68 61 73 20 67 6f 74 20  |that it has got |
00004ca0  73 6f 6d 65 74 68 69 6e  67 20 74 6f 20 64 6f 20  |something to do |
00004cb0  77 69 74 68 a0 0a 74 68  65 20 62 61 74 74 65 72  |with..the batter|
00004cc0  79 2d 62 61 63 6b 65 64  20 63 6c 6f 63 6b 2e 20  |y-backed clock. |
00004cd0  55 6e 70 6c 75 67 67 69  6e 67 20 64 6f 65 73 6e  |Unplugging doesn|
00004ce0  91 74 20 73 65 65 6d 20  74 6f 20 68 61 76 65 20  |.t seem to have |
00004cf0  61 6e 79 20 65 66 66 65  63 74 2c 20 62 75 74 a0  |any effect, but.|
00004d00  0a 62 65 74 74 65 72 20  64 6f 6e 91 74 21 0a 0a  |.better don.t!..|
00004d10  53 63 72 65 65 6e 42 6c  61 6e 6b 65 72 20 28 42  |ScreenBlanker (B|
00004d20  6c 61 6e 6b 54 69 6d 65  29 0a 52 65 73 70 6f 6e  |lankTime).Respon|
00004d30  73 69 62 6c 65 20 66 6f  72 20 62 6c 61 6e 6b 69  |sible for blanki|
00004d40  6e 67 20 74 68 65 20 73  63 72 65 65 6e 20 61 66  |ng the screen af|
00004d50  74 65 72 20 74 68 65 72  65 20 68 61 73 20 6e 6f  |ter there has no|
00004d60  74 20 62 65 65 6e 20 61  20 6b 65 79 70 72 65 73  |t been a keypres|
00004d70  73 20 66 6f 72 a0 0a 73  6f 6d 65 20 74 69 6d 65  |s for..some time|
00004d80  2e 20 49 66 20 79 6f 75  20 68 61 76 65 20 73 77  |. If you have sw|
00004d90  69 74 63 68 65 64 20 6f  66 66 20 74 68 69 73 20  |itched off this |
00004da0  6f 70 74 69 6f 6e 20 77  69 74 68 20 74 68 65 20  |option with the |
00004db0  90 43 6f 6e 66 69 67 75  72 65 91 a0 0a 61 70 70  |.Configure...app|
00004dc0  6c 69 63 61 74 69 6f 6e  2c 20 79 6f 75 20 63 61  |lication, you ca|
00004dd0  6e 20 61 6c 73 6f 20 75  6e 70 6c 75 67 20 74 68  |n also unplug th|
00004de0  65 20 6d 6f 64 75 6c 65  2e 0a 0a 53 65 72 69 61  |e module...Seria|
00004df0  6c 44 65 76 69 63 65 44  72 69 76 65 72 0a 53 65  |lDeviceDriver.Se|
00004e00  72 69 61 6c 44 65 76 69  63 65 53 75 70 70 6f 72  |rialDeviceSuppor|
00004e10  74 0a 52 65 73 70 6f 6e  73 69 62 6c 65 20 66 6f  |t.Responsible fo|
00004e20  72 20 6d 61 69 6e 74 61  69 6e 69 6e 67 20 74 68  |r maintaining th|
00004e30  65 20 73 65 72 69 61 6c  20 70 6f 72 74 2e 20 49  |e serial port. I|
00004e40  66 20 6e 6f 74 68 69 6e  67 20 69 73 20 63 6f 6e  |f nothing is con|
00004e50  6e 65 63 74 65 64 20 74  6f a0 0a 79 6f 75 72 20  |nected to..your |
00004e60  73 65 72 69 61 6c 20 70  6f 72 74 20 28 74 79 70  |serial port (typ|
00004e70  69 63 61 6c 6c 79 20 61  20 6d 6f 64 65 6d 2c 20  |ically a modem, |
00004e80  73 6f 6d 65 74 69 6d 65  73 20 61 20 70 72 69 6e  |sometimes a prin|
00004e90  74 65 72 29 2c 20 79 6f  75 20 63 61 6e 20 75 6e  |ter), you can un|
00004ea0  70 6c 75 67 a0 0a 74 68  65 6d 2e 0a 0a 53 68 61  |plug..them...Sha|
00004eb0  72 65 64 43 4c 69 62 72  61 72 79 0a 54 68 69 73  |redCLibrary.This|
00004ec0  20 69 73 20 75 73 65 64  20 62 79 20 6d 61 6e 79  | is used by many|
00004ed0  20 70 72 6f 67 72 61 6d  73 20 77 72 69 74 74 65  | programs writte|
00004ee0  6e 20 69 6e 20 43 20 28  69 6e 63 6c 75 64 69 6e  |n in C (includin|
00004ef0  67 20 74 68 65 20 52 4f  4d a0 0a 61 70 70 6c 69  |g the ROM..appli|
00004f00  63 61 74 69 6f 6e 73 29  2e 20 53 75 72 70 72 69  |cations). Surpri|
00004f10  73 69 6e 67 6c 79 2c 20  74 68 65 20 6d 61 63 68  |singly, the mach|
00004f20  69 6e 65 20 64 6f 65 73  6e 91 74 20 63 72 61 73  |ine doesn.t cras|
00004f30  68 20 77 68 65 6e 20 79  6f 75 20 75 6e 70 6c 75  |h when you unplu|
00004f40  67 20 69 74 2c a0 0a 6e  6f 74 20 65 76 65 6e 20  |g it,..not even |
00004f50  61 66 74 65 72 20 61 20  72 65 73 65 74 2e 20 48  |after a reset. H|
00004f60  6f 77 65 76 65 72 2c 20  62 65 74 74 65 72 20 64  |owever, better d|
00004f70  6f 6e 91 74 20 75 6e 70  6c 75 67 20 69 74 2e 0a  |on.t unplug it..|
00004f80  0a 53 68 65 6c 6c 43 4c  49 20 28 53 68 65 6c 6c  |.ShellCLI (Shell|
00004f90  43 4c 49 29 0a 54 68 69  73 20 6d 6f 64 75 6c 65  |CLI).This module|
00004fa0  20 69 73 20 72 65 73 70  6f 6e 73 69 62 6c 65 20  | is responsible |
00004fb0  66 6f 72 20 77 68 61 74  20 68 61 70 70 65 6e 73  |for what happens|
00004fc0  20 77 68 65 6e 20 79 6f  75 20 70 72 65 73 73 20  | when you press |
00004fd0  46 31 32 20 69 6e 20 74  68 65 a0 0a 64 65 73 6b  |F12 in the..desk|
00004fe0  74 6f 70 2c 20 69 65 20  74 68 65 20 63 6f 6d 6d  |top, ie the comm|
00004ff0  61 6e 64 20 6c 69 6e 65  20 69 73 20 65 6e 74 65  |and line is ente|
00005000  72 65 64 2c 20 62 75 74  20 79 6f 75 20 72 65 74  |red, but you ret|
00005010  75 72 6e 20 74 6f 20 74  68 65 20 64 65 73 6b 74  |urn to the deskt|
00005020  6f 70 20 77 68 65 6e a0  0a 79 6f 75 20 65 6e 74  |op when..you ent|
00005030  65 72 20 61 20 62 6c 61  6e 6b 20 6c 69 6e 65 2e  |er a blank line.|
00005040  20 41 73 20 69 74 20 6e  65 65 64 73 20 6e 6f 20  | As it needs no |
00005050  77 6f 72 6b 73 70 61 63  65 2c 20 74 68 65 72 65  |workspace, there|
00005060  20 69 73 20 6e 6f 20 6e  65 65 64 20 74 6f a0 0a  | is no need to..|
00005070  75 6e 70 6c 75 67 20 69  74 2e 0a 0a 53 6f 75 6e  |unplug it...Soun|
00005080  64 43 68 61 6e 6e 65 6c  73 20 28 56 6f 6c 75 6d  |dChannels (Volum|
00005090  65 2c 20 56 6f 69 63 65  73 2c 20 43 68 61 6e 6e  |e, Voices, Chann|
000050a0  65 6c 56 6f 69 63 65 2c  20 53 6f 75 6e 64 2c 20  |elVoice, Sound, |
000050b0  54 75 6e 69 6e 67 29 0a  53 6f 75 6e 64 44 4d 41  |Tuning).SoundDMA|
000050c0  20 28 41 75 64 69 6f 2c  20 53 70 65 61 6b 65 72  | (Audio, Speaker|
000050d0  2c 20 53 74 65 72 65 6f  29 0a 49 66 20 79 6f 75  |, Stereo).If you|
000050e0  20 6e 65 76 65 72 20 77  61 6e 74 20 74 6f 20 68  | never want to h|
000050f0  65 61 72 20 61 6e 79 74  68 69 6e 67 20 66 72 6f  |ear anything fro|
00005100  6d 20 79 6f 75 72 20 63  6f 6d 70 75 74 65 72 20  |m your computer |
00005110  61 6e 79 6d 6f 72 65 2c  20 75 6e 70 6c 75 67 21  |anymore, unplug!|
00005120  0a 0a 53 6f 75 6e 64 53  63 68 65 64 75 6c 65 72  |..SoundScheduler|
00005130  20 28 54 65 6d 70 6f 2c  20 51 53 6f 75 6e 64 29  | (Tempo, QSound)|
00005140  0a 54 68 69 73 20 70 61  72 74 20 6f 66 20 74 68  |.This part of th|
00005150  65 20 73 6f 75 6e 64 20  73 79 73 74 65 6d 20 70  |e sound system p|
00005160  72 6f 76 69 64 65 73 20  73 65 72 76 69 63 65 73  |rovides services|
00005170  20 77 68 69 63 68 20 61  72 65 6e 91 74 20 75 73  | which aren.t us|
00005180  65 64 20 62 79 20 6d 61  6e 79 a0 0a 70 72 6f 67  |ed by many..prog|
00005190  72 61 6d 73 2c 20 73 6f  20 75 6e 70 6c 75 67 67  |rams, so unplugg|
000051a0  69 6e 67 20 74 68 65 20  6d 6f 64 75 6c 65 20 73  |ing the module s|
000051b0  68 6f 75 6c 64 20 62 65  20 4f 4b 2e 20 28 54 68  |hould be OK. (Th|
000051c0  65 20 6f 6e 6c 79 20 70  72 6f 67 72 61 6d 20 49  |e only program I|
000051d0  20 63 61 6e a0 0a 74 68  69 6e 6b 20 6f 66 20 77  | can..think of w|
000051e0  68 69 63 68 20 6d 69 67  68 74 20 75 73 65 20 74  |hich might use t|
000051f0  68 69 73 20 6d 6f 64 75  6c 65 20 69 73 20 90 4d  |his module is .M|
00005200  61 65 73 74 72 6f 91 2e  29 0a 0a 53 70 72 69 74  |aestro..)..Sprit|
00005210  65 45 78 74 65 6e 64 0a  54 68 69 73 20 6d 6f 64  |eExtend.This mod|
00005220  75 6c 65 20 69 73 20 75  73 65 64 20 62 79 20 6d  |ule is used by m|
00005230  61 6e 79 20 70 72 6f 67  72 61 6d 73 20 61 73 20  |any programs as |
00005240  77 65 6c 6c 20 61 73 20  74 68 65 20 64 65 73 6b  |well as the desk|
00005250  74 6f 70 2c 20 73 6f 20  64 6f 6e 91 74 a0 0a 75  |top, so don.t..u|
00005260  6e 70 6c 75 67 20 69 74  2e 0a 0a 53 70 72 69 74  |nplug it...Sprit|
00005270  65 55 74 69 6c 73 20 28  53 43 68 6f 6f 73 65 2c  |eUtils (SChoose,|
00005280  20 53 47 65 74 2c 20 53  46 6c 69 70 58 2c 20 53  | SGet, SFlipX, S|
00005290  46 6c 69 70 59 2c 20 53  44 65 6c 65 74 65 2c 20  |FlipY, SDelete, |
000052a0  53 4c 69 73 74 2c 20 53  4c 6f 61 64 2c 20 53 4d  |SList, SLoad, SM|
000052b0  65 72 67 65 2c a0 0a 53  4e 65 77 2c 20 53 53 61  |erge,..SNew, SSa|
000052c0  76 65 2c 20 53 49 6e 66  6f 2c 20 53 52 65 6e 61  |ve, SInfo, SRena|
000052d0  6d 65 2c 20 53 43 6f 70  79 2c 20 53 63 72 65 65  |me, SCopy, Scree|
000052e0  6e 53 61 76 65 2c 20 53  63 72 65 65 6e 4c 6f 61  |nSave, ScreenLoa|
000052f0  64 29 0a 54 68 69 73 20  6d 6f 64 75 6c 65 20 70  |d).This module p|
00005300  72 6f 76 69 64 65 73 20  74 68 65 20 2a 63 6f 6d  |rovides the *com|
00005310  6d 61 6e 64 73 20 74 6f  20 75 73 65 20 74 68 65  |mands to use the|
00005320  20 73 79 73 74 65 6d 20  73 70 72 69 74 65 20 61  | system sprite a|
00005330  72 65 61 2e 20 49 74 20  69 73 a0 0a 68 61 72 64  |rea. It is..hard|
00005340  6c 79 20 65 76 65 72 20  75 73 65 64 20 28 6d 61  |ly ever used (ma|
00005350  79 62 65 20 69 6e 20 73  6f 6d 65 20 6f 6c 64 20  |ybe in some old |
00005360  70 72 6f 67 72 61 6d 73  20 6f 72 20 73 69 6d 70  |programs or simp|
00005370  6c 65 20 42 41 53 49 43  20 70 72 6f 67 72 61 6d  |le BASIC program|
00005380  73 29 2c 20 62 75 74 a0  0a 61 73 20 69 74 20 6e  |s), but..as it n|
00005390  65 65 64 73 20 6e 6f 20  77 6f 72 6b 73 70 61 63  |eeds no workspac|
000053a0  65 20 61 6e 79 77 61 79  2c 20 62 65 74 74 65 72  |e anyway, better|
000053b0  20 64 6f 6e 91 74 20 75  6e 70 6c 75 67 20 69 74  | don.t unplug it|
000053c0  2e 0a 0a 53 71 75 61 73  68 0a 54 68 69 73 20 6d  |...Squash.This m|
000053d0  6f 64 75 6c 65 20 69 73  20 75 73 65 64 20 66 6f  |odule is used fo|
000053e0  72 20 28 64 65 29 63 6f  6d 70 72 65 73 73 69 6e  |r (de)compressin|
000053f0  67 20 64 61 74 61 2e 20  54 68 65 20 6f 6e 6c 79  |g data. The only|
00005400  20 61 70 70 6c 69 63 61  74 69 6f 6e 20 49 20 6b  | application I k|
00005410  6e 6f 77 a0 0a 77 68 69  63 68 20 75 73 65 73 20  |now..which uses |
00005420  69 74 20 69 73 20 74 68  65 20 90 53 71 75 61 73  |it is the .Squas|
00005430  68 91 20 61 70 70 6c 69  63 61 74 69 6f 6e 2c 20  |h. application, |
00005440  62 75 74 20 62 65 63 61  75 73 65 20 69 74 20 6f  |but because it o|
00005450  6e 6c 79 20 6e 65 65 64  73 20 6c 69 74 74 6c 65  |nly needs little|
00005460  a0 0a 77 6f 72 6b 73 70  61 63 65 2c 20 49 20 72  |..workspace, I r|
00005470  65 63 6f 6d 6d 65 6e 64  20 6e 6f 74 20 74 6f 20  |ecommend not to |
00005480  75 6e 70 6c 75 67 20 69  74 2e 0a 0a 53 74 72 69  |unplug it...Stri|
00005490  6e 67 4c 69 62 0a 54 68  69 73 20 6d 6f 64 75 6c  |ngLib.This modul|
000054a0  65 20 70 72 6f 76 69 64  65 73 20 79 6f 75 20 77  |e provides you w|
000054b0  69 74 68 20 74 68 65 20  77 61 76 65 66 6f 72 6d  |ith the waveform|
000054c0  73 20 94 53 74 72 69 6e  67 4c 69 62 2d 53 6f 66  |s .StringLib-Sof|
000054d0  74 95 2c a0 0a 94 53 74  72 69 6e 67 4c 69 62 2d  |t.,...StringLib-|
000054e0  50 6c 75 63 6b 95 2c 20  94 53 74 72 69 6e 67 4c  |Pluck., .StringL|
000054f0  69 62 2d 53 74 65 65 6c  95 20 61 6e 64 20 94 53  |ib-Steel. and .S|
00005500  74 72 69 6e 67 4c 69 62  2d 48 61 72 64 95 20 69  |tringLib-Hard. i|
00005510  6e 20 74 68 65 20 6c 69  73 74 20 6f 66 a0 0a 74  |n the list of..t|
00005520  68 65 20 90 43 6f 6e 66  69 67 75 72 65 91 20 61  |he .Configure. a|
00005530  70 70 6c 69 63 61 74 69  6f 6e 20 77 68 65 72 65  |pplication where|
00005540  20 79 6f 75 20 63 61 6e  20 63 68 6f 6f 73 65 20  | you can choose |
00005550  74 68 65 20 73 79 73 74  65 6d 20 62 65 65 70 2e  |the system beep.|
00005560  20 54 68 65 20 6f 6e 6c  79 a0 0a 6f 74 68 65 72  | The only..other|
00005570  20 61 70 70 6c 69 63 61  74 69 6f 6e 20 49 20 6b  | application I k|
00005580  6e 6f 77 20 77 68 69 63  68 20 75 73 65 73 20 74  |now which uses t|
00005590  68 69 73 20 6d 6f 64 75  6c 65 20 69 73 20 90 4d  |his module is .M|
000055a0  61 65 73 74 72 6f 91 2e  20 55 6e 6c 65 73 73 20  |aestro.. Unless |
000055b0  79 6f 75 a0 0a 68 61 76  65 20 63 68 6f 73 65 6e  |you..have chosen|
000055c0  20 6f 6e 65 20 6f 66 20  74 68 6f 73 65 20 73 6f  | one of those so|
000055d0  75 6e 64 73 20 61 73 20  79 6f 75 72 20 73 79 73  |unds as your sys|
000055e0  74 65 6d 20 62 65 65 70  2c 20 79 6f 75 20 63 61  |tem beep, you ca|
000055f0  6e 20 72 65 61 6c 6c 79  20 75 6e 70 6c 75 67 a0  |n really unplug.|
00005600  0a 69 74 2e 2e 2e 0a 0a  53 75 70 65 72 53 61 6d  |.it.....SuperSam|
00005610  70 6c 65 0a 54 68 69 73  20 69 73 20 75 73 65 64  |ple.This is used|
00005620  20 69 6e 74 65 72 6e 61  6c 6c 79 20 62 79 20 74  | internally by t|
00005630  68 65 20 90 46 6f 6e 74  4d 61 6e 61 67 65 72 91  |he .FontManager.|
00005640  20 6d 6f 64 75 6c 65 2e  20 44 6f 6e 91 74 20 75  | module. Don.t u|
00005650  6e 70 6c 75 67 2e 0a 0a  53 79 73 74 65 6d 44 65  |nplug...SystemDe|
00005660  76 69 63 65 73 0a 54 68  69 73 20 6d 6f 64 75 6c  |vices.This modul|
00005670  65 20 75 73 65 73 20 44  65 76 69 63 65 46 53 20  |e uses DeviceFS |
00005680  74 6f 20 69 6d 70 6c 65  6d 65 6e 74 20 74 68 65  |to implement the|
00005690  20 73 79 73 74 65 6d 20  64 65 76 69 63 65 73 2c  | system devices,|
000056a0  20 73 75 63 68 20 61 73  20 74 68 65 a0 0a 6b 65  | such as the..ke|
000056b0  79 62 6f 61 72 64 20 61  6e 64 20 74 68 65 20 73  |yboard and the s|
000056c0  65 72 69 61 6c 20 61 6e  64 20 70 61 72 61 6c 6c  |erial and parall|
000056d0  65 6c 20 70 6f 72 74 2e  20 44 6f 6e 91 74 20 75  |el port. Don.t u|
000056e0  6e 70 6c 75 67 20 69 74  21 0a 0a 54 61 73 6b 4d  |nplug it!..TaskM|
000056f0  61 6e 61 67 65 72 20 28  44 65 73 6b 74 6f 70 5f  |anager (Desktop_|
00005700  54 61 73 6b 4d 61 6e 61  67 65 72 2c 20 43 68 61  |TaskManager, Cha|
00005710  6e 67 65 44 79 6e 61 6d  69 63 41 72 65 61 29 0a  |ngeDynamicArea).|
00005720  52 65 73 70 6f 6e 73 69  62 6c 65 20 66 6f 72 20  |Responsible for |
00005730  74 68 61 74 20 67 72 65  65 6e 69 73 68 20 62 6c  |that greenish bl|
00005740  6f 74 20 61 74 20 74 68  65 20 72 69 67 68 74 20  |ot at the right |
00005750  65 6e 64 20 6f 66 20 74  68 65 20 69 63 6f 6e 20  |end of the icon |
00005760  62 61 72 2e a0 0a 55 6e  70 6c 75 67 67 69 6e 67  |bar...Unplugging|
00005770  20 69 73 20 6e 6f 74 20  72 65 63 6f 6d 6d 65 6e  | is not recommen|
00005780  64 65 64 20 62 65 63 61  75 73 65 20 69 74 20 70  |ded because it p|
00005790  72 65 76 65 6e 74 73 20  79 6f 75 20 66 72 6f 6d  |revents you from|
000057a0  20 73 68 75 74 74 69 6e  67 20 64 6f 77 6e a0 0a  | shutting down..|
000057b0  79 6f 75 72 20 63 6f 6d  70 75 74 65 72 2e 20 41  |your computer. A|
000057c0  6c 73 6f 2c 20 61 20 66  65 77 20 70 72 6f 67 72  |lso, a few progr|
000057d0  61 6d 73 20 75 73 65 20  69 74 20 74 6f 20 67 65  |ams use it to ge|
000057e0  74 20 69 6e 66 6f 72 6d  61 74 69 6f 6e 20 61 62  |t information ab|
000057f0  6f 75 74 20 6f 74 68 65  72 a0 0a 74 61 73 6b 73  |out other..tasks|
00005800  2e 0a 0a 54 61 73 6b 57  69 6e 64 6f 77 20 28 53  |...TaskWindow (S|
00005810  68 65 6c 6c 43 4c 49 5f  54 61 73 6b 2c 20 53 68  |hellCLI_Task, Sh|
00005820  65 6c 6c 43 4c 49 5f 54  61 73 6b 51 75 69 74 2c  |ellCLI_TaskQuit,|
00005830  20 54 61 73 6b 57 69 6e  64 6f 77 29 0a 49 66 20  | TaskWindow).If |
00005840  79 6f 75 20 6e 65 76 65  72 20 75 73 65 20 74 61  |you never use ta|
00005850  73 6b 20 77 69 6e 64 6f  77 73 2c 20 79 6f 75 20  |sk windows, you |
00005860  63 61 6e 20 75 6e 70 6c  75 67 20 74 68 69 73 20  |can unplug this |
00005870  6d 6f 64 75 6c 65 2e 0a  0a 54 65 72 72 69 74 6f  |module...Territo|
00005880  72 79 4d 61 6e 61 67 65  72 20 28 54 65 72 72 69  |ryManager (Terri|
00005890  74 6f 72 69 65 73 29 0a  54 68 69 73 20 6d 6f 64  |tories).This mod|
000058a0  75 6c 65 20 69 73 20 75  73 65 64 20 62 79 20 6d  |ule is used by m|
000058b0  61 6e 79 20 70 72 6f 67  72 61 6d 73 20 74 6f 20  |any programs to |
000058c0  69 6e 66 6f 72 6d 20 74  68 65 6d 73 65 6c 76 65  |inform themselve|
000058d0  73 20 61 62 6f 75 74 20  74 68 65 20 77 61 79 a0  |s about the way.|
000058e0  0a 74 68 65 79 20 73 68  6f 75 6c 64 20 70 72 69  |.they should pri|
000058f0  6e 74 20 74 68 69 6e 67  73 20 6f 6e 74 6f 20 74  |nt things onto t|
00005900  68 65 20 73 63 72 65 65  6e 20 66 6f 72 20 74 68  |he screen for th|
00005910  65 20 63 75 72 72 65 6e  74 20 74 65 72 72 69 74  |e current territ|
00005920  6f 72 79 20 28 65 67 20  77 68 61 74 a0 0a 63 68  |ory (eg what..ch|
00005930  61 72 61 63 74 65 72 20  74 6f 20 75 73 65 20 61  |aracter to use a|
00005940  73 20 61 20 64 65 63 69  6d 61 6c 20 70 6f 69 6e  |s a decimal poin|
00005950  74 29 20 61 6e 64 20 6f  74 68 65 72 20 73 69 6d  |t) and other sim|
00005960  69 6c 61 72 20 74 68 69  6e 67 73 2e 20 44 6f 6e  |ilar things. Don|
00005970  91 74 20 75 6e 70 6c 75  67 a0 0a 69 74 2e 0a 0a  |.t unplug..it...|
00005980  55 4b 20 28 6f 6e 20 61  20 42 72 69 74 69 73 68  |UK (on a British|
00005990  20 6d 6f 64 65 6c 29 0a  47 69 76 65 73 20 74 68  | model).Gives th|
000059a0  65 20 54 65 72 72 69 74  6f 72 79 4d 61 6e 61 67  |e TerritoryManag|
000059b0  65 72 20 69 6e 66 6f 72  6d 61 74 69 6f 6e 20 61  |er information a|
000059c0  62 6f 75 74 20 74 68 65  20 55 4b 2e 20 4e 65 76  |bout the UK. Nev|
000059d0  65 72 20 75 6e 70 6c 75  67 2e 0a 0a 57 61 76 65  |er unplug...Wave|
000059e0  53 79 6e 74 68 0a 54 68  69 73 20 6d 6f 64 75 6c  |Synth.This modul|
000059f0  65 20 70 72 6f 76 69 64  65 73 20 79 6f 75 20 77  |e provides you w|
00005a00  69 74 68 20 74 68 65 20  77 61 76 65 66 6f 72 6d  |ith the waveform|
00005a10  20 94 57 61 76 65 53 79  6e 74 68 2d 42 65 65 70  | .WaveSynth-Beep|
00005a20  95 20 69 6e 20 74 68 65  20 6c 69 73 74 20 6f 66  |. in the list of|
00005a30  a0 0a 74 68 65 20 90 43  6f 6e 66 69 67 75 72 65  |..the .Configure|
00005a40  91 20 61 70 70 6c 69 63  61 74 69 6f 6e 20 77 68  |. application wh|
00005a50  65 72 65 20 79 6f 75 20  63 61 6e 20 63 68 6f 6f  |ere you can choo|
00005a60  73 65 20 74 68 65 20 73  79 73 74 65 6d 20 62 65  |se the system be|
00005a70  65 70 2e 20 54 68 65 20  6f 6e 6c 79 a0 0a 6f 74  |ep. The only..ot|
00005a80  68 65 72 20 61 70 70 6c  69 63 61 74 69 6f 6e 20  |her application |
00005a90  49 20 6b 6e 6f 77 20 77  68 69 63 68 20 75 73 65  |I know which use|
00005aa0  73 20 74 68 69 73 20 6d  6f 64 75 6c 65 20 69 73  |s this module is|
00005ab0  20 90 4d 61 65 73 74 72  6f 91 2e 20 49 66 20 79  | .Maestro.. If y|
00005ac0  6f 75 20 68 61 76 65 a0  0a 63 68 6f 73 65 6e 20  |ou have..chosen |
00005ad0  74 68 69 73 20 62 65 65  70 20 61 73 20 79 6f 75  |this beep as you|
00005ae0  72 20 73 79 73 74 65 6d  20 62 65 65 70 2c 20 79  |r system beep, y|
00005af0  6f 75 20 6d 75 73 74 6e  91 74 20 75 6e 70 6c 75  |ou mustn.t unplu|
00005b00  67 20 69 74 2c 20 6f 74  68 65 72 77 69 73 65 20  |g it, otherwise |
00005b10  79 6f 75 a0 0a 63 61 6e  2e 0a 0a 57 69 6e 64 6f  |you..can...Windo|
00005b20  77 4d 61 6e 61 67 65 72  0a 4e 45 56 45 52 20 75  |wManager.NEVER u|
00005b30  6e 70 6c 75 67 20 69 74  2c 20 66 6f 72 20 68 65  |nplug it, for he|
00005b40  61 76 65 6e 91 73 20 73  61 6b 65 21 0a 0a 57 69  |aven.s sake!..Wi|
00005b50  6e 64 6f 77 55 74 69 6c  73 0a 49 73 20 6e 65 65  |ndowUtils.Is nee|
00005b60  64 65 64 20 62 79 20 74  68 65 20 57 69 6e 64 6f  |ded by the Windo|
00005b70  77 4d 61 6e 61 67 65 72  2e 20 44 6f 6e 91 74 20  |wManager. Don.t |
00005b80  75 6e 70 6c 75 67 2e 0a                           |unplug..|
00005b88