Home » Archimedes archive » Acorn User » AU 1997-09 B.adf » Sherston » !Upgrade/Upgrades/Upgrades/!AVIV/!Run
!Upgrade/Upgrades/Upgrades/!AVIV/!Run
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1997-09 B.adf » Sherston |
Filename: | !Upgrade/Upgrades/Upgrades/!AVIV/!Run |
Read OK: | ✔ |
File size: | 0E2D bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
| StrongARM Upgrade 1997.01 | | Arcventure IV - The Anglo Saxons | Copyright � Sherston Software Ltd. 1996 | SET AVIV01$Dir <Obey$Dir> SET AVIV$Dir <Obey$Dir> SET AVIVSt$Dir <Obey$Dir> |***********************************************************************| | | | Network managers should change the following line by removing the | | <Obey$Dir> and replacing it with the full pathname of a directory | | to which users have read and write access. This might be something | | like: | | | | SET AVIVSave$Dir ADFS::0.$.AVSave | | | | to save game information on users' floppy discs. This might be the | | case when users have no write access to any network directories. | | (This will only work on versions not requiring a 'key disc'). | | Network filing system users can cause the game to save to each user's | | user-root directory on systems where each user has a separate account | | by using something like this: | | | | SET AVIVSave$Dir Net:&.AVSave | | | | For a network with only RiscPC and A7000 computers, (ie. with version | | 3.50 or higher of RISC OS), then the following can be used verbatim: | | | | SET AVIVSave$Dir <Choices$Dir>.AVSave | | | | Any directory with read and write access may be referenced here, but | | you will need to ensure that the directory containing 'AVSave' is | | created before the game is started. | | | |***********************************************************************| SET AVIVSave$Dir <Obey$Dir> SET AVIVSG$Dir <AVIVSave$Dir>.Players SET AVIVSJ$Dir <AVIVSave$Dir>.Journals |***********************************************************************| | | | Network managers should remove the bar (|) character from the | | beginning of the next three lines | | | |***********************************************************************| |CDir <AVIVSave$Dir> |CDir <AVIVSG$Dir> |CDir <AVIVSJ$Dir> *IconSprites <AVIVSt$Dir>.!Sprites RMEnsure SharedCLibrary 3.75 RMLoad System:Modules.CLib RMEnsure FPEmulator 2.80 RMLoad System:Modules.FPEmulator RMEnsure FPEmulator 2.80 Error You need Floating Point Emulator 2.80 or later RMEnsure GameModes 1.15 RMLoad System:Modules.GameModes RMEnsure Squash 0.07 RMLoad System:Modules.Squash |RMEnsure MusicModule 1.0 RMLoad <AVIVSt$Dir>.MusMod5 |RMLoad <AVIVSt$Dir>.PM RMEnsure ColourTrans 0.52 RMLoad System:Modules.Colours RMEnsure ColourTrans 0.52 Error You need ColourTrans 0.52 or later WimpSlot -min 1072K -max 1072K WimpSlot -min 1024K -max 1024K if "<AVIV$Flag>"="1" then Error Arcventure IV is already running. Set File$Type_ae8 SaveGame SET AVIV$Flag 1 *Run <AVIVSt$Dir>.!RunImage unset AVIV$Flag
00000000 7c 20 53 74 72 6f 6e 67 41 52 4d 20 55 70 67 72 || StrongARM Upgr| 00000010 61 64 65 20 31 39 39 37 2e 30 31 0a 7c 0a 7c 20 |ade 1997.01.|.| | 00000020 41 72 63 76 65 6e 74 75 72 65 20 49 56 20 2d 20 |Arcventure IV - | 00000030 54 68 65 20 41 6e 67 6c 6f 20 53 61 78 6f 6e 73 |The Anglo Saxons| 00000040 0a 7c 20 43 6f 70 79 72 69 67 68 74 20 a9 20 53 |.| Copyright . S| 00000050 68 65 72 73 74 6f 6e 20 53 6f 66 74 77 61 72 65 |herston Software| 00000060 20 4c 74 64 2e 20 31 39 39 36 0a 7c 20 0a 53 45 | Ltd. 1996.| .SE| 00000070 54 20 41 56 49 56 30 31 24 44 69 72 20 3c 4f 62 |T AVIV01$Dir <Ob| 00000080 65 79 24 44 69 72 3e 0a 53 45 54 20 41 56 49 56 |ey$Dir>.SET AVIV| 00000090 24 44 69 72 20 3c 4f 62 65 79 24 44 69 72 3e 0a |$Dir <Obey$Dir>.| 000000a0 53 45 54 20 41 56 49 56 53 74 24 44 69 72 20 3c |SET AVIVSt$Dir <| 000000b0 4f 62 65 79 24 44 69 72 3e 0a 0a 7c 2a 2a 2a 2a |Obey$Dir>..|****| 000000c0 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 00000100 2a 2a 2a 7c 0a 7c 20 20 20 20 20 20 20 20 20 20 |***|.| | 00000110 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000140 20 20 20 20 20 20 20 20 20 20 20 20 20 7c 0a 7c | |.|| 00000150 20 4e 65 74 77 6f 72 6b 20 6d 61 6e 61 67 65 72 | Network manager| 00000160 73 20 73 68 6f 75 6c 64 20 63 68 61 6e 67 65 20 |s should change | 00000170 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 6c 69 |the following li| 00000180 6e 65 20 62 79 20 72 65 6d 6f 76 69 6e 67 20 74 |ne by removing t| 00000190 68 65 20 20 20 20 20 7c 0a 7c 20 3c 4f 62 65 79 |he |.| <Obey| 000001a0 24 44 69 72 3e 20 61 6e 64 20 72 65 70 6c 61 63 |$Dir> and replac| 000001b0 69 6e 67 20 69 74 20 77 69 74 68 20 74 68 65 20 |ing it with the | 000001c0 66 75 6c 6c 20 70 61 74 68 6e 61 6d 65 20 6f 66 |full pathname of| 000001d0 20 61 20 64 69 72 65 63 74 6f 72 79 20 20 20 20 | a directory | 000001e0 20 7c 0a 7c 20 74 6f 20 77 68 69 63 68 20 75 73 | |.| to which us| 000001f0 65 72 73 20 68 61 76 65 20 72 65 61 64 20 61 6e |ers have read an| 00000200 64 20 77 72 69 74 65 20 61 63 63 65 73 73 2e 20 |d write access. | 00000210 54 68 69 73 20 6d 69 67 68 74 20 62 65 20 73 6f |This might be so| 00000220 6d 65 74 68 69 6e 67 20 20 20 20 7c 0a 7c 20 6c |mething |.| l| 00000230 69 6b 65 3a 20 20 20 20 20 20 20 20 20 20 20 20 |ike: | 00000240 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000270 20 20 20 20 20 7c 0a 7c 20 20 20 20 20 20 20 20 | |.| | 00000280 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000002b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 7c | || 000002c0 0a 7c 20 53 45 54 20 41 56 49 56 53 61 76 65 24 |.| SET AVIVSave$| 000002d0 44 69 72 20 41 44 46 53 3a 3a 30 2e 24 2e 41 56 |Dir ADFS::0.$.AV| 000002e0 53 61 76 65 20 20 20 20 20 20 20 20 20 20 20 20 |Save | 000002f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000300 20 20 20 20 20 20 20 20 20 7c 0a 7c 20 20 20 20 | |.| | 00000310 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000350 20 20 20 7c 0a 7c 20 74 6f 20 73 61 76 65 20 67 | |.| to save g| 00000360 61 6d 65 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 20 |ame information | 00000370 6f 6e 20 75 73 65 72 73 27 20 66 6c 6f 70 70 79 |on users' floppy| 00000380 20 64 69 73 63 73 2e 20 54 68 69 73 20 6d 69 67 | discs. This mig| 00000390 68 74 20 62 65 20 74 68 65 20 20 20 20 7c 0a 7c |ht be the |.|| 000003a0 20 63 61 73 65 20 77 68 65 6e 20 75 73 65 72 73 | case when users| 000003b0 20 68 61 76 65 20 6e 6f 20 77 72 69 74 65 20 61 | have no write a| 000003c0 63 63 65 73 73 20 74 6f 20 61 6e 79 20 6e 65 74 |ccess to any net| 000003d0 77 6f 72 6b 20 64 69 72 65 63 74 6f 72 69 65 73 |work directories| 000003e0 2e 20 20 20 20 20 20 7c 0a 7c 20 28 54 68 69 73 |. |.| (This| 000003f0 20 77 69 6c 6c 20 6f 6e 6c 79 20 77 6f 72 6b 20 | will only work | 00000400 6f 6e 20 76 65 72 73 69 6f 6e 73 20 6e 6f 74 20 |on versions not | 00000410 72 65 71 75 69 72 69 6e 67 20 61 20 27 6b 65 79 |requiring a 'key| 00000420 20 64 69 73 63 27 29 2e 20 20 20 20 20 20 20 20 | disc'). | 00000430 20 7c 0a 7c 20 4e 65 74 77 6f 72 6b 20 66 69 6c | |.| Network fil| 00000440 69 6e 67 20 73 79 73 74 65 6d 20 75 73 65 72 73 |ing system users| 00000450 20 63 61 6e 20 63 61 75 73 65 20 74 68 65 20 67 | can cause the g| 00000460 61 6d 65 20 74 6f 20 73 61 76 65 20 74 6f 20 65 |ame to save to e| 00000470 61 63 68 20 75 73 65 72 27 73 20 7c 0a 7c 20 75 |ach user's |.| u| 00000480 73 65 72 2d 72 6f 6f 74 20 64 69 72 65 63 74 6f |ser-root directo| 00000490 72 79 20 6f 6e 20 73 79 73 74 65 6d 73 20 77 68 |ry on systems wh| 000004a0 65 72 65 20 65 61 63 68 20 75 73 65 72 20 68 61 |ere each user ha| 000004b0 73 20 61 20 73 65 70 61 72 61 74 65 20 61 63 63 |s a separate acc| 000004c0 6f 75 6e 74 20 7c 0a 7c 20 62 79 20 75 73 69 6e |ount |.| by usin| 000004d0 67 20 73 6f 6d 65 74 68 69 6e 67 20 6c 69 6b 65 |g something like| 000004e0 20 74 68 69 73 3a 20 20 20 20 20 20 20 20 20 20 | this: | 000004f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000500 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 7c | || 00000510 0a 7c 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |.| | 00000520 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000550 20 20 20 20 20 20 20 20 20 7c 0a 7c 20 53 45 54 | |.| SET| 00000560 20 41 56 49 56 53 61 76 65 24 44 69 72 20 4e 65 | AVIVSave$Dir Ne| 00000570 74 3a 26 2e 41 56 53 61 76 65 20 20 20 20 20 20 |t:&.AVSave | 00000580 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000005a0 20 20 20 7c 0a 7c 20 20 20 20 20 20 20 20 20 20 | |.| | 000005b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000005e0 20 20 20 20 20 20 20 20 20 20 20 20 20 7c 0a 7c | |.|| 000005f0 20 46 6f 72 20 61 20 6e 65 74 77 6f 72 6b 20 77 | For a network w| 00000600 69 74 68 20 6f 6e 6c 79 20 52 69 73 63 50 43 20 |ith only RiscPC | 00000610 61 6e 64 20 41 37 30 30 30 20 63 6f 6d 70 75 74 |and A7000 comput| 00000620 65 72 73 2c 20 28 69 65 2e 20 77 69 74 68 20 76 |ers, (ie. with v| 00000630 65 72 73 69 6f 6e 20 7c 0a 7c 20 33 2e 35 30 20 |ersion |.| 3.50 | 00000640 6f 72 20 68 69 67 68 65 72 20 6f 66 20 52 49 53 |or higher of RIS| 00000650 43 20 4f 53 29 2c 20 74 68 65 6e 20 74 68 65 20 |C OS), then the | 00000660 66 6f 6c 6c 6f 77 69 6e 67 20 63 61 6e 20 62 65 |following can be| 00000670 20 75 73 65 64 20 76 65 72 62 61 74 69 6d 3a 20 | used verbatim: | 00000680 20 7c 0a 7c 20 20 20 20 20 20 20 20 20 20 20 20 | |.| | 00000690 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000006c0 20 20 20 20 20 20 20 20 20 20 20 7c 0a 7c 20 53 | |.| S| 000006d0 45 54 20 41 56 49 56 53 61 76 65 24 44 69 72 20 |ET AVIVSave$Dir | 000006e0 3c 43 68 6f 69 63 65 73 24 44 69 72 3e 2e 41 56 |<Choices$Dir>.AV| 000006f0 53 61 76 65 20 20 20 20 20 20 20 20 20 20 20 20 |Save | 00000700 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000710 20 20 20 20 20 7c 0a 7c 20 20 20 20 20 20 20 20 | |.| | 00000720 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000750 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 7c | || 00000760 0a 7c 20 41 6e 79 20 64 69 72 65 63 74 6f 72 79 |.| Any directory| 00000770 20 77 69 74 68 20 72 65 61 64 20 61 6e 64 20 77 | with read and w| 00000780 72 69 74 65 20 61 63 63 65 73 73 20 6d 61 79 20 |rite access may | 00000790 62 65 20 72 65 66 65 72 65 6e 63 65 64 20 68 65 |be referenced he| 000007a0 72 65 2c 20 62 75 74 20 20 7c 0a 7c 20 79 6f 75 |re, but |.| you| 000007b0 20 77 69 6c 6c 20 6e 65 65 64 20 74 6f 20 65 6e | will need to en| 000007c0 73 75 72 65 20 74 68 61 74 20 74 68 65 20 64 69 |sure that the di| 000007d0 72 65 63 74 6f 72 79 20 63 6f 6e 74 61 69 6e 69 |rectory containi| 000007e0 6e 67 20 27 41 56 53 61 76 65 27 20 69 73 20 20 |ng 'AVSave' is | 000007f0 20 20 20 7c 0a 7c 20 63 72 65 61 74 65 64 20 62 | |.| created b| 00000800 65 66 6f 72 65 20 74 68 65 20 67 61 6d 65 20 69 |efore the game i| 00000810 73 20 73 74 61 72 74 65 64 2e 20 20 20 20 20 20 |s started. | 00000820 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000830 20 20 20 20 20 20 20 20 20 20 20 20 20 7c 0a 7c | |.|| 00000840 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000880 20 20 20 20 20 20 20 7c 0a 7c 2a 2a 2a 2a 2a 2a | |.|******| 00000890 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 000008d0 2a 7c 0a 0a 0a 53 45 54 20 41 56 49 56 53 61 76 |*|...SET AVIVSav| 000008e0 65 24 44 69 72 20 3c 4f 62 65 79 24 44 69 72 3e |e$Dir <Obey$Dir>| 000008f0 0a 0a 0a 0a 53 45 54 20 41 56 49 56 53 47 24 44 |....SET AVIVSG$D| 00000900 69 72 20 3c 41 56 49 56 53 61 76 65 24 44 69 72 |ir <AVIVSave$Dir| 00000910 3e 2e 50 6c 61 79 65 72 73 0a 53 45 54 20 41 56 |>.Players.SET AV| 00000920 49 56 53 4a 24 44 69 72 20 3c 41 56 49 56 53 61 |IVSJ$Dir <AVIVSa| 00000930 76 65 24 44 69 72 3e 2e 4a 6f 75 72 6e 61 6c 73 |ve$Dir>.Journals| 00000940 0a 0a 7c 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |..|*************| 00000950 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 00000980 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 7c 0a 7c 20 20 20 |**********|.| | 00000990 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000009d0 20 20 20 20 7c 0a 7c 20 4e 65 74 77 6f 72 6b 20 | |.| Network | 000009e0 6d 61 6e 61 67 65 72 73 20 73 68 6f 75 6c 64 20 |managers should | 000009f0 72 65 6d 6f 76 65 20 74 68 65 20 62 61 72 20 28 |remove the bar (| 00000a00 7c 29 20 63 68 61 72 61 63 74 65 72 20 66 72 6f ||) character fro| 00000a10 6d 20 74 68 65 20 20 20 20 20 20 20 20 20 7c 0a |m the |.| 00000a20 7c 20 62 65 67 69 6e 6e 69 6e 67 20 6f 66 20 74 || beginning of t| 00000a30 68 65 20 6e 65 78 74 20 74 68 72 65 65 20 6c 69 |he next three li| 00000a40 6e 65 73 20 20 20 20 20 20 20 20 20 20 20 20 20 |nes | 00000a50 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000a60 20 20 20 20 20 20 20 20 7c 0a 7c 20 20 20 20 20 | |.| | 00000a70 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000ab0 20 20 7c 0a 7c 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a | |.|***********| 00000ac0 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 00000af0 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 7c 0a 0a 7c |************|..|| 00000b00 43 44 69 72 20 3c 41 56 49 56 53 61 76 65 24 44 |CDir <AVIVSave$D| 00000b10 69 72 3e 0a 7c 43 44 69 72 20 3c 41 56 49 56 53 |ir>.|CDir <AVIVS| 00000b20 47 24 44 69 72 3e 0a 7c 43 44 69 72 20 3c 41 56 |G$Dir>.|CDir <AV| 00000b30 49 56 53 4a 24 44 69 72 3e 0a 0a 0a 0a 0a 2a 49 |IVSJ$Dir>.....*I| 00000b40 63 6f 6e 53 70 72 69 74 65 73 20 3c 41 56 49 56 |conSprites <AVIV| 00000b50 53 74 24 44 69 72 3e 2e 21 53 70 72 69 74 65 73 |St$Dir>.!Sprites| 00000b60 0a 0a 52 4d 45 6e 73 75 72 65 20 53 68 61 72 65 |..RMEnsure Share| 00000b70 64 43 4c 69 62 72 61 72 79 20 33 2e 37 35 20 52 |dCLibrary 3.75 R| 00000b80 4d 4c 6f 61 64 20 53 79 73 74 65 6d 3a 4d 6f 64 |MLoad System:Mod| 00000b90 75 6c 65 73 2e 43 4c 69 62 0a 52 4d 45 6e 73 75 |ules.CLib.RMEnsu| 00000ba0 72 65 20 46 50 45 6d 75 6c 61 74 6f 72 20 32 2e |re FPEmulator 2.| 00000bb0 38 30 20 52 4d 4c 6f 61 64 20 53 79 73 74 65 6d |80 RMLoad System| 00000bc0 3a 4d 6f 64 75 6c 65 73 2e 46 50 45 6d 75 6c 61 |:Modules.FPEmula| 00000bd0 74 6f 72 0a 52 4d 45 6e 73 75 72 65 20 46 50 45 |tor.RMEnsure FPE| 00000be0 6d 75 6c 61 74 6f 72 20 32 2e 38 30 20 45 72 72 |mulator 2.80 Err| 00000bf0 6f 72 20 59 6f 75 20 6e 65 65 64 20 46 6c 6f 61 |or You need Floa| 00000c00 74 69 6e 67 20 50 6f 69 6e 74 20 45 6d 75 6c 61 |ting Point Emula| 00000c10 74 6f 72 20 32 2e 38 30 20 6f 72 20 6c 61 74 65 |tor 2.80 or late| 00000c20 72 0a 52 4d 45 6e 73 75 72 65 20 47 61 6d 65 4d |r.RMEnsure GameM| 00000c30 6f 64 65 73 20 31 2e 31 35 20 52 4d 4c 6f 61 64 |odes 1.15 RMLoad| 00000c40 20 53 79 73 74 65 6d 3a 4d 6f 64 75 6c 65 73 2e | System:Modules.| 00000c50 47 61 6d 65 4d 6f 64 65 73 0a 52 4d 45 6e 73 75 |GameModes.RMEnsu| 00000c60 72 65 20 53 71 75 61 73 68 20 30 2e 30 37 20 52 |re Squash 0.07 R| 00000c70 4d 4c 6f 61 64 20 53 79 73 74 65 6d 3a 4d 6f 64 |MLoad System:Mod| 00000c80 75 6c 65 73 2e 53 71 75 61 73 68 0a 7c 52 4d 45 |ules.Squash.|RME| 00000c90 6e 73 75 72 65 20 4d 75 73 69 63 4d 6f 64 75 6c |nsure MusicModul| 00000ca0 65 20 31 2e 30 20 52 4d 4c 6f 61 64 20 3c 41 56 |e 1.0 RMLoad <AV| 00000cb0 49 56 53 74 24 44 69 72 3e 2e 4d 75 73 4d 6f 64 |IVSt$Dir>.MusMod| 00000cc0 35 0a 7c 52 4d 4c 6f 61 64 20 3c 41 56 49 56 53 |5.|RMLoad <AVIVS| 00000cd0 74 24 44 69 72 3e 2e 50 4d 0a 52 4d 45 6e 73 75 |t$Dir>.PM.RMEnsu| 00000ce0 72 65 20 43 6f 6c 6f 75 72 54 72 61 6e 73 20 30 |re ColourTrans 0| 00000cf0 2e 35 32 20 52 4d 4c 6f 61 64 20 53 79 73 74 65 |.52 RMLoad Syste| 00000d00 6d 3a 4d 6f 64 75 6c 65 73 2e 43 6f 6c 6f 75 72 |m:Modules.Colour| 00000d10 73 0a 52 4d 45 6e 73 75 72 65 20 43 6f 6c 6f 75 |s.RMEnsure Colou| 00000d20 72 54 72 61 6e 73 20 30 2e 35 32 20 45 72 72 6f |rTrans 0.52 Erro| 00000d30 72 20 59 6f 75 20 6e 65 65 64 20 43 6f 6c 6f 75 |r You need Colou| 00000d40 72 54 72 61 6e 73 20 30 2e 35 32 20 6f 72 20 6c |rTrans 0.52 or l| 00000d50 61 74 65 72 0a 57 69 6d 70 53 6c 6f 74 20 2d 6d |ater.WimpSlot -m| 00000d60 69 6e 20 31 30 37 32 4b 20 2d 6d 61 78 20 31 30 |in 1072K -max 10| 00000d70 37 32 4b 0a 57 69 6d 70 53 6c 6f 74 20 2d 6d 69 |72K.WimpSlot -mi| 00000d80 6e 20 31 30 32 34 4b 20 2d 6d 61 78 20 31 30 32 |n 1024K -max 102| 00000d90 34 4b 0a 0a 69 66 20 22 3c 41 56 49 56 24 46 6c |4K..if "<AVIV$Fl| 00000da0 61 67 3e 22 3d 22 31 22 20 74 68 65 6e 20 45 72 |ag>"="1" then Er| 00000db0 72 6f 72 20 41 72 63 76 65 6e 74 75 72 65 20 49 |ror Arcventure I| 00000dc0 56 20 69 73 20 61 6c 72 65 61 64 79 20 72 75 6e |V is already run| 00000dd0 6e 69 6e 67 2e 0a 53 65 74 20 46 69 6c 65 24 54 |ning..Set File$T| 00000de0 79 70 65 5f 61 65 38 20 53 61 76 65 47 61 6d 65 |ype_ae8 SaveGame| 00000df0 0a 53 45 54 20 41 56 49 56 24 46 6c 61 67 20 31 |.SET AVIV$Flag 1| 00000e00 0a 2a 52 75 6e 20 3c 41 56 49 56 53 74 24 44 69 |.*Run <AVIVSt$Di| 00000e10 72 3e 2e 21 52 75 6e 49 6d 61 67 65 0a 75 6e 73 |r>.!RunImage.uns| 00000e20 65 74 20 41 56 49 56 24 46 6c 61 67 0a |et AVIV$Flag.| 00000e2d