Home » Archimedes archive » Acorn User » AU 1997-10 A.adf » Extras » Apple][e/!Virtu/!Help
Apple][e/!Virtu/!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 » Archimedes archive » Acorn User » AU 1997-10 A.adf » Extras |
Filename: | Apple][e/!Virtu/!Help |
Read OK: | ✔ |
File size: | 1105 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Introduction ~~~~~~~~~~~~ Virtu is a freeware 128K Apple //e emulator for the Acorn Archimedes with the following features: - a 6502 or 65C02 processor - support for standard or enhanced Apple //e ROMs - two double-sided 5.25" Disk ][ drives supporting reading and writing of DOS order (".DSK") disk images selectable at run-time - all standard video modes including 40/80 column text, lores, double lores, hires and double hires graphics in both color and monochrome - speaker sound support - text printer output - keyboard emulation of joystick/paddles input - joystick emulation of keyboard input - an integrated debugger - saving of screendumps in any video mode - saving and loading of the complete machine state Requirements ~~~~~~~~~~~~ Virtu is distributed with a dummy ROM image which provides just enough functionality to run the Raster Blaster game included. (See usage.) The ROM image from a standard or enhanced Apple //e is needed to run other software. The enhanced Apple //e ROM image can be extracted from the latest AppleWin archive at the following URL: http://www.apple.asimov.net/site/emulators/applewin/ Note that this is an IBM PC zip archive, so you will need a utility such as !SparkPlug to open it. Extract the file named "Apple2e.ROM" and rename it to "Apple2eROM", placing it in the "Data" directory after renaming or deleting the included dummy ROM image. If you wish to capture the ROMs from your own Apple //e, see the "Tech" file in "Docs" for the required format of the ROM file. Finally, Virtu requires disk image files of Apple ][ software. See the resources section below for information on where to find or how to capture such images. Usage ~~~~~ Double-clicking on the !Virtu icon in the filer window installs Virtu on the iconbar and opens the options window. In this distribution a default script is included that runs at startup, loading the Raster Blaster game into memory. Clicking on the Virtu icon will leave the desktop and run the game. (The dummy ROM image uses 65C02 opcodes, so leave the processor option set to 65C02.) To play a game of Raster Blaster press either of the joystick buttons (also emulated by the Alt keys) during the demo mode. Then press any key on the keyboard to toggle Easy/Hard, and a joystick button to select it. Similarly, choose the number of players, and finally adjust the plunger with the joystick (also emulated by the keypad keys by default). During play, control the flippers with the joystick buttons. If the included default script is renamed or deleted, a disk image should be dragged to the Disk ][ drive 1A field in the options window. Clicking on the Virtu icon will leave the desktop, initiate the Apple //e power-on sequence, and boot the disk image. Note this requires that the dummy ROM image be replaced with an authentic Apple //e ROM image. Pressing function key <F12> at any time from within Virtu will pause the emulation and return to the desktop. From the desktop you can change options in the Options window, save or reload the machine state, or click on the Virtu icon on the iconbar to resume the emulation. Virtu remaps important Apple //e keys and their functionality to the following Acorn Archimedes keys: <LeftAlt> <OpenApple> and joystick/paddle button 0 <RightAlt> <ClosedApple> and joystick/paddle button 1 <Ctrl-F12> <Ctrl-Reset> <Ctrl-LeftAlt-F12> Warm boot <Ctrl-RightAlt-F12> Self test Resources ~~~~~~~~~ Check out the "Apple ][ Emulator Resources Guide" in the following FTP directory: ftp://rtfm.mit.edu/pub/usenet/news.answers/apple2/emulators-faq/ and the following newsgroups: comp.emulators.apple2 comp.sys.apple2 Credits ~~~~~~~ Raster Blaster was designed by Bill Budge and published by BudgeCo. It has since been placed into the public domain as a result of the Genie A2 Roundtable "Lost Classics Project". For more information on this and other Apple ][ software, see the Treasure Chest Project at the following URL: http://www.tals.dis.qut.edu.au/staff/willie/ Virtu was designed by Nick Westgate & Sean Fausett. (c) Copyright 1997 Digital Jellyfish Design Ltd. Comments or criticisms should be directed to: email: nico@jellyfish.co.nz sean@jellyfish.co.nz smail: Digital Jellyfish Design Ltd PO Box 90964 Auckland Mail Centre Auckland, New Zealand
00000000 49 6e 74 72 6f 64 75 63 74 69 6f 6e 0a 7e 7e 7e |Introduction.~~~| 00000010 7e 7e 7e 7e 7e 7e 7e 7e 7e 0a 56 69 72 74 75 20 |~~~~~~~~~.Virtu | 00000020 69 73 20 61 20 66 72 65 65 77 61 72 65 20 31 32 |is a freeware 12| 00000030 38 4b 20 41 70 70 6c 65 20 2f 2f 65 20 65 6d 75 |8K Apple //e emu| 00000040 6c 61 74 6f 72 20 66 6f 72 20 74 68 65 20 41 63 |lator for the Ac| 00000050 6f 72 6e 20 41 72 63 68 69 6d 65 64 65 73 20 77 |orn Archimedes w| 00000060 69 74 68 20 74 68 65 0a 66 6f 6c 6c 6f 77 69 6e |ith the.followin| 00000070 67 20 66 65 61 74 75 72 65 73 3a 0a 0a 2d 20 61 |g features:..- a| 00000080 20 36 35 30 32 20 6f 72 20 36 35 43 30 32 20 70 | 6502 or 65C02 p| 00000090 72 6f 63 65 73 73 6f 72 0a 2d 20 73 75 70 70 6f |rocessor.- suppo| 000000a0 72 74 20 66 6f 72 20 73 74 61 6e 64 61 72 64 20 |rt for standard | 000000b0 6f 72 20 65 6e 68 61 6e 63 65 64 20 41 70 70 6c |or enhanced Appl| 000000c0 65 20 2f 2f 65 20 52 4f 4d 73 0a 2d 20 74 77 6f |e //e ROMs.- two| 000000d0 20 64 6f 75 62 6c 65 2d 73 69 64 65 64 20 35 2e | double-sided 5.| 000000e0 32 35 22 20 44 69 73 6b 20 5d 5b 20 64 72 69 76 |25" Disk ][ driv| 000000f0 65 73 20 73 75 70 70 6f 72 74 69 6e 67 20 72 65 |es supporting re| 00000100 61 64 69 6e 67 20 61 6e 64 20 77 72 69 74 69 6e |ading and writin| 00000110 67 20 6f 66 0a 20 20 44 4f 53 20 6f 72 64 65 72 |g of. DOS order| 00000120 20 28 22 2e 44 53 4b 22 29 20 64 69 73 6b 20 69 | (".DSK") disk i| 00000130 6d 61 67 65 73 20 73 65 6c 65 63 74 61 62 6c 65 |mages selectable| 00000140 20 61 74 20 72 75 6e 2d 74 69 6d 65 0a 2d 20 61 | at run-time.- a| 00000150 6c 6c 20 73 74 61 6e 64 61 72 64 20 76 69 64 65 |ll standard vide| 00000160 6f 20 6d 6f 64 65 73 20 69 6e 63 6c 75 64 69 6e |o modes includin| 00000170 67 20 34 30 2f 38 30 20 63 6f 6c 75 6d 6e 20 74 |g 40/80 column t| 00000180 65 78 74 2c 20 6c 6f 72 65 73 2c 20 64 6f 75 62 |ext, lores, doub| 00000190 6c 65 20 6c 6f 72 65 73 2c 0a 20 20 68 69 72 65 |le lores,. hire| 000001a0 73 20 61 6e 64 20 64 6f 75 62 6c 65 20 68 69 72 |s and double hir| 000001b0 65 73 20 67 72 61 70 68 69 63 73 20 69 6e 20 62 |es graphics in b| 000001c0 6f 74 68 20 63 6f 6c 6f 72 20 61 6e 64 20 6d 6f |oth color and mo| 000001d0 6e 6f 63 68 72 6f 6d 65 0a 2d 20 73 70 65 61 6b |nochrome.- speak| 000001e0 65 72 20 73 6f 75 6e 64 20 73 75 70 70 6f 72 74 |er sound support| 000001f0 0a 2d 20 74 65 78 74 20 70 72 69 6e 74 65 72 20 |.- text printer | 00000200 6f 75 74 70 75 74 0a 2d 20 6b 65 79 62 6f 61 72 |output.- keyboar| 00000210 64 20 65 6d 75 6c 61 74 69 6f 6e 20 6f 66 20 6a |d emulation of j| 00000220 6f 79 73 74 69 63 6b 2f 70 61 64 64 6c 65 73 20 |oystick/paddles | 00000230 69 6e 70 75 74 0a 2d 20 6a 6f 79 73 74 69 63 6b |input.- joystick| 00000240 20 65 6d 75 6c 61 74 69 6f 6e 20 6f 66 20 6b 65 | emulation of ke| 00000250 79 62 6f 61 72 64 20 69 6e 70 75 74 0a 2d 20 61 |yboard input.- a| 00000260 6e 20 69 6e 74 65 67 72 61 74 65 64 20 64 65 62 |n integrated deb| 00000270 75 67 67 65 72 0a 2d 20 73 61 76 69 6e 67 20 6f |ugger.- saving o| 00000280 66 20 73 63 72 65 65 6e 64 75 6d 70 73 20 69 6e |f screendumps in| 00000290 20 61 6e 79 20 76 69 64 65 6f 20 6d 6f 64 65 0a | any video mode.| 000002a0 2d 20 73 61 76 69 6e 67 20 61 6e 64 20 6c 6f 61 |- saving and loa| 000002b0 64 69 6e 67 20 6f 66 20 74 68 65 20 63 6f 6d 70 |ding of the comp| 000002c0 6c 65 74 65 20 6d 61 63 68 69 6e 65 20 73 74 61 |lete machine sta| 000002d0 74 65 0a 0a 52 65 71 75 69 72 65 6d 65 6e 74 73 |te..Requirements| 000002e0 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0a 56 69 |.~~~~~~~~~~~~.Vi| 000002f0 72 74 75 20 69 73 20 64 69 73 74 72 69 62 75 74 |rtu is distribut| 00000300 65 64 20 77 69 74 68 20 61 20 64 75 6d 6d 79 20 |ed with a dummy | 00000310 52 4f 4d 20 69 6d 61 67 65 20 77 68 69 63 68 20 |ROM image which | 00000320 70 72 6f 76 69 64 65 73 20 6a 75 73 74 20 65 6e |provides just en| 00000330 6f 75 67 68 0a 66 75 6e 63 74 69 6f 6e 61 6c 69 |ough.functionali| 00000340 74 79 20 74 6f 20 72 75 6e 20 74 68 65 20 52 61 |ty to run the Ra| 00000350 73 74 65 72 20 42 6c 61 73 74 65 72 20 67 61 6d |ster Blaster gam| 00000360 65 20 69 6e 63 6c 75 64 65 64 2e 20 28 53 65 65 |e included. (See| 00000370 20 75 73 61 67 65 2e 29 20 54 68 65 20 52 4f 4d | usage.) The ROM| 00000380 0a 69 6d 61 67 65 20 66 72 6f 6d 20 61 20 73 74 |.image from a st| 00000390 61 6e 64 61 72 64 20 6f 72 20 65 6e 68 61 6e 63 |andard or enhanc| 000003a0 65 64 20 41 70 70 6c 65 20 2f 2f 65 20 69 73 20 |ed Apple //e is | 000003b0 6e 65 65 64 65 64 20 74 6f 20 72 75 6e 20 6f 74 |needed to run ot| 000003c0 68 65 72 20 73 6f 66 74 77 61 72 65 2e 0a 54 68 |her software..Th| 000003d0 65 20 65 6e 68 61 6e 63 65 64 20 41 70 70 6c 65 |e enhanced Apple| 000003e0 20 2f 2f 65 20 52 4f 4d 20 69 6d 61 67 65 20 63 | //e ROM image c| 000003f0 61 6e 20 62 65 20 65 78 74 72 61 63 74 65 64 20 |an be extracted | 00000400 66 72 6f 6d 20 74 68 65 20 6c 61 74 65 73 74 20 |from the latest | 00000410 41 70 70 6c 65 57 69 6e 0a 61 72 63 68 69 76 65 |AppleWin.archive| 00000420 20 61 74 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e | at the followin| 00000430 67 20 55 52 4c 3a 0a 0a 68 74 74 70 3a 2f 2f 77 |g URL:..http://w| 00000440 77 77 2e 61 70 70 6c 65 2e 61 73 69 6d 6f 76 2e |ww.apple.asimov.| 00000450 6e 65 74 2f 73 69 74 65 2f 65 6d 75 6c 61 74 6f |net/site/emulato| 00000460 72 73 2f 61 70 70 6c 65 77 69 6e 2f 0a 0a 4e 6f |rs/applewin/..No| 00000470 74 65 20 74 68 61 74 20 74 68 69 73 20 69 73 20 |te that this is | 00000480 61 6e 20 49 42 4d 20 50 43 20 7a 69 70 20 61 72 |an IBM PC zip ar| 00000490 63 68 69 76 65 2c 20 73 6f 20 79 6f 75 20 77 69 |chive, so you wi| 000004a0 6c 6c 20 6e 65 65 64 20 61 20 75 74 69 6c 69 74 |ll need a utilit| 000004b0 79 20 73 75 63 68 20 61 73 0a 21 53 70 61 72 6b |y such as.!Spark| 000004c0 50 6c 75 67 20 74 6f 20 6f 70 65 6e 20 69 74 2e |Plug to open it.| 000004d0 20 45 78 74 72 61 63 74 20 74 68 65 20 66 69 6c | Extract the fil| 000004e0 65 20 6e 61 6d 65 64 20 22 41 70 70 6c 65 32 65 |e named "Apple2e| 000004f0 2e 52 4f 4d 22 20 61 6e 64 20 72 65 6e 61 6d 65 |.ROM" and rename| 00000500 20 69 74 20 74 6f 0a 22 41 70 70 6c 65 32 65 52 | it to."Apple2eR| 00000510 4f 4d 22 2c 20 70 6c 61 63 69 6e 67 20 69 74 20 |OM", placing it | 00000520 69 6e 20 74 68 65 20 22 44 61 74 61 22 20 64 69 |in the "Data" di| 00000530 72 65 63 74 6f 72 79 20 61 66 74 65 72 20 72 65 |rectory after re| 00000540 6e 61 6d 69 6e 67 20 6f 72 20 64 65 6c 65 74 69 |naming or deleti| 00000550 6e 67 20 74 68 65 0a 69 6e 63 6c 75 64 65 64 20 |ng the.included | 00000560 64 75 6d 6d 79 20 52 4f 4d 20 69 6d 61 67 65 2e |dummy ROM image.| 00000570 0a 0a 49 66 20 79 6f 75 20 77 69 73 68 20 74 6f |..If you wish to| 00000580 20 63 61 70 74 75 72 65 20 74 68 65 20 52 4f 4d | capture the ROM| 00000590 73 20 66 72 6f 6d 20 79 6f 75 72 20 6f 77 6e 20 |s from your own | 000005a0 41 70 70 6c 65 20 2f 2f 65 2c 20 73 65 65 20 74 |Apple //e, see t| 000005b0 68 65 20 22 54 65 63 68 22 20 66 69 6c 65 20 69 |he "Tech" file i| 000005c0 6e 0a 22 44 6f 63 73 22 20 66 6f 72 20 74 68 65 |n."Docs" for the| 000005d0 20 72 65 71 75 69 72 65 64 20 66 6f 72 6d 61 74 | required format| 000005e0 20 6f 66 20 74 68 65 20 52 4f 4d 20 66 69 6c 65 | of the ROM file| 000005f0 2e 0a 0a 46 69 6e 61 6c 6c 79 2c 20 56 69 72 74 |...Finally, Virt| 00000600 75 20 72 65 71 75 69 72 65 73 20 64 69 73 6b 20 |u requires disk | 00000610 69 6d 61 67 65 20 66 69 6c 65 73 20 6f 66 20 41 |image files of A| 00000620 70 70 6c 65 20 5d 5b 20 73 6f 66 74 77 61 72 65 |pple ][ software| 00000630 2e 20 53 65 65 20 74 68 65 0a 72 65 73 6f 75 72 |. See the.resour| 00000640 63 65 73 20 73 65 63 74 69 6f 6e 20 62 65 6c 6f |ces section belo| 00000650 77 20 66 6f 72 20 69 6e 66 6f 72 6d 61 74 69 6f |w for informatio| 00000660 6e 20 6f 6e 20 77 68 65 72 65 20 74 6f 20 66 69 |n on where to fi| 00000670 6e 64 20 6f 72 20 68 6f 77 20 74 6f 20 63 61 70 |nd or how to cap| 00000680 74 75 72 65 20 73 75 63 68 0a 69 6d 61 67 65 73 |ture such.images| 00000690 2e 0a 0a 55 73 61 67 65 0a 7e 7e 7e 7e 7e 0a 44 |...Usage.~~~~~.D| 000006a0 6f 75 62 6c 65 2d 63 6c 69 63 6b 69 6e 67 20 6f |ouble-clicking o| 000006b0 6e 20 74 68 65 20 21 56 69 72 74 75 20 69 63 6f |n the !Virtu ico| 000006c0 6e 20 69 6e 20 74 68 65 20 66 69 6c 65 72 20 77 |n in the filer w| 000006d0 69 6e 64 6f 77 20 69 6e 73 74 61 6c 6c 73 20 56 |indow installs V| 000006e0 69 72 74 75 20 6f 6e 20 74 68 65 0a 69 63 6f 6e |irtu on the.icon| 000006f0 62 61 72 20 61 6e 64 20 6f 70 65 6e 73 20 74 68 |bar and opens th| 00000700 65 20 6f 70 74 69 6f 6e 73 20 77 69 6e 64 6f 77 |e options window| 00000710 2e 20 49 6e 20 74 68 69 73 20 64 69 73 74 72 69 |. In this distri| 00000720 62 75 74 69 6f 6e 20 61 20 64 65 66 61 75 6c 74 |bution a default| 00000730 20 73 63 72 69 70 74 20 69 73 0a 69 6e 63 6c 75 | script is.inclu| 00000740 64 65 64 20 74 68 61 74 20 72 75 6e 73 20 61 74 |ded that runs at| 00000750 20 73 74 61 72 74 75 70 2c 20 6c 6f 61 64 69 6e | startup, loadin| 00000760 67 20 74 68 65 20 52 61 73 74 65 72 20 42 6c 61 |g the Raster Bla| 00000770 73 74 65 72 20 67 61 6d 65 20 69 6e 74 6f 20 6d |ster game into m| 00000780 65 6d 6f 72 79 2e 0a 43 6c 69 63 6b 69 6e 67 20 |emory..Clicking | 00000790 6f 6e 20 74 68 65 20 56 69 72 74 75 20 69 63 6f |on the Virtu ico| 000007a0 6e 20 77 69 6c 6c 20 6c 65 61 76 65 20 74 68 65 |n will leave the| 000007b0 20 64 65 73 6b 74 6f 70 20 61 6e 64 20 72 75 6e | desktop and run| 000007c0 20 74 68 65 20 67 61 6d 65 2e 20 28 54 68 65 20 | the game. (The | 000007d0 64 75 6d 6d 79 0a 52 4f 4d 20 69 6d 61 67 65 20 |dummy.ROM image | 000007e0 75 73 65 73 20 36 35 43 30 32 20 6f 70 63 6f 64 |uses 65C02 opcod| 000007f0 65 73 2c 20 73 6f 20 6c 65 61 76 65 20 74 68 65 |es, so leave the| 00000800 20 70 72 6f 63 65 73 73 6f 72 20 6f 70 74 69 6f | processor optio| 00000810 6e 20 73 65 74 20 74 6f 20 36 35 43 30 32 2e 29 |n set to 65C02.)| 00000820 0a 0a 54 6f 20 70 6c 61 79 20 61 20 67 61 6d 65 |..To play a game| 00000830 20 6f 66 20 52 61 73 74 65 72 20 42 6c 61 73 74 | of Raster Blast| 00000840 65 72 20 70 72 65 73 73 20 65 69 74 68 65 72 20 |er press either | 00000850 6f 66 20 74 68 65 20 6a 6f 79 73 74 69 63 6b 20 |of the joystick | 00000860 62 75 74 74 6f 6e 73 20 28 61 6c 73 6f 0a 65 6d |buttons (also.em| 00000870 75 6c 61 74 65 64 20 62 79 20 74 68 65 20 41 6c |ulated by the Al| 00000880 74 20 6b 65 79 73 29 20 64 75 72 69 6e 67 20 74 |t keys) during t| 00000890 68 65 20 64 65 6d 6f 20 6d 6f 64 65 2e 20 54 68 |he demo mode. Th| 000008a0 65 6e 20 70 72 65 73 73 20 61 6e 79 20 6b 65 79 |en press any key| 000008b0 20 6f 6e 20 74 68 65 0a 6b 65 79 62 6f 61 72 64 | on the.keyboard| 000008c0 20 74 6f 20 74 6f 67 67 6c 65 20 45 61 73 79 2f | to toggle Easy/| 000008d0 48 61 72 64 2c 20 61 6e 64 20 61 20 6a 6f 79 73 |Hard, and a joys| 000008e0 74 69 63 6b 20 62 75 74 74 6f 6e 20 74 6f 20 73 |tick button to s| 000008f0 65 6c 65 63 74 20 69 74 2e 20 53 69 6d 69 6c 61 |elect it. Simila| 00000900 72 6c 79 2c 0a 63 68 6f 6f 73 65 20 74 68 65 20 |rly,.choose the | 00000910 6e 75 6d 62 65 72 20 6f 66 20 70 6c 61 79 65 72 |number of player| 00000920 73 2c 20 61 6e 64 20 66 69 6e 61 6c 6c 79 20 61 |s, and finally a| 00000930 64 6a 75 73 74 20 74 68 65 20 70 6c 75 6e 67 65 |djust the plunge| 00000940 72 20 77 69 74 68 20 74 68 65 20 6a 6f 79 73 74 |r with the joyst| 00000950 69 63 6b 0a 28 61 6c 73 6f 20 65 6d 75 6c 61 74 |ick.(also emulat| 00000960 65 64 20 62 79 20 74 68 65 20 6b 65 79 70 61 64 |ed by the keypad| 00000970 20 6b 65 79 73 20 62 79 20 64 65 66 61 75 6c 74 | keys by default| 00000980 29 2e 20 44 75 72 69 6e 67 20 70 6c 61 79 2c 20 |). During play, | 00000990 63 6f 6e 74 72 6f 6c 20 74 68 65 0a 66 6c 69 70 |control the.flip| 000009a0 70 65 72 73 20 77 69 74 68 20 74 68 65 20 6a 6f |pers with the jo| 000009b0 79 73 74 69 63 6b 20 62 75 74 74 6f 6e 73 2e 0a |ystick buttons..| 000009c0 0a 49 66 20 74 68 65 20 69 6e 63 6c 75 64 65 64 |.If the included| 000009d0 20 64 65 66 61 75 6c 74 20 73 63 72 69 70 74 20 | default script | 000009e0 69 73 20 72 65 6e 61 6d 65 64 20 6f 72 20 64 65 |is renamed or de| 000009f0 6c 65 74 65 64 2c 20 61 20 64 69 73 6b 20 69 6d |leted, a disk im| 00000a00 61 67 65 20 73 68 6f 75 6c 64 20 62 65 0a 64 72 |age should be.dr| 00000a10 61 67 67 65 64 20 74 6f 20 74 68 65 20 44 69 73 |agged to the Dis| 00000a20 6b 20 5d 5b 20 64 72 69 76 65 20 31 41 20 66 69 |k ][ drive 1A fi| 00000a30 65 6c 64 20 69 6e 20 74 68 65 20 6f 70 74 69 6f |eld in the optio| 00000a40 6e 73 20 77 69 6e 64 6f 77 2e 20 43 6c 69 63 6b |ns window. Click| 00000a50 69 6e 67 20 6f 6e 20 74 68 65 0a 56 69 72 74 75 |ing on the.Virtu| 00000a60 20 69 63 6f 6e 20 77 69 6c 6c 20 6c 65 61 76 65 | icon will leave| 00000a70 20 74 68 65 20 64 65 73 6b 74 6f 70 2c 20 69 6e | the desktop, in| 00000a80 69 74 69 61 74 65 20 74 68 65 20 41 70 70 6c 65 |itiate the Apple| 00000a90 20 2f 2f 65 20 70 6f 77 65 72 2d 6f 6e 20 73 65 | //e power-on se| 00000aa0 71 75 65 6e 63 65 2c 0a 61 6e 64 20 62 6f 6f 74 |quence,.and boot| 00000ab0 20 74 68 65 20 64 69 73 6b 20 69 6d 61 67 65 2e | the disk image.| 00000ac0 20 4e 6f 74 65 20 74 68 69 73 20 72 65 71 75 69 | Note this requi| 00000ad0 72 65 73 20 74 68 61 74 20 74 68 65 20 64 75 6d |res that the dum| 00000ae0 6d 79 20 52 4f 4d 20 69 6d 61 67 65 20 62 65 0a |my ROM image be.| 00000af0 72 65 70 6c 61 63 65 64 20 77 69 74 68 20 61 6e |replaced with an| 00000b00 20 61 75 74 68 65 6e 74 69 63 20 41 70 70 6c 65 | authentic Apple| 00000b10 20 2f 2f 65 20 52 4f 4d 20 69 6d 61 67 65 2e 0a | //e ROM image..| 00000b20 0a 50 72 65 73 73 69 6e 67 20 66 75 6e 63 74 69 |.Pressing functi| 00000b30 6f 6e 20 6b 65 79 20 3c 46 31 32 3e 20 61 74 20 |on key <F12> at | 00000b40 61 6e 79 20 74 69 6d 65 20 66 72 6f 6d 20 77 69 |any time from wi| 00000b50 74 68 69 6e 20 56 69 72 74 75 20 77 69 6c 6c 20 |thin Virtu will | 00000b60 70 61 75 73 65 20 74 68 65 0a 65 6d 75 6c 61 74 |pause the.emulat| 00000b70 69 6f 6e 20 61 6e 64 20 72 65 74 75 72 6e 20 74 |ion and return t| 00000b80 6f 20 74 68 65 20 64 65 73 6b 74 6f 70 2e 20 46 |o the desktop. F| 00000b90 72 6f 6d 20 74 68 65 20 64 65 73 6b 74 6f 70 20 |rom the desktop | 00000ba0 79 6f 75 20 63 61 6e 20 63 68 61 6e 67 65 20 6f |you can change o| 00000bb0 70 74 69 6f 6e 73 0a 69 6e 20 74 68 65 20 4f 70 |ptions.in the Op| 00000bc0 74 69 6f 6e 73 20 77 69 6e 64 6f 77 2c 20 73 61 |tions window, sa| 00000bd0 76 65 20 6f 72 20 72 65 6c 6f 61 64 20 74 68 65 |ve or reload the| 00000be0 20 6d 61 63 68 69 6e 65 20 73 74 61 74 65 2c 20 | machine state, | 00000bf0 6f 72 20 63 6c 69 63 6b 20 6f 6e 20 74 68 65 20 |or click on the | 00000c00 56 69 72 74 75 0a 69 63 6f 6e 20 6f 6e 20 74 68 |Virtu.icon on th| 00000c10 65 20 69 63 6f 6e 62 61 72 20 74 6f 20 72 65 73 |e iconbar to res| 00000c20 75 6d 65 20 74 68 65 20 65 6d 75 6c 61 74 69 6f |ume the emulatio| 00000c30 6e 2e 0a 0a 56 69 72 74 75 20 72 65 6d 61 70 73 |n...Virtu remaps| 00000c40 20 69 6d 70 6f 72 74 61 6e 74 20 41 70 70 6c 65 | important Apple| 00000c50 20 2f 2f 65 20 6b 65 79 73 20 61 6e 64 20 74 68 | //e keys and th| 00000c60 65 69 72 20 66 75 6e 63 74 69 6f 6e 61 6c 69 74 |eir functionalit| 00000c70 79 20 74 6f 20 74 68 65 20 66 6f 6c 6c 6f 77 69 |y to the followi| 00000c80 6e 67 0a 41 63 6f 72 6e 20 41 72 63 68 69 6d 65 |ng.Acorn Archime| 00000c90 64 65 73 20 6b 65 79 73 3a 0a 0a 3c 4c 65 66 74 |des keys:..<Left| 00000ca0 41 6c 74 3e 20 20 20 20 20 20 20 20 20 20 20 3c |Alt> <| 00000cb0 4f 70 65 6e 41 70 70 6c 65 3e 20 61 6e 64 20 6a |OpenApple> and j| 00000cc0 6f 79 73 74 69 63 6b 2f 70 61 64 64 6c 65 20 62 |oystick/paddle b| 00000cd0 75 74 74 6f 6e 20 30 0a 3c 52 69 67 68 74 41 6c |utton 0.<RightAl| 00000ce0 74 3e 20 20 20 20 20 20 20 20 20 20 3c 43 6c 6f |t> <Clo| 00000cf0 73 65 64 41 70 70 6c 65 3e 20 61 6e 64 20 6a 6f |sedApple> and jo| 00000d00 79 73 74 69 63 6b 2f 70 61 64 64 6c 65 20 62 75 |ystick/paddle bu| 00000d10 74 74 6f 6e 20 31 0a 3c 43 74 72 6c 2d 46 31 32 |tton 1.<Ctrl-F12| 00000d20 3e 20 20 20 20 20 20 20 20 20 20 3c 43 74 72 6c |> <Ctrl| 00000d30 2d 52 65 73 65 74 3e 0a 3c 43 74 72 6c 2d 4c 65 |-Reset>.<Ctrl-Le| 00000d40 66 74 41 6c 74 2d 46 31 32 3e 20 20 57 61 72 6d |ftAlt-F12> Warm| 00000d50 20 62 6f 6f 74 0a 3c 43 74 72 6c 2d 52 69 67 68 | boot.<Ctrl-Righ| 00000d60 74 41 6c 74 2d 46 31 32 3e 20 53 65 6c 66 20 74 |tAlt-F12> Self t| 00000d70 65 73 74 0a 0a 52 65 73 6f 75 72 63 65 73 0a 7e |est..Resources.~| 00000d80 7e 7e 7e 7e 7e 7e 7e 7e 0a 43 68 65 63 6b 20 6f |~~~~~~~~.Check o| 00000d90 75 74 20 74 68 65 20 22 41 70 70 6c 65 20 5d 5b |ut the "Apple ][| 00000da0 20 45 6d 75 6c 61 74 6f 72 20 52 65 73 6f 75 72 | Emulator Resour| 00000db0 63 65 73 20 47 75 69 64 65 22 20 69 6e 20 74 68 |ces Guide" in th| 00000dc0 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 46 54 50 0a |e following FTP.| 00000dd0 64 69 72 65 63 74 6f 72 79 3a 0a 0a 66 74 70 3a |directory:..ftp:| 00000de0 2f 2f 72 74 66 6d 2e 6d 69 74 2e 65 64 75 2f 70 |//rtfm.mit.edu/p| 00000df0 75 62 2f 75 73 65 6e 65 74 2f 6e 65 77 73 2e 61 |ub/usenet/news.a| 00000e00 6e 73 77 65 72 73 2f 61 70 70 6c 65 32 2f 65 6d |nswers/apple2/em| 00000e10 75 6c 61 74 6f 72 73 2d 66 61 71 2f 0a 0a 61 6e |ulators-faq/..an| 00000e20 64 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 |d the following | 00000e30 6e 65 77 73 67 72 6f 75 70 73 3a 0a 0a 63 6f 6d |newsgroups:..com| 00000e40 70 2e 65 6d 75 6c 61 74 6f 72 73 2e 61 70 70 6c |p.emulators.appl| 00000e50 65 32 0a 63 6f 6d 70 2e 73 79 73 2e 61 70 70 6c |e2.comp.sys.appl| 00000e60 65 32 0a 0a 43 72 65 64 69 74 73 0a 7e 7e 7e 7e |e2..Credits.~~~~| 00000e70 7e 7e 7e 0a 52 61 73 74 65 72 20 42 6c 61 73 74 |~~~.Raster Blast| 00000e80 65 72 20 77 61 73 20 64 65 73 69 67 6e 65 64 20 |er was designed | 00000e90 62 79 20 42 69 6c 6c 20 42 75 64 67 65 20 61 6e |by Bill Budge an| 00000ea0 64 20 70 75 62 6c 69 73 68 65 64 20 62 79 20 42 |d published by B| 00000eb0 75 64 67 65 43 6f 2e 0a 49 74 20 68 61 73 20 73 |udgeCo..It has s| 00000ec0 69 6e 63 65 20 62 65 65 6e 20 70 6c 61 63 65 64 |ince been placed| 00000ed0 20 69 6e 74 6f 20 74 68 65 20 70 75 62 6c 69 63 | into the public| 00000ee0 20 64 6f 6d 61 69 6e 20 61 73 20 61 20 72 65 73 | domain as a res| 00000ef0 75 6c 74 20 6f 66 20 74 68 65 20 47 65 6e 69 65 |ult of the Genie| 00000f00 20 41 32 0a 52 6f 75 6e 64 74 61 62 6c 65 20 22 | A2.Roundtable "| 00000f10 4c 6f 73 74 20 43 6c 61 73 73 69 63 73 20 50 72 |Lost Classics Pr| 00000f20 6f 6a 65 63 74 22 2e 20 46 6f 72 20 6d 6f 72 65 |oject". For more| 00000f30 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 20 6f 6e 20 | information on | 00000f40 74 68 69 73 20 61 6e 64 20 6f 74 68 65 72 0a 41 |this and other.A| 00000f50 70 70 6c 65 20 5d 5b 20 73 6f 66 74 77 61 72 65 |pple ][ software| 00000f60 2c 20 73 65 65 20 74 68 65 20 54 72 65 61 73 75 |, see the Treasu| 00000f70 72 65 20 43 68 65 73 74 20 50 72 6f 6a 65 63 74 |re Chest Project| 00000f80 20 61 74 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e | at the followin| 00000f90 67 20 55 52 4c 3a 0a 0a 68 74 74 70 3a 2f 2f 77 |g URL:..http://w| 00000fa0 77 77 2e 74 61 6c 73 2e 64 69 73 2e 71 75 74 2e |ww.tals.dis.qut.| 00000fb0 65 64 75 2e 61 75 2f 73 74 61 66 66 2f 77 69 6c |edu.au/staff/wil| 00000fc0 6c 69 65 2f 0a 0a 56 69 72 74 75 20 77 61 73 20 |lie/..Virtu was | 00000fd0 64 65 73 69 67 6e 65 64 20 62 79 20 4e 69 63 6b |designed by Nick| 00000fe0 20 57 65 73 74 67 61 74 65 20 26 20 53 65 61 6e | Westgate & Sean| 00000ff0 20 46 61 75 73 65 74 74 2e 0a 28 63 29 20 43 6f | Fausett..(c) Co| 00001000 70 79 72 69 67 68 74 20 31 39 39 37 20 44 69 67 |pyright 1997 Dig| 00001010 69 74 61 6c 20 4a 65 6c 6c 79 66 69 73 68 20 44 |ital Jellyfish D| 00001020 65 73 69 67 6e 20 4c 74 64 2e 0a 0a 43 6f 6d 6d |esign Ltd...Comm| 00001030 65 6e 74 73 20 6f 72 20 63 72 69 74 69 63 69 73 |ents or criticis| 00001040 6d 73 20 73 68 6f 75 6c 64 20 62 65 20 64 69 72 |ms should be dir| 00001050 65 63 74 65 64 20 74 6f 3a 0a 0a 65 6d 61 69 6c |ected to:..email| 00001060 3a 20 6e 69 63 6f 40 6a 65 6c 6c 79 66 69 73 68 |: nico@jellyfish| 00001070 2e 63 6f 2e 6e 7a 0a 20 20 20 20 20 20 20 73 65 |.co.nz. se| 00001080 61 6e 40 6a 65 6c 6c 79 66 69 73 68 2e 63 6f 2e |an@jellyfish.co.| 00001090 6e 7a 0a 0a 73 6d 61 69 6c 3a 20 44 69 67 69 74 |nz..smail: Digit| 000010a0 61 6c 20 4a 65 6c 6c 79 66 69 73 68 20 44 65 73 |al Jellyfish Des| 000010b0 69 67 6e 20 4c 74 64 0a 20 20 20 20 20 20 20 50 |ign Ltd. P| 000010c0 4f 20 42 6f 78 20 39 30 39 36 34 0a 20 20 20 20 |O Box 90964. | 000010d0 20 20 20 41 75 63 6b 6c 61 6e 64 20 4d 61 69 6c | Auckland Mail| 000010e0 20 43 65 6e 74 72 65 0a 20 20 20 20 20 20 20 41 | Centre. A| 000010f0 75 63 6b 6c 61 6e 64 2c 20 4e 65 77 20 5a 65 61 |uckland, New Zea| 00001100 6c 61 6e 64 0a |land.| 00001105