Home » Archimedes archive » Acorn User » AU 1997-10 A.adf » Extras » Apple][e/!Virtu/Data/Default
Apple][e/!Virtu/Data/Default
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/Data/Default |
Read OK: | ✔ |
File size: | 0489 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
REM Apple ][ Simulator Script CPU65C02 = 1 CPU1MHz = 1 SndVol = 127 KbdCaps = 1 DII1ADsk = "" DII1AVol = 254 DII1AWP = 0 DII1AUp = 1 DII1BDsk = "" DII1BVol = 254 DII1BWP = 0 DII2ADsk = "" DII2AVol = 254 DII2AWP = 0 DII2AUp = 1 DII2BDsk = "" DII2BVol = 254 DII2BWP = 0 VidColor = 1 VidVSync = 1 VidPanel = 1 VidColFg = 15 VidColBg = 0 VidMonFgR = 0 VidMonFgG = 238 VidMonFgB = 17 VidMonBgR = 0 VidMonBgG = 0 VidMonBgB = 0 GameInDev = 1 GameInPdl = 0 GameInKeyUL = 27 GameInKeyU = 42 GameInKeyUR = 43 GameInKeyL = 122 GameInKeyR = 26 GameInKeyDL = 107 GameInKeyD = 124 GameInKeyDR = 108 GameInKeyB0 = 106 GameInKeyB1 = 76 JoyOutKbd = 0 JoyOutCnr = 0 JoyOutKeyUL = 0 JoyOutKeyU = 193 JoyOutKeyUR = 0 JoyOutKeyL = 136 JoyOutKeyR = 149 JoyOutKeyDL = 0 JoyOutKeyD = 218 JoyOutKeyDR = 0 JoyOutKeyB0 = 160 JoyOutKeyB1 = 141 RegA = $00 RegX = $02 RegY = $76 RegP = $62 RegSP = $FB RegPC = $2075 Reg80Page2 = 0 Reg80Store = 0 RegAltChar = 0 RegAltZP = 0 RegBnk2 = 1 RegLCRd = 0 RegLCWrt = 1 RegPage2 = 0 RegRAMRd = 0 RegRAMWrt = 0 RegSlotC3ROM = 0 RegSlotCXROM = 0 RegVBLBar = 0 Reg80Col = 0 RegText = 1 RegMixed = 0 RegHires = 0 RegDHires = 0 BLOAD "Default+"
00000000 52 45 4d 20 41 70 70 6c 65 20 5d 5b 20 53 69 6d |REM Apple ][ Sim| 00000010 75 6c 61 74 6f 72 20 53 63 72 69 70 74 0a 0a 43 |ulator Script..C| 00000020 50 55 36 35 43 30 32 20 3d 20 31 0a 43 50 55 31 |PU65C02 = 1.CPU1| 00000030 4d 48 7a 20 3d 20 31 0a 0a 53 6e 64 56 6f 6c 20 |MHz = 1..SndVol | 00000040 3d 20 31 32 37 0a 4b 62 64 43 61 70 73 20 3d 20 |= 127.KbdCaps = | 00000050 31 0a 0a 44 49 49 31 41 44 73 6b 20 3d 20 22 22 |1..DII1ADsk = ""| 00000060 0a 44 49 49 31 41 56 6f 6c 20 3d 20 32 35 34 0a |.DII1AVol = 254.| 00000070 44 49 49 31 41 57 50 20 3d 20 30 0a 44 49 49 31 |DII1AWP = 0.DII1| 00000080 41 55 70 20 3d 20 31 0a 44 49 49 31 42 44 73 6b |AUp = 1.DII1BDsk| 00000090 20 3d 20 22 22 0a 44 49 49 31 42 56 6f 6c 20 3d | = "".DII1BVol =| 000000a0 20 32 35 34 0a 44 49 49 31 42 57 50 20 3d 20 30 | 254.DII1BWP = 0| 000000b0 0a 44 49 49 32 41 44 73 6b 20 3d 20 22 22 0a 44 |.DII2ADsk = "".D| 000000c0 49 49 32 41 56 6f 6c 20 3d 20 32 35 34 0a 44 49 |II2AVol = 254.DI| 000000d0 49 32 41 57 50 20 3d 20 30 0a 44 49 49 32 41 55 |I2AWP = 0.DII2AU| 000000e0 70 20 3d 20 31 0a 44 49 49 32 42 44 73 6b 20 3d |p = 1.DII2BDsk =| 000000f0 20 22 22 0a 44 49 49 32 42 56 6f 6c 20 3d 20 32 | "".DII2BVol = 2| 00000100 35 34 0a 44 49 49 32 42 57 50 20 3d 20 30 0a 0a |54.DII2BWP = 0..| 00000110 56 69 64 43 6f 6c 6f 72 20 3d 20 31 0a 56 69 64 |VidColor = 1.Vid| 00000120 56 53 79 6e 63 20 3d 20 31 0a 56 69 64 50 61 6e |VSync = 1.VidPan| 00000130 65 6c 20 3d 20 31 0a 56 69 64 43 6f 6c 46 67 20 |el = 1.VidColFg | 00000140 3d 20 31 35 0a 56 69 64 43 6f 6c 42 67 20 3d 20 |= 15.VidColBg = | 00000150 30 0a 56 69 64 4d 6f 6e 46 67 52 20 3d 20 30 0a |0.VidMonFgR = 0.| 00000160 56 69 64 4d 6f 6e 46 67 47 20 3d 20 32 33 38 0a |VidMonFgG = 238.| 00000170 56 69 64 4d 6f 6e 46 67 42 20 3d 20 31 37 0a 56 |VidMonFgB = 17.V| 00000180 69 64 4d 6f 6e 42 67 52 20 3d 20 30 0a 56 69 64 |idMonBgR = 0.Vid| 00000190 4d 6f 6e 42 67 47 20 3d 20 30 0a 56 69 64 4d 6f |MonBgG = 0.VidMo| 000001a0 6e 42 67 42 20 3d 20 30 0a 0a 47 61 6d 65 49 6e |nBgB = 0..GameIn| 000001b0 44 65 76 20 3d 20 31 0a 47 61 6d 65 49 6e 50 64 |Dev = 1.GameInPd| 000001c0 6c 20 3d 20 30 0a 47 61 6d 65 49 6e 4b 65 79 55 |l = 0.GameInKeyU| 000001d0 4c 20 3d 20 32 37 0a 47 61 6d 65 49 6e 4b 65 79 |L = 27.GameInKey| 000001e0 55 20 3d 20 34 32 0a 47 61 6d 65 49 6e 4b 65 79 |U = 42.GameInKey| 000001f0 55 52 20 3d 20 34 33 0a 47 61 6d 65 49 6e 4b 65 |UR = 43.GameInKe| 00000200 79 4c 20 3d 20 31 32 32 0a 47 61 6d 65 49 6e 4b |yL = 122.GameInK| 00000210 65 79 52 20 3d 20 32 36 0a 47 61 6d 65 49 6e 4b |eyR = 26.GameInK| 00000220 65 79 44 4c 20 3d 20 31 30 37 0a 47 61 6d 65 49 |eyDL = 107.GameI| 00000230 6e 4b 65 79 44 20 3d 20 31 32 34 0a 47 61 6d 65 |nKeyD = 124.Game| 00000240 49 6e 4b 65 79 44 52 20 3d 20 31 30 38 0a 47 61 |InKeyDR = 108.Ga| 00000250 6d 65 49 6e 4b 65 79 42 30 20 3d 20 31 30 36 0a |meInKeyB0 = 106.| 00000260 47 61 6d 65 49 6e 4b 65 79 42 31 20 3d 20 37 36 |GameInKeyB1 = 76| 00000270 0a 0a 4a 6f 79 4f 75 74 4b 62 64 20 3d 20 30 0a |..JoyOutKbd = 0.| 00000280 4a 6f 79 4f 75 74 43 6e 72 20 3d 20 30 0a 4a 6f |JoyOutCnr = 0.Jo| 00000290 79 4f 75 74 4b 65 79 55 4c 20 3d 20 30 0a 4a 6f |yOutKeyUL = 0.Jo| 000002a0 79 4f 75 74 4b 65 79 55 20 3d 20 31 39 33 0a 4a |yOutKeyU = 193.J| 000002b0 6f 79 4f 75 74 4b 65 79 55 52 20 3d 20 30 0a 4a |oyOutKeyUR = 0.J| 000002c0 6f 79 4f 75 74 4b 65 79 4c 20 3d 20 31 33 36 0a |oyOutKeyL = 136.| 000002d0 4a 6f 79 4f 75 74 4b 65 79 52 20 3d 20 31 34 39 |JoyOutKeyR = 149| 000002e0 0a 4a 6f 79 4f 75 74 4b 65 79 44 4c 20 3d 20 30 |.JoyOutKeyDL = 0| 000002f0 0a 4a 6f 79 4f 75 74 4b 65 79 44 20 3d 20 32 31 |.JoyOutKeyD = 21| 00000300 38 0a 4a 6f 79 4f 75 74 4b 65 79 44 52 20 3d 20 |8.JoyOutKeyDR = | 00000310 30 0a 4a 6f 79 4f 75 74 4b 65 79 42 30 20 3d 20 |0.JoyOutKeyB0 = | 00000320 31 36 30 0a 4a 6f 79 4f 75 74 4b 65 79 42 31 20 |160.JoyOutKeyB1 | 00000330 3d 20 31 34 31 0a 0a 52 65 67 41 20 3d 20 24 30 |= 141..RegA = $0| 00000340 30 0a 52 65 67 58 20 3d 20 24 30 32 0a 52 65 67 |0.RegX = $02.Reg| 00000350 59 20 3d 20 24 37 36 0a 52 65 67 50 20 3d 20 24 |Y = $76.RegP = $| 00000360 36 32 0a 52 65 67 53 50 20 3d 20 24 46 42 0a 52 |62.RegSP = $FB.R| 00000370 65 67 50 43 20 3d 20 24 32 30 37 35 0a 0a 52 65 |egPC = $2075..Re| 00000380 67 38 30 50 61 67 65 32 20 3d 20 30 0a 52 65 67 |g80Page2 = 0.Reg| 00000390 38 30 53 74 6f 72 65 20 3d 20 30 0a 52 65 67 41 |80Store = 0.RegA| 000003a0 6c 74 43 68 61 72 20 3d 20 30 0a 52 65 67 41 6c |ltChar = 0.RegAl| 000003b0 74 5a 50 20 3d 20 30 0a 52 65 67 42 6e 6b 32 20 |tZP = 0.RegBnk2 | 000003c0 3d 20 31 0a 52 65 67 4c 43 52 64 20 3d 20 30 0a |= 1.RegLCRd = 0.| 000003d0 52 65 67 4c 43 57 72 74 20 3d 20 31 0a 52 65 67 |RegLCWrt = 1.Reg| 000003e0 50 61 67 65 32 20 3d 20 30 0a 52 65 67 52 41 4d |Page2 = 0.RegRAM| 000003f0 52 64 20 3d 20 30 0a 52 65 67 52 41 4d 57 72 74 |Rd = 0.RegRAMWrt| 00000400 20 3d 20 30 0a 52 65 67 53 6c 6f 74 43 33 52 4f | = 0.RegSlotC3RO| 00000410 4d 20 3d 20 30 0a 52 65 67 53 6c 6f 74 43 58 52 |M = 0.RegSlotCXR| 00000420 4f 4d 20 3d 20 30 0a 52 65 67 56 42 4c 42 61 72 |OM = 0.RegVBLBar| 00000430 20 3d 20 30 0a 0a 52 65 67 38 30 43 6f 6c 20 3d | = 0..Reg80Col =| 00000440 20 30 0a 52 65 67 54 65 78 74 20 3d 20 31 0a 52 | 0.RegText = 1.R| 00000450 65 67 4d 69 78 65 64 20 3d 20 30 0a 52 65 67 48 |egMixed = 0.RegH| 00000460 69 72 65 73 20 3d 20 30 0a 52 65 67 44 48 69 72 |ires = 0.RegDHir| 00000470 65 73 20 3d 20 30 0a 0a 42 4c 4f 41 44 20 22 44 |es = 0..BLOAD "D| 00000480 65 66 61 75 6c 74 2b 22 0a |efault+".| 00000489