Home » Archimedes archive » Zipped Apps » 6502em » !6502Em/Docs/Menus

!6502Em/Docs/Menus

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Zipped Apps » 6502em
Filename: !6502Em/Docs/Menus
Read OK:
File size: 0DAE bytes
Load address: 0000
Exec address: 0000
File contents
6502Em: The Menus
=================

ROMs
----

This submenu shows which sockets have images in them, and
which of them are write-protected (ticked).
By selecting items, the write-protection can be changed.

Misc
----

This submenu offers the following options:

Read CSD

This sets the emulator's Currently Selected Directory (CSD)
to RISC OS's CSD.
Each copy of the emulator (if more than one is running)
keeps its own CSD internally.

Reset

This option performs the equivalent to a power-on reset
(within the emulator)

Disable Tape (BBC B and Electron Only)

This option will patch the emulated machine's operating system
to send all Tape commands through Virtual DFS.
It can only be deactivated by changing Machine or quitting the
emulator, so should be used with caution

No Joystick

This option will disable all emulation of joysticks

Save
----

This allows the current state of the emulator to be saved.
This may not work satisfactorally in Master 128 or Master Compact
mode as sideways ROMs etc are not saved.

Sprite
------

This option will not be offered unless you have enabled it
in !6502Em's !Run file, which allocates more memory.
It allows the emulator's screen to be saved as a Sprite.

Config...
---------

This menu option leads to a dialogue box with the following options:

Emulate Paged ROMs determines whether or not the emulator supports
paged ROMs

Emulate Palette - when un-ticked the palette is not emulated
(except a one-off palette update can be forced by pressing
f10 when the emulator is running)

Emulate Cursor - when un-ticked the cursor is not emulated

Pass on * comands to RISC OS - when selected, unrecognised * commands
are passed through to RISC OS (eg *Speaker Off, *Cache On)

Emulate Sound - this option allows the sound to be turned off which
may also speed up the emulator if you have a slow machine

Faster hardware scrolling Hack - this option will allow some games
that do lots of hardware scrolling (eg Repton) to run faster
*********************************************************
********HOWEVER IT WILL ONLY WORK WITH SOME GAMES********
*********************************************************
This option cannot be saved and will be reset whenever a
Script is run

Use Owl for untyped files - this option determines whether a
different icon should be used for unfiletyped icons (ie those
that have a load and run address instead)
The icon is an owl with RED eyes
(An owl with GREY eyes is used for files with a filetype of &BBC)

Machine - this menu lets you choose which computer
to emulate. Menu options will be greyed out if the
appropriate ROMs are not available

Keymap - this menu lets you choose a different key mapping
for the emulator from !6502Em.Keymaps

Patch - this menu allows patches, in !6502Em.Patches, to be
loaded to run certain games.
Select "(none)" to turn off the current Patch.
This option cannot be saved.

Speed - this menu allows the emulator to be run at different
speeds. Setting the speed above a certain value will have no
effect, depending on your computer. A value of 10000% will
make the emulator run as fast as possible.
(unless you have a very fast computer.....)

Default restores all the above options to their default value
It also restores the sound volume to maximum

Save saves the above options (plus volume) for the next
time the emulator is loaded
(the Scroll Hack option will not be saved)

OK clears the dialogue box (the dialogue box is "instant effect"
ie options change as you click on them)

00000000  36 35 30 32 45 6d 3a 20  54 68 65 20 4d 65 6e 75  |6502Em: The Menu|
00000010  73 0a 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |s.==============|
00000020  3d 3d 3d 0a 0a 52 4f 4d  73 0a 2d 2d 2d 2d 0a 0a  |===..ROMs.----..|
00000030  54 68 69 73 20 73 75 62  6d 65 6e 75 20 73 68 6f  |This submenu sho|
00000040  77 73 20 77 68 69 63 68  20 73 6f 63 6b 65 74 73  |ws which sockets|
00000050  20 68 61 76 65 20 69 6d  61 67 65 73 20 69 6e 20  | have images in |
00000060  74 68 65 6d 2c 20 61 6e  64 0a 77 68 69 63 68 20  |them, and.which |
00000070  6f 66 20 74 68 65 6d 20  61 72 65 20 77 72 69 74  |of them are writ|
00000080  65 2d 70 72 6f 74 65 63  74 65 64 20 28 74 69 63  |e-protected (tic|
00000090  6b 65 64 29 2e 0a 42 79  20 73 65 6c 65 63 74 69  |ked)..By selecti|
000000a0  6e 67 20 69 74 65 6d 73  2c 20 74 68 65 20 77 72  |ng items, the wr|
000000b0  69 74 65 2d 70 72 6f 74  65 63 74 69 6f 6e 20 63  |ite-protection c|
000000c0  61 6e 20 62 65 20 63 68  61 6e 67 65 64 2e 0a 0a  |an be changed...|
000000d0  4d 69 73 63 0a 2d 2d 2d  2d 0a 0a 54 68 69 73 20  |Misc.----..This |
000000e0  73 75 62 6d 65 6e 75 20  6f 66 66 65 72 73 20 74  |submenu offers t|
000000f0  68 65 20 66 6f 6c 6c 6f  77 69 6e 67 20 6f 70 74  |he following opt|
00000100  69 6f 6e 73 3a 0a 0a 52  65 61 64 20 43 53 44 0a  |ions:..Read CSD.|
00000110  0a 54 68 69 73 20 73 65  74 73 20 74 68 65 20 65  |.This sets the e|
00000120  6d 75 6c 61 74 6f 72 27  73 20 43 75 72 72 65 6e  |mulator's Curren|
00000130  74 6c 79 20 53 65 6c 65  63 74 65 64 20 44 69 72  |tly Selected Dir|
00000140  65 63 74 6f 72 79 20 28  43 53 44 29 0a 74 6f 20  |ectory (CSD).to |
00000150  52 49 53 43 20 4f 53 27  73 20 43 53 44 2e 0a 45  |RISC OS's CSD..E|
00000160  61 63 68 20 63 6f 70 79  20 6f 66 20 74 68 65 20  |ach copy of the |
00000170  65 6d 75 6c 61 74 6f 72  20 28 69 66 20 6d 6f 72  |emulator (if mor|
00000180  65 20 74 68 61 6e 20 6f  6e 65 20 69 73 20 72 75  |e than one is ru|
00000190  6e 6e 69 6e 67 29 0a 6b  65 65 70 73 20 69 74 73  |nning).keeps its|
000001a0  20 6f 77 6e 20 43 53 44  20 69 6e 74 65 72 6e 61  | own CSD interna|
000001b0  6c 6c 79 2e 0a 0a 52 65  73 65 74 0a 0a 54 68 69  |lly...Reset..Thi|
000001c0  73 20 6f 70 74 69 6f 6e  20 70 65 72 66 6f 72 6d  |s option perform|
000001d0  73 20 74 68 65 20 65 71  75 69 76 61 6c 65 6e 74  |s the equivalent|
000001e0  20 74 6f 20 61 20 70 6f  77 65 72 2d 6f 6e 20 72  | to a power-on r|
000001f0  65 73 65 74 0a 28 77 69  74 68 69 6e 20 74 68 65  |eset.(within the|
00000200  20 65 6d 75 6c 61 74 6f  72 29 0a 0a 44 69 73 61  | emulator)..Disa|
00000210  62 6c 65 20 54 61 70 65  20 28 42 42 43 20 42 20  |ble Tape (BBC B |
00000220  61 6e 64 20 45 6c 65 63  74 72 6f 6e 20 4f 6e 6c  |and Electron Onl|
00000230  79 29 0a 0a 54 68 69 73  20 6f 70 74 69 6f 6e 20  |y)..This option |
00000240  77 69 6c 6c 20 70 61 74  63 68 20 74 68 65 20 65  |will patch the e|
00000250  6d 75 6c 61 74 65 64 20  6d 61 63 68 69 6e 65 27  |mulated machine'|
00000260  73 20 6f 70 65 72 61 74  69 6e 67 20 73 79 73 74  |s operating syst|
00000270  65 6d 0a 74 6f 20 73 65  6e 64 20 61 6c 6c 20 54  |em.to send all T|
00000280  61 70 65 20 63 6f 6d 6d  61 6e 64 73 20 74 68 72  |ape commands thr|
00000290  6f 75 67 68 20 56 69 72  74 75 61 6c 20 44 46 53  |ough Virtual DFS|
000002a0  2e 0a 49 74 20 63 61 6e  20 6f 6e 6c 79 20 62 65  |..It can only be|
000002b0  20 64 65 61 63 74 69 76  61 74 65 64 20 62 79 20  | deactivated by |
000002c0  63 68 61 6e 67 69 6e 67  20 4d 61 63 68 69 6e 65  |changing Machine|
000002d0  20 6f 72 20 71 75 69 74  74 69 6e 67 20 74 68 65  | or quitting the|
000002e0  0a 65 6d 75 6c 61 74 6f  72 2c 20 73 6f 20 73 68  |.emulator, so sh|
000002f0  6f 75 6c 64 20 62 65 20  75 73 65 64 20 77 69 74  |ould be used wit|
00000300  68 20 63 61 75 74 69 6f  6e 0a 0a 4e 6f 20 4a 6f  |h caution..No Jo|
00000310  79 73 74 69 63 6b 0a 0a  54 68 69 73 20 6f 70 74  |ystick..This opt|
00000320  69 6f 6e 20 77 69 6c 6c  20 64 69 73 61 62 6c 65  |ion will disable|
00000330  20 61 6c 6c 20 65 6d 75  6c 61 74 69 6f 6e 20 6f  | all emulation o|
00000340  66 20 6a 6f 79 73 74 69  63 6b 73 0a 0a 53 61 76  |f joysticks..Sav|
00000350  65 0a 2d 2d 2d 2d 0a 0a  54 68 69 73 20 61 6c 6c  |e.----..This all|
00000360  6f 77 73 20 74 68 65 20  63 75 72 72 65 6e 74 20  |ows the current |
00000370  73 74 61 74 65 20 6f 66  20 74 68 65 20 65 6d 75  |state of the emu|
00000380  6c 61 74 6f 72 20 74 6f  20 62 65 20 73 61 76 65  |lator to be save|
00000390  64 2e 0a 54 68 69 73 20  6d 61 79 20 6e 6f 74 20  |d..This may not |
000003a0  77 6f 72 6b 20 73 61 74  69 73 66 61 63 74 6f 72  |work satisfactor|
000003b0  61 6c 6c 79 20 69 6e 20  4d 61 73 74 65 72 20 31  |ally in Master 1|
000003c0  32 38 20 6f 72 20 4d 61  73 74 65 72 20 43 6f 6d  |28 or Master Com|
000003d0  70 61 63 74 0a 6d 6f 64  65 20 61 73 20 73 69 64  |pact.mode as sid|
000003e0  65 77 61 79 73 20 52 4f  4d 73 20 65 74 63 20 61  |eways ROMs etc a|
000003f0  72 65 20 6e 6f 74 20 73  61 76 65 64 2e 0a 0a 53  |re not saved...S|
00000400  70 72 69 74 65 0a 2d 2d  2d 2d 2d 2d 0a 0a 54 68  |prite.------..Th|
00000410  69 73 20 6f 70 74 69 6f  6e 20 77 69 6c 6c 20 6e  |is option will n|
00000420  6f 74 20 62 65 20 6f 66  66 65 72 65 64 20 75 6e  |ot be offered un|
00000430  6c 65 73 73 20 79 6f 75  20 68 61 76 65 20 65 6e  |less you have en|
00000440  61 62 6c 65 64 20 69 74  0a 69 6e 20 21 36 35 30  |abled it.in !650|
00000450  32 45 6d 27 73 20 21 52  75 6e 20 66 69 6c 65 2c  |2Em's !Run file,|
00000460  20 77 68 69 63 68 20 61  6c 6c 6f 63 61 74 65 73  | which allocates|
00000470  20 6d 6f 72 65 20 6d 65  6d 6f 72 79 2e 0a 49 74  | more memory..It|
00000480  20 61 6c 6c 6f 77 73 20  74 68 65 20 65 6d 75 6c  | allows the emul|
00000490  61 74 6f 72 27 73 20 73  63 72 65 65 6e 20 74 6f  |ator's screen to|
000004a0  20 62 65 20 73 61 76 65  64 20 61 73 20 61 20 53  | be saved as a S|
000004b0  70 72 69 74 65 2e 0a 0a  43 6f 6e 66 69 67 2e 2e  |prite...Config..|
000004c0  2e 0a 2d 2d 2d 2d 2d 2d  2d 2d 2d 0a 0a 54 68 69  |..---------..Thi|
000004d0  73 20 6d 65 6e 75 20 6f  70 74 69 6f 6e 20 6c 65  |s menu option le|
000004e0  61 64 73 20 74 6f 20 61  20 64 69 61 6c 6f 67 75  |ads to a dialogu|
000004f0  65 20 62 6f 78 20 77 69  74 68 20 74 68 65 20 66  |e box with the f|
00000500  6f 6c 6c 6f 77 69 6e 67  20 6f 70 74 69 6f 6e 73  |ollowing options|
00000510  3a 0a 0a 45 6d 75 6c 61  74 65 20 50 61 67 65 64  |:..Emulate Paged|
00000520  20 52 4f 4d 73 20 64 65  74 65 72 6d 69 6e 65 73  | ROMs determines|
00000530  20 77 68 65 74 68 65 72  20 6f 72 20 6e 6f 74 20  | whether or not |
00000540  74 68 65 20 65 6d 75 6c  61 74 6f 72 20 73 75 70  |the emulator sup|
00000550  70 6f 72 74 73 0a 70 61  67 65 64 20 52 4f 4d 73  |ports.paged ROMs|
00000560  0a 0a 45 6d 75 6c 61 74  65 20 50 61 6c 65 74 74  |..Emulate Palett|
00000570  65 20 2d 20 77 68 65 6e  20 75 6e 2d 74 69 63 6b  |e - when un-tick|
00000580  65 64 20 74 68 65 20 70  61 6c 65 74 74 65 20 69  |ed the palette i|
00000590  73 20 6e 6f 74 20 65 6d  75 6c 61 74 65 64 0a 28  |s not emulated.(|
000005a0  65 78 63 65 70 74 20 61  20 6f 6e 65 2d 6f 66 66  |except a one-off|
000005b0  20 70 61 6c 65 74 74 65  20 75 70 64 61 74 65 20  | palette update |
000005c0  63 61 6e 20 62 65 20 66  6f 72 63 65 64 20 62 79  |can be forced by|
000005d0  20 70 72 65 73 73 69 6e  67 0a 66 31 30 20 77 68  | pressing.f10 wh|
000005e0  65 6e 20 74 68 65 20 65  6d 75 6c 61 74 6f 72 20  |en the emulator |
000005f0  69 73 20 72 75 6e 6e 69  6e 67 29 0a 0a 45 6d 75  |is running)..Emu|
00000600  6c 61 74 65 20 43 75 72  73 6f 72 20 2d 20 77 68  |late Cursor - wh|
00000610  65 6e 20 75 6e 2d 74 69  63 6b 65 64 20 74 68 65  |en un-ticked the|
00000620  20 63 75 72 73 6f 72 20  69 73 20 6e 6f 74 20 65  | cursor is not e|
00000630  6d 75 6c 61 74 65 64 0a  0a 50 61 73 73 20 6f 6e  |mulated..Pass on|
00000640  20 2a 20 63 6f 6d 61 6e  64 73 20 74 6f 20 52 49  | * comands to RI|
00000650  53 43 20 4f 53 20 2d 20  77 68 65 6e 20 73 65 6c  |SC OS - when sel|
00000660  65 63 74 65 64 2c 20 75  6e 72 65 63 6f 67 6e 69  |ected, unrecogni|
00000670  73 65 64 20 2a 20 63 6f  6d 6d 61 6e 64 73 0a 61  |sed * commands.a|
00000680  72 65 20 70 61 73 73 65  64 20 74 68 72 6f 75 67  |re passed throug|
00000690  68 20 74 6f 20 52 49 53  43 20 4f 53 20 28 65 67  |h to RISC OS (eg|
000006a0  20 2a 53 70 65 61 6b 65  72 20 4f 66 66 2c 20 2a  | *Speaker Off, *|
000006b0  43 61 63 68 65 20 4f 6e  29 0a 0a 45 6d 75 6c 61  |Cache On)..Emula|
000006c0  74 65 20 53 6f 75 6e 64  20 2d 20 74 68 69 73 20  |te Sound - this |
000006d0  6f 70 74 69 6f 6e 20 61  6c 6c 6f 77 73 20 74 68  |option allows th|
000006e0  65 20 73 6f 75 6e 64 20  74 6f 20 62 65 20 74 75  |e sound to be tu|
000006f0  72 6e 65 64 20 6f 66 66  20 77 68 69 63 68 0a 6d  |rned off which.m|
00000700  61 79 20 61 6c 73 6f 20  73 70 65 65 64 20 75 70  |ay also speed up|
00000710  20 74 68 65 20 65 6d 75  6c 61 74 6f 72 20 69 66  | the emulator if|
00000720  20 79 6f 75 20 68 61 76  65 20 61 20 73 6c 6f 77  | you have a slow|
00000730  20 6d 61 63 68 69 6e 65  0a 0a 46 61 73 74 65 72  | machine..Faster|
00000740  20 68 61 72 64 77 61 72  65 20 73 63 72 6f 6c 6c  | hardware scroll|
00000750  69 6e 67 20 48 61 63 6b  20 2d 20 74 68 69 73 20  |ing Hack - this |
00000760  6f 70 74 69 6f 6e 20 77  69 6c 6c 20 61 6c 6c 6f  |option will allo|
00000770  77 20 73 6f 6d 65 20 67  61 6d 65 73 0a 74 68 61  |w some games.tha|
00000780  74 20 64 6f 20 6c 6f 74  73 20 6f 66 20 68 61 72  |t do lots of har|
00000790  64 77 61 72 65 20 73 63  72 6f 6c 6c 69 6e 67 20  |dware scrolling |
000007a0  28 65 67 20 52 65 70 74  6f 6e 29 20 74 6f 20 72  |(eg Repton) to r|
000007b0  75 6e 20 66 61 73 74 65  72 0a 2a 2a 2a 2a 2a 2a  |un faster.******|
000007c0  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
000007f0  2a 2a 2a 0a 2a 2a 2a 2a  2a 2a 2a 2a 48 4f 57 45  |***.********HOWE|
00000800  56 45 52 20 49 54 20 57  49 4c 4c 20 4f 4e 4c 59  |VER IT WILL ONLY|
00000810  20 57 4f 52 4b 20 57 49  54 48 20 53 4f 4d 45 20  | WORK WITH SOME |
00000820  47 41 4d 45 53 2a 2a 2a  2a 2a 2a 2a 2a 0a 2a 2a  |GAMES********.**|
00000830  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000860  2a 2a 2a 2a 2a 2a 2a 0a  54 68 69 73 20 6f 70 74  |*******.This opt|
00000870  69 6f 6e 20 63 61 6e 6e  6f 74 20 62 65 20 73 61  |ion cannot be sa|
00000880  76 65 64 20 61 6e 64 20  77 69 6c 6c 20 62 65 20  |ved and will be |
00000890  72 65 73 65 74 20 77 68  65 6e 65 76 65 72 20 61  |reset whenever a|
000008a0  0a 53 63 72 69 70 74 20  69 73 20 72 75 6e 0a 0a  |.Script is run..|
000008b0  55 73 65 20 4f 77 6c 20  66 6f 72 20 75 6e 74 79  |Use Owl for unty|
000008c0  70 65 64 20 66 69 6c 65  73 20 2d 20 74 68 69 73  |ped files - this|
000008d0  20 6f 70 74 69 6f 6e 20  64 65 74 65 72 6d 69 6e  | option determin|
000008e0  65 73 20 77 68 65 74 68  65 72 20 61 0a 64 69 66  |es whether a.dif|
000008f0  66 65 72 65 6e 74 20 69  63 6f 6e 20 73 68 6f 75  |ferent icon shou|
00000900  6c 64 20 62 65 20 75 73  65 64 20 66 6f 72 20 75  |ld be used for u|
00000910  6e 66 69 6c 65 74 79 70  65 64 20 69 63 6f 6e 73  |nfiletyped icons|
00000920  20 28 69 65 20 74 68 6f  73 65 0a 74 68 61 74 20  | (ie those.that |
00000930  68 61 76 65 20 61 20 6c  6f 61 64 20 61 6e 64 20  |have a load and |
00000940  72 75 6e 20 61 64 64 72  65 73 73 20 69 6e 73 74  |run address inst|
00000950  65 61 64 29 0a 54 68 65  20 69 63 6f 6e 20 69 73  |ead).The icon is|
00000960  20 61 6e 20 6f 77 6c 20  77 69 74 68 20 52 45 44  | an owl with RED|
00000970  20 65 79 65 73 0a 28 41  6e 20 6f 77 6c 20 77 69  | eyes.(An owl wi|
00000980  74 68 20 47 52 45 59 20  65 79 65 73 20 69 73 20  |th GREY eyes is |
00000990  75 73 65 64 20 66 6f 72  20 66 69 6c 65 73 20 77  |used for files w|
000009a0  69 74 68 20 61 20 66 69  6c 65 74 79 70 65 20 6f  |ith a filetype o|
000009b0  66 20 26 42 42 43 29 0a  0a 4d 61 63 68 69 6e 65  |f &BBC)..Machine|
000009c0  20 2d 20 74 68 69 73 20  6d 65 6e 75 20 6c 65 74  | - this menu let|
000009d0  73 20 79 6f 75 20 63 68  6f 6f 73 65 20 77 68 69  |s you choose whi|
000009e0  63 68 20 63 6f 6d 70 75  74 65 72 0a 74 6f 20 65  |ch computer.to e|
000009f0  6d 75 6c 61 74 65 2e 20  4d 65 6e 75 20 6f 70 74  |mulate. Menu opt|
00000a00  69 6f 6e 73 20 77 69 6c  6c 20 62 65 20 67 72 65  |ions will be gre|
00000a10  79 65 64 20 6f 75 74 20  69 66 20 74 68 65 0a 61  |yed out if the.a|
00000a20  70 70 72 6f 70 72 69 61  74 65 20 52 4f 4d 73 20  |ppropriate ROMs |
00000a30  61 72 65 20 6e 6f 74 20  61 76 61 69 6c 61 62 6c  |are not availabl|
00000a40  65 0a 0a 4b 65 79 6d 61  70 20 2d 20 74 68 69 73  |e..Keymap - this|
00000a50  20 6d 65 6e 75 20 6c 65  74 73 20 79 6f 75 20 63  | menu lets you c|
00000a60  68 6f 6f 73 65 20 61 20  64 69 66 66 65 72 65 6e  |hoose a differen|
00000a70  74 20 6b 65 79 20 6d 61  70 70 69 6e 67 0a 66 6f  |t key mapping.fo|
00000a80  72 20 74 68 65 20 65 6d  75 6c 61 74 6f 72 20 66  |r the emulator f|
00000a90  72 6f 6d 20 21 36 35 30  32 45 6d 2e 4b 65 79 6d  |rom !6502Em.Keym|
00000aa0  61 70 73 0a 0a 50 61 74  63 68 20 2d 20 74 68 69  |aps..Patch - thi|
00000ab0  73 20 6d 65 6e 75 20 61  6c 6c 6f 77 73 20 70 61  |s menu allows pa|
00000ac0  74 63 68 65 73 2c 20 69  6e 20 21 36 35 30 32 45  |tches, in !6502E|
00000ad0  6d 2e 50 61 74 63 68 65  73 2c 20 74 6f 20 62 65  |m.Patches, to be|
00000ae0  0a 6c 6f 61 64 65 64 20  74 6f 20 72 75 6e 20 63  |.loaded to run c|
00000af0  65 72 74 61 69 6e 20 67  61 6d 65 73 2e 0a 53 65  |ertain games..Se|
00000b00  6c 65 63 74 20 22 28 6e  6f 6e 65 29 22 20 74 6f  |lect "(none)" to|
00000b10  20 74 75 72 6e 20 6f 66  66 20 74 68 65 20 63 75  | turn off the cu|
00000b20  72 72 65 6e 74 20 50 61  74 63 68 2e 0a 54 68 69  |rrent Patch..Thi|
00000b30  73 20 6f 70 74 69 6f 6e  20 63 61 6e 6e 6f 74 20  |s option cannot |
00000b40  62 65 20 73 61 76 65 64  2e 0a 0a 53 70 65 65 64  |be saved...Speed|
00000b50  20 2d 20 74 68 69 73 20  6d 65 6e 75 20 61 6c 6c  | - this menu all|
00000b60  6f 77 73 20 74 68 65 20  65 6d 75 6c 61 74 6f 72  |ows the emulator|
00000b70  20 74 6f 20 62 65 20 72  75 6e 20 61 74 20 64 69  | to be run at di|
00000b80  66 66 65 72 65 6e 74 0a  73 70 65 65 64 73 2e 20  |fferent.speeds. |
00000b90  53 65 74 74 69 6e 67 20  74 68 65 20 73 70 65 65  |Setting the spee|
00000ba0  64 20 61 62 6f 76 65 20  61 20 63 65 72 74 61 69  |d above a certai|
00000bb0  6e 20 76 61 6c 75 65 20  77 69 6c 6c 20 68 61 76  |n value will hav|
00000bc0  65 20 6e 6f 0a 65 66 66  65 63 74 2c 20 64 65 70  |e no.effect, dep|
00000bd0  65 6e 64 69 6e 67 20 6f  6e 20 79 6f 75 72 20 63  |ending on your c|
00000be0  6f 6d 70 75 74 65 72 2e  20 41 20 76 61 6c 75 65  |omputer. A value|
00000bf0  20 6f 66 20 31 30 30 30  30 25 20 77 69 6c 6c 0a  | of 10000% will.|
00000c00  6d 61 6b 65 20 74 68 65  20 65 6d 75 6c 61 74 6f  |make the emulato|
00000c10  72 20 72 75 6e 20 61 73  20 66 61 73 74 20 61 73  |r run as fast as|
00000c20  20 70 6f 73 73 69 62 6c  65 2e 0a 28 75 6e 6c 65  | possible..(unle|
00000c30  73 73 20 79 6f 75 20 68  61 76 65 20 61 20 76 65  |ss you have a ve|
00000c40  72 79 20 66 61 73 74 20  63 6f 6d 70 75 74 65 72  |ry fast computer|
00000c50  2e 2e 2e 2e 2e 29 0a 0a  44 65 66 61 75 6c 74 20  |.....)..Default |
00000c60  72 65 73 74 6f 72 65 73  20 61 6c 6c 20 74 68 65  |restores all the|
00000c70  20 61 62 6f 76 65 20 6f  70 74 69 6f 6e 73 20 74  | above options t|
00000c80  6f 20 74 68 65 69 72 20  64 65 66 61 75 6c 74 20  |o their default |
00000c90  76 61 6c 75 65 0a 49 74  20 61 6c 73 6f 20 72 65  |value.It also re|
00000ca0  73 74 6f 72 65 73 20 74  68 65 20 73 6f 75 6e 64  |stores the sound|
00000cb0  20 76 6f 6c 75 6d 65 20  74 6f 20 6d 61 78 69 6d  | volume to maxim|
00000cc0  75 6d 0a 0a 53 61 76 65  20 73 61 76 65 73 20 74  |um..Save saves t|
00000cd0  68 65 20 61 62 6f 76 65  20 6f 70 74 69 6f 6e 73  |he above options|
00000ce0  20 28 70 6c 75 73 20 76  6f 6c 75 6d 65 29 20 66  | (plus volume) f|
00000cf0  6f 72 20 74 68 65 20 6e  65 78 74 0a 74 69 6d 65  |or the next.time|
00000d00  20 74 68 65 20 65 6d 75  6c 61 74 6f 72 20 69 73  | the emulator is|
00000d10  20 6c 6f 61 64 65 64 0a  28 74 68 65 20 53 63 72  | loaded.(the Scr|
00000d20  6f 6c 6c 20 48 61 63 6b  20 6f 70 74 69 6f 6e 20  |oll Hack option |
00000d30  77 69 6c 6c 20 6e 6f 74  20 62 65 20 73 61 76 65  |will not be save|
00000d40  64 29 0a 0a 4f 4b 20 63  6c 65 61 72 73 20 74 68  |d)..OK clears th|
00000d50  65 20 64 69 61 6c 6f 67  75 65 20 62 6f 78 20 28  |e dialogue box (|
00000d60  74 68 65 20 64 69 61 6c  6f 67 75 65 20 62 6f 78  |the dialogue box|
00000d70  20 69 73 20 22 69 6e 73  74 61 6e 74 20 65 66 66  | is "instant eff|
00000d80  65 63 74 22 0a 69 65 20  6f 70 74 69 6f 6e 73 20  |ect".ie options |
00000d90  63 68 61 6e 67 65 20 61  73 20 79 6f 75 20 63 6c  |change as you cl|
00000da0  69 63 6b 20 6f 6e 20 74  68 65 6d 29 0a 0a        |ick on them)..|
00000dae