Home » Archimedes archive » Acorn Computing » 1994 06 subscription disc.adf » 9406s » PD/!EasyMode/Messages
PD/!EasyMode/Messages
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 Computing » 1994 06 subscription disc.adf » 9406s |
Filename: | PD/!EasyMode/Messages |
Read OK: | ✔ |
File size: | 0EDA bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
M0:VIDC parameter list format, 1 => Use extended parameters. M1:RISC OS base mode for VIDC parameters (0-63), any unused will default to base mode value. M2:Total horizontal scan time plus retrace time in pixels (must be even). M3:Horizontal sync width in pixels (must be even). M4:Time in pixels from start of horizontal sync pulse to start of border display (must be odd). M5:Time in pixels from start of horizontal sync pulse to start of video display (must be odd). M6:Time in pixels from start of horizontal sync pulse to end of video display (must be odd). M7:Time in pixels from start of horizontal sync pulse to end of border display (must be odd). M8:Time in pixels from start of horizontal sync pulse to start of cursor display. M9:Value must be (HCycle value-2)/2 if interlacing is required (must be odd so HC must be divisible by four).|MSet interlacing via *TV or Configure. M10:Total vertical scan time plus flyback time in rasters, halve this and subtract one if interlacing is used.|MSet interlacing via *TV or Configure. M11:Number of rasters in the vertical sync pulse. M12:Time in rasters from start of vertical sync pulse to start of border display. M13:Time in rasters from start of vertical sync pulse to start of video display. M14:Time in rasters from start of vertical sync pulse to end of video display. M15:Time in rasters from start of vertical sync pulse to end of border display. M16:Pixel rate in kHz, 8000,8392,12000,12587,16000,16783,18000,24000,25175 or 36000. M17:Sync polarity, bit�0-HSync�+ve/-ve, bit�1-VSync�+ve/-ve. M18:VIDC clock rate, sets the sound sample rate in kHz. M19:Mode variable list format (zero). M20:RISC OS base mode for mode variables (0-63), any unused will default to base mode value. M21:Mode flags, bit�0-Non�Graphics, bit�1-Teletext, bit�2-Gap�mode, bit�3-BBC�Gap�mode, bit�4-Hires�mono, bit�5-Double height VDU chars, bit�6-Non hardware scrolling. M22:Number of text columns. M23:Number of text rows. M24:Maximum logical colour, 1,3,15 or 63 (not 255). M25:Number of right bit shifts required to shift x coordinate into pixels. M26:Number of right bit shifts required to shift y coordinate into pixels. M27:Offset in bytes from a pixel to same pixel on row below. M28:Size of one screen buffer required in bytes (multiple of 256). M29:Ignored, kept for backward compatibility only, don't use. M30:LOG base 2 of the number of bits per pixel. M31:LOG base 2 of the number of bytes per character divided by 8. M32:Number of x pixels. M33:Number of y pixels. M38/M39/M4?/M5?/M60/M61/M62/M63/M64/M65:Click to increment/decrement this parameter.|MHold shift to see the change in real time. M3?/M6?/M7?/M8?/M9?/M100/M101:Click to increment/decrement this parameter. M103:Click to start !Help application (which must be running now!). M104:Click to try new screen mode with these parameters.|MPress Escape to return to the configured wimpmode. M105:Click to try the VIDC parameters with the current mode.|MPress Escape to change to configured wimpmode. M??/M???:You can drag a module into this window and any modes it can service will be added to the list.|MWARNING! The module will be called via its service code without initialisation to get the required information. R:Press Return to calculate a value for this parameter. S/Menu4:Save your created screen modes as a mode extension module.|MOnly modes that have been added to the list will be saved NOT the currently edited one. I:This is the info box. B:This is the EasyMode application.|MClick to open the main window.|MYou can also drag a module onto this icon and any modes it can service will be added to the list. Menu0:Choose a mode to edit. Menu1:Choose a mode to delete. Menu2:Add the test mode to the mode extension list. Menu3:Move to the submenu to calculate the frame refresh rate.
00000000 4d 30 3a 56 49 44 43 20 70 61 72 61 6d 65 74 65 |M0:VIDC paramete| 00000010 72 20 6c 69 73 74 20 66 6f 72 6d 61 74 2c 20 31 |r list format, 1| 00000020 20 3d 3e 20 55 73 65 20 65 78 74 65 6e 64 65 64 | => Use extended| 00000030 20 70 61 72 61 6d 65 74 65 72 73 2e 0a 4d 31 3a | parameters..M1:| 00000040 52 49 53 43 20 4f 53 20 62 61 73 65 20 6d 6f 64 |RISC OS base mod| 00000050 65 20 66 6f 72 20 56 49 44 43 20 70 61 72 61 6d |e for VIDC param| 00000060 65 74 65 72 73 20 28 30 2d 36 33 29 2c 20 61 6e |eters (0-63), an| 00000070 79 20 75 6e 75 73 65 64 20 77 69 6c 6c 20 64 65 |y unused will de| 00000080 66 61 75 6c 74 20 74 6f 20 62 61 73 65 20 6d 6f |fault to base mo| 00000090 64 65 20 76 61 6c 75 65 2e 0a 4d 32 3a 54 6f 74 |de value..M2:Tot| 000000a0 61 6c 20 68 6f 72 69 7a 6f 6e 74 61 6c 20 73 63 |al horizontal sc| 000000b0 61 6e 20 74 69 6d 65 20 70 6c 75 73 20 72 65 74 |an time plus ret| 000000c0 72 61 63 65 20 74 69 6d 65 20 69 6e 20 70 69 78 |race time in pix| 000000d0 65 6c 73 20 28 6d 75 73 74 20 62 65 20 65 76 65 |els (must be eve| 000000e0 6e 29 2e 0a 4d 33 3a 48 6f 72 69 7a 6f 6e 74 61 |n)..M3:Horizonta| 000000f0 6c 20 73 79 6e 63 20 77 69 64 74 68 20 69 6e 20 |l sync width in | 00000100 70 69 78 65 6c 73 20 28 6d 75 73 74 20 62 65 20 |pixels (must be | 00000110 65 76 65 6e 29 2e 0a 4d 34 3a 54 69 6d 65 20 69 |even)..M4:Time i| 00000120 6e 20 70 69 78 65 6c 73 20 66 72 6f 6d 20 73 74 |n pixels from st| 00000130 61 72 74 20 6f 66 20 68 6f 72 69 7a 6f 6e 74 61 |art of horizonta| 00000140 6c 20 73 79 6e 63 20 70 75 6c 73 65 20 74 6f 20 |l sync pulse to | 00000150 73 74 61 72 74 20 6f 66 20 62 6f 72 64 65 72 20 |start of border | 00000160 64 69 73 70 6c 61 79 20 28 6d 75 73 74 20 62 65 |display (must be| 00000170 20 6f 64 64 29 2e 0a 4d 35 3a 54 69 6d 65 20 69 | odd)..M5:Time i| 00000180 6e 20 70 69 78 65 6c 73 20 66 72 6f 6d 20 73 74 |n pixels from st| 00000190 61 72 74 20 6f 66 20 68 6f 72 69 7a 6f 6e 74 61 |art of horizonta| 000001a0 6c 20 73 79 6e 63 20 70 75 6c 73 65 20 74 6f 20 |l sync pulse to | 000001b0 73 74 61 72 74 20 6f 66 20 76 69 64 65 6f 20 64 |start of video d| 000001c0 69 73 70 6c 61 79 20 28 6d 75 73 74 20 62 65 20 |isplay (must be | 000001d0 6f 64 64 29 2e 0a 4d 36 3a 54 69 6d 65 20 69 6e |odd)..M6:Time in| 000001e0 20 70 69 78 65 6c 73 20 66 72 6f 6d 20 73 74 61 | pixels from sta| 000001f0 72 74 20 6f 66 20 68 6f 72 69 7a 6f 6e 74 61 6c |rt of horizontal| 00000200 20 73 79 6e 63 20 70 75 6c 73 65 20 74 6f 20 65 | sync pulse to e| 00000210 6e 64 20 6f 66 20 76 69 64 65 6f 20 64 69 73 70 |nd of video disp| 00000220 6c 61 79 20 28 6d 75 73 74 20 62 65 20 6f 64 64 |lay (must be odd| 00000230 29 2e 0a 4d 37 3a 54 69 6d 65 20 69 6e 20 70 69 |)..M7:Time in pi| 00000240 78 65 6c 73 20 66 72 6f 6d 20 73 74 61 72 74 20 |xels from start | 00000250 6f 66 20 68 6f 72 69 7a 6f 6e 74 61 6c 20 73 79 |of horizontal sy| 00000260 6e 63 20 70 75 6c 73 65 20 74 6f 20 65 6e 64 20 |nc pulse to end | 00000270 6f 66 20 62 6f 72 64 65 72 20 64 69 73 70 6c 61 |of border displa| 00000280 79 20 28 6d 75 73 74 20 62 65 20 6f 64 64 29 2e |y (must be odd).| 00000290 0a 4d 38 3a 54 69 6d 65 20 69 6e 20 70 69 78 65 |.M8:Time in pixe| 000002a0 6c 73 20 66 72 6f 6d 20 73 74 61 72 74 20 6f 66 |ls from start of| 000002b0 20 68 6f 72 69 7a 6f 6e 74 61 6c 20 73 79 6e 63 | horizontal sync| 000002c0 20 70 75 6c 73 65 20 74 6f 20 73 74 61 72 74 20 | pulse to start | 000002d0 6f 66 20 63 75 72 73 6f 72 20 64 69 73 70 6c 61 |of cursor displa| 000002e0 79 2e 0a 4d 39 3a 56 61 6c 75 65 20 6d 75 73 74 |y..M9:Value must| 000002f0 20 62 65 20 28 48 43 79 63 6c 65 20 76 61 6c 75 | be (HCycle valu| 00000300 65 2d 32 29 2f 32 20 69 66 20 69 6e 74 65 72 6c |e-2)/2 if interl| 00000310 61 63 69 6e 67 20 69 73 20 72 65 71 75 69 72 65 |acing is require| 00000320 64 20 28 6d 75 73 74 20 62 65 20 6f 64 64 20 73 |d (must be odd s| 00000330 6f 20 48 43 20 6d 75 73 74 20 62 65 20 64 69 76 |o HC must be div| 00000340 69 73 69 62 6c 65 20 62 79 20 66 6f 75 72 29 2e |isible by four).| 00000350 7c 4d 53 65 74 20 69 6e 74 65 72 6c 61 63 69 6e ||MSet interlacin| 00000360 67 20 76 69 61 20 2a 54 56 20 6f 72 20 43 6f 6e |g via *TV or Con| 00000370 66 69 67 75 72 65 2e 0a 4d 31 30 3a 54 6f 74 61 |figure..M10:Tota| 00000380 6c 20 76 65 72 74 69 63 61 6c 20 73 63 61 6e 20 |l vertical scan | 00000390 74 69 6d 65 20 70 6c 75 73 20 66 6c 79 62 61 63 |time plus flybac| 000003a0 6b 20 74 69 6d 65 20 69 6e 20 72 61 73 74 65 72 |k time in raster| 000003b0 73 2c 20 68 61 6c 76 65 20 74 68 69 73 20 61 6e |s, halve this an| 000003c0 64 20 73 75 62 74 72 61 63 74 20 6f 6e 65 20 69 |d subtract one i| 000003d0 66 20 69 6e 74 65 72 6c 61 63 69 6e 67 20 69 73 |f interlacing is| 000003e0 20 75 73 65 64 2e 7c 4d 53 65 74 20 69 6e 74 65 | used.|MSet inte| 000003f0 72 6c 61 63 69 6e 67 20 76 69 61 20 2a 54 56 20 |rlacing via *TV | 00000400 6f 72 20 43 6f 6e 66 69 67 75 72 65 2e 0a 4d 31 |or Configure..M1| 00000410 31 3a 4e 75 6d 62 65 72 20 6f 66 20 72 61 73 74 |1:Number of rast| 00000420 65 72 73 20 69 6e 20 74 68 65 20 76 65 72 74 69 |ers in the verti| 00000430 63 61 6c 20 73 79 6e 63 20 70 75 6c 73 65 2e 0a |cal sync pulse..| 00000440 4d 31 32 3a 54 69 6d 65 20 69 6e 20 72 61 73 74 |M12:Time in rast| 00000450 65 72 73 20 66 72 6f 6d 20 73 74 61 72 74 20 6f |ers from start o| 00000460 66 20 76 65 72 74 69 63 61 6c 20 73 79 6e 63 20 |f vertical sync | 00000470 70 75 6c 73 65 20 74 6f 20 73 74 61 72 74 20 6f |pulse to start o| 00000480 66 20 62 6f 72 64 65 72 20 64 69 73 70 6c 61 79 |f border display| 00000490 2e 0a 4d 31 33 3a 54 69 6d 65 20 69 6e 20 72 61 |..M13:Time in ra| 000004a0 73 74 65 72 73 20 66 72 6f 6d 20 73 74 61 72 74 |sters from start| 000004b0 20 6f 66 20 76 65 72 74 69 63 61 6c 20 73 79 6e | of vertical syn| 000004c0 63 20 70 75 6c 73 65 20 74 6f 20 73 74 61 72 74 |c pulse to start| 000004d0 20 6f 66 20 76 69 64 65 6f 20 64 69 73 70 6c 61 | of video displa| 000004e0 79 2e 0a 4d 31 34 3a 54 69 6d 65 20 69 6e 20 72 |y..M14:Time in r| 000004f0 61 73 74 65 72 73 20 66 72 6f 6d 20 73 74 61 72 |asters from star| 00000500 74 20 6f 66 20 76 65 72 74 69 63 61 6c 20 73 79 |t of vertical sy| 00000510 6e 63 20 70 75 6c 73 65 20 74 6f 20 65 6e 64 20 |nc pulse to end | 00000520 6f 66 20 76 69 64 65 6f 20 64 69 73 70 6c 61 79 |of video display| 00000530 2e 0a 4d 31 35 3a 54 69 6d 65 20 69 6e 20 72 61 |..M15:Time in ra| 00000540 73 74 65 72 73 20 66 72 6f 6d 20 73 74 61 72 74 |sters from start| 00000550 20 6f 66 20 76 65 72 74 69 63 61 6c 20 73 79 6e | of vertical syn| 00000560 63 20 70 75 6c 73 65 20 74 6f 20 65 6e 64 20 6f |c pulse to end o| 00000570 66 20 62 6f 72 64 65 72 20 64 69 73 70 6c 61 79 |f border display| 00000580 2e 0a 4d 31 36 3a 50 69 78 65 6c 20 72 61 74 65 |..M16:Pixel rate| 00000590 20 69 6e 20 6b 48 7a 2c 20 38 30 30 30 2c 38 33 | in kHz, 8000,83| 000005a0 39 32 2c 31 32 30 30 30 2c 31 32 35 38 37 2c 31 |92,12000,12587,1| 000005b0 36 30 30 30 2c 31 36 37 38 33 2c 31 38 30 30 30 |6000,16783,18000| 000005c0 2c 32 34 30 30 30 2c 32 35 31 37 35 20 6f 72 20 |,24000,25175 or | 000005d0 33 36 30 30 30 2e 0a 4d 31 37 3a 53 79 6e 63 20 |36000..M17:Sync | 000005e0 70 6f 6c 61 72 69 74 79 2c 20 62 69 74 a0 30 2d |polarity, bit.0-| 000005f0 48 53 79 6e 63 a0 2b 76 65 2f 2d 76 65 2c 20 62 |HSync.+ve/-ve, b| 00000600 69 74 a0 31 2d 56 53 79 6e 63 a0 2b 76 65 2f 2d |it.1-VSync.+ve/-| 00000610 76 65 2e 0a 4d 31 38 3a 56 49 44 43 20 63 6c 6f |ve..M18:VIDC clo| 00000620 63 6b 20 72 61 74 65 2c 20 73 65 74 73 20 74 68 |ck rate, sets th| 00000630 65 20 73 6f 75 6e 64 20 73 61 6d 70 6c 65 20 72 |e sound sample r| 00000640 61 74 65 20 69 6e 20 6b 48 7a 2e 0a 4d 31 39 3a |ate in kHz..M19:| 00000650 4d 6f 64 65 20 76 61 72 69 61 62 6c 65 20 6c 69 |Mode variable li| 00000660 73 74 20 66 6f 72 6d 61 74 20 28 7a 65 72 6f 29 |st format (zero)| 00000670 2e 0a 4d 32 30 3a 52 49 53 43 20 4f 53 20 62 61 |..M20:RISC OS ba| 00000680 73 65 20 6d 6f 64 65 20 66 6f 72 20 6d 6f 64 65 |se mode for mode| 00000690 20 76 61 72 69 61 62 6c 65 73 20 28 30 2d 36 33 | variables (0-63| 000006a0 29 2c 20 61 6e 79 20 75 6e 75 73 65 64 20 77 69 |), any unused wi| 000006b0 6c 6c 20 64 65 66 61 75 6c 74 20 74 6f 20 62 61 |ll default to ba| 000006c0 73 65 20 6d 6f 64 65 20 76 61 6c 75 65 2e 0a 4d |se mode value..M| 000006d0 32 31 3a 4d 6f 64 65 20 66 6c 61 67 73 2c 20 62 |21:Mode flags, b| 000006e0 69 74 a0 30 2d 4e 6f 6e a0 47 72 61 70 68 69 63 |it.0-Non.Graphic| 000006f0 73 2c 20 62 69 74 a0 31 2d 54 65 6c 65 74 65 78 |s, bit.1-Teletex| 00000700 74 2c 20 62 69 74 a0 32 2d 47 61 70 a0 6d 6f 64 |t, bit.2-Gap.mod| 00000710 65 2c 20 62 69 74 a0 33 2d 42 42 43 a0 47 61 70 |e, bit.3-BBC.Gap| 00000720 a0 6d 6f 64 65 2c 20 62 69 74 a0 34 2d 48 69 72 |.mode, bit.4-Hir| 00000730 65 73 a0 6d 6f 6e 6f 2c 20 62 69 74 a0 35 2d 44 |es.mono, bit.5-D| 00000740 6f 75 62 6c 65 20 68 65 69 67 68 74 20 56 44 55 |ouble height VDU| 00000750 20 63 68 61 72 73 2c 20 62 69 74 a0 36 2d 4e 6f | chars, bit.6-No| 00000760 6e 20 68 61 72 64 77 61 72 65 20 73 63 72 6f 6c |n hardware scrol| 00000770 6c 69 6e 67 2e 0a 4d 32 32 3a 4e 75 6d 62 65 72 |ling..M22:Number| 00000780 20 6f 66 20 74 65 78 74 20 63 6f 6c 75 6d 6e 73 | of text columns| 00000790 2e 0a 4d 32 33 3a 4e 75 6d 62 65 72 20 6f 66 20 |..M23:Number of | 000007a0 74 65 78 74 20 72 6f 77 73 2e 0a 4d 32 34 3a 4d |text rows..M24:M| 000007b0 61 78 69 6d 75 6d 20 6c 6f 67 69 63 61 6c 20 63 |aximum logical c| 000007c0 6f 6c 6f 75 72 2c 20 31 2c 33 2c 31 35 20 6f 72 |olour, 1,3,15 or| 000007d0 20 36 33 20 28 6e 6f 74 20 32 35 35 29 2e 0a 4d | 63 (not 255)..M| 000007e0 32 35 3a 4e 75 6d 62 65 72 20 6f 66 20 72 69 67 |25:Number of rig| 000007f0 68 74 20 62 69 74 20 73 68 69 66 74 73 20 72 65 |ht bit shifts re| 00000800 71 75 69 72 65 64 20 74 6f 20 73 68 69 66 74 20 |quired to shift | 00000810 78 20 63 6f 6f 72 64 69 6e 61 74 65 20 69 6e 74 |x coordinate int| 00000820 6f 20 70 69 78 65 6c 73 2e 0a 4d 32 36 3a 4e 75 |o pixels..M26:Nu| 00000830 6d 62 65 72 20 6f 66 20 72 69 67 68 74 20 62 69 |mber of right bi| 00000840 74 20 73 68 69 66 74 73 20 72 65 71 75 69 72 65 |t shifts require| 00000850 64 20 74 6f 20 73 68 69 66 74 20 79 20 63 6f 6f |d to shift y coo| 00000860 72 64 69 6e 61 74 65 20 69 6e 74 6f 20 70 69 78 |rdinate into pix| 00000870 65 6c 73 2e 0a 4d 32 37 3a 4f 66 66 73 65 74 20 |els..M27:Offset | 00000880 69 6e 20 62 79 74 65 73 20 66 72 6f 6d 20 61 20 |in bytes from a | 00000890 70 69 78 65 6c 20 74 6f 20 73 61 6d 65 20 70 69 |pixel to same pi| 000008a0 78 65 6c 20 6f 6e 20 72 6f 77 20 62 65 6c 6f 77 |xel on row below| 000008b0 2e 0a 4d 32 38 3a 53 69 7a 65 20 6f 66 20 6f 6e |..M28:Size of on| 000008c0 65 20 73 63 72 65 65 6e 20 62 75 66 66 65 72 20 |e screen buffer | 000008d0 72 65 71 75 69 72 65 64 20 69 6e 20 62 79 74 65 |required in byte| 000008e0 73 20 28 6d 75 6c 74 69 70 6c 65 20 6f 66 20 32 |s (multiple of 2| 000008f0 35 36 29 2e 0a 4d 32 39 3a 49 67 6e 6f 72 65 64 |56)..M29:Ignored| 00000900 2c 20 6b 65 70 74 20 66 6f 72 20 62 61 63 6b 77 |, kept for backw| 00000910 61 72 64 20 63 6f 6d 70 61 74 69 62 69 6c 69 74 |ard compatibilit| 00000920 79 20 6f 6e 6c 79 2c 20 64 6f 6e 27 74 20 75 73 |y only, don't us| 00000930 65 2e 0a 4d 33 30 3a 4c 4f 47 20 62 61 73 65 20 |e..M30:LOG base | 00000940 32 20 6f 66 20 74 68 65 20 6e 75 6d 62 65 72 20 |2 of the number | 00000950 6f 66 20 62 69 74 73 20 70 65 72 20 70 69 78 65 |of bits per pixe| 00000960 6c 2e 0a 4d 33 31 3a 4c 4f 47 20 62 61 73 65 20 |l..M31:LOG base | 00000970 32 20 6f 66 20 74 68 65 20 6e 75 6d 62 65 72 20 |2 of the number | 00000980 6f 66 20 62 79 74 65 73 20 70 65 72 20 63 68 61 |of bytes per cha| 00000990 72 61 63 74 65 72 20 64 69 76 69 64 65 64 20 62 |racter divided b| 000009a0 79 20 38 2e 0a 4d 33 32 3a 4e 75 6d 62 65 72 20 |y 8..M32:Number | 000009b0 6f 66 20 78 20 70 69 78 65 6c 73 2e 0a 4d 33 33 |of x pixels..M33| 000009c0 3a 4e 75 6d 62 65 72 20 6f 66 20 79 20 70 69 78 |:Number of y pix| 000009d0 65 6c 73 2e 0a 4d 33 38 2f 4d 33 39 2f 4d 34 3f |els..M38/M39/M4?| 000009e0 2f 4d 35 3f 2f 4d 36 30 2f 4d 36 31 2f 4d 36 32 |/M5?/M60/M61/M62| 000009f0 2f 4d 36 33 2f 4d 36 34 2f 4d 36 35 3a 43 6c 69 |/M63/M64/M65:Cli| 00000a00 63 6b 20 74 6f 20 69 6e 63 72 65 6d 65 6e 74 2f |ck to increment/| 00000a10 64 65 63 72 65 6d 65 6e 74 20 74 68 69 73 20 70 |decrement this p| 00000a20 61 72 61 6d 65 74 65 72 2e 7c 4d 48 6f 6c 64 20 |arameter.|MHold | 00000a30 73 68 69 66 74 20 74 6f 20 73 65 65 20 74 68 65 |shift to see the| 00000a40 20 63 68 61 6e 67 65 20 69 6e 20 72 65 61 6c 20 | change in real | 00000a50 74 69 6d 65 2e 0a 4d 33 3f 2f 4d 36 3f 2f 4d 37 |time..M3?/M6?/M7| 00000a60 3f 2f 4d 38 3f 2f 4d 39 3f 2f 4d 31 30 30 2f 4d |?/M8?/M9?/M100/M| 00000a70 31 30 31 3a 43 6c 69 63 6b 20 74 6f 20 69 6e 63 |101:Click to inc| 00000a80 72 65 6d 65 6e 74 2f 64 65 63 72 65 6d 65 6e 74 |rement/decrement| 00000a90 20 74 68 69 73 20 70 61 72 61 6d 65 74 65 72 2e | this parameter.| 00000aa0 0a 4d 31 30 33 3a 43 6c 69 63 6b 20 74 6f 20 73 |.M103:Click to s| 00000ab0 74 61 72 74 20 21 48 65 6c 70 20 61 70 70 6c 69 |tart !Help appli| 00000ac0 63 61 74 69 6f 6e 20 28 77 68 69 63 68 20 6d 75 |cation (which mu| 00000ad0 73 74 20 62 65 20 72 75 6e 6e 69 6e 67 20 6e 6f |st be running no| 00000ae0 77 21 29 2e 0a 4d 31 30 34 3a 43 6c 69 63 6b 20 |w!)..M104:Click | 00000af0 74 6f 20 74 72 79 20 6e 65 77 20 73 63 72 65 65 |to try new scree| 00000b00 6e 20 6d 6f 64 65 20 77 69 74 68 20 74 68 65 73 |n mode with thes| 00000b10 65 20 70 61 72 61 6d 65 74 65 72 73 2e 7c 4d 50 |e parameters.|MP| 00000b20 72 65 73 73 20 45 73 63 61 70 65 20 74 6f 20 72 |ress Escape to r| 00000b30 65 74 75 72 6e 20 74 6f 20 74 68 65 20 63 6f 6e |eturn to the con| 00000b40 66 69 67 75 72 65 64 20 77 69 6d 70 6d 6f 64 65 |figured wimpmode| 00000b50 2e 0a 4d 31 30 35 3a 43 6c 69 63 6b 20 74 6f 20 |..M105:Click to | 00000b60 74 72 79 20 74 68 65 20 56 49 44 43 20 70 61 72 |try the VIDC par| 00000b70 61 6d 65 74 65 72 73 20 77 69 74 68 20 74 68 65 |ameters with the| 00000b80 20 63 75 72 72 65 6e 74 20 6d 6f 64 65 2e 7c 4d | current mode.|M| 00000b90 50 72 65 73 73 20 45 73 63 61 70 65 20 74 6f 20 |Press Escape to | 00000ba0 63 68 61 6e 67 65 20 74 6f 20 63 6f 6e 66 69 67 |change to config| 00000bb0 75 72 65 64 20 77 69 6d 70 6d 6f 64 65 2e 0a 4d |ured wimpmode..M| 00000bc0 3f 3f 2f 4d 3f 3f 3f 3a 59 6f 75 20 63 61 6e 20 |??/M???:You can | 00000bd0 64 72 61 67 20 61 20 6d 6f 64 75 6c 65 20 69 6e |drag a module in| 00000be0 74 6f 20 74 68 69 73 20 77 69 6e 64 6f 77 20 61 |to this window a| 00000bf0 6e 64 20 61 6e 79 20 6d 6f 64 65 73 20 69 74 20 |nd any modes it | 00000c00 63 61 6e 20 73 65 72 76 69 63 65 20 77 69 6c 6c |can service will| 00000c10 20 62 65 20 61 64 64 65 64 20 74 6f 20 74 68 65 | be added to the| 00000c20 20 6c 69 73 74 2e 7c 4d 57 41 52 4e 49 4e 47 21 | list.|MWARNING!| 00000c30 20 54 68 65 20 6d 6f 64 75 6c 65 20 77 69 6c 6c | The module will| 00000c40 20 62 65 20 63 61 6c 6c 65 64 20 76 69 61 20 69 | be called via i| 00000c50 74 73 20 73 65 72 76 69 63 65 20 63 6f 64 65 20 |ts service code | 00000c60 77 69 74 68 6f 75 74 20 69 6e 69 74 69 61 6c 69 |without initiali| 00000c70 73 61 74 69 6f 6e 20 74 6f 20 67 65 74 20 74 68 |sation to get th| 00000c80 65 20 72 65 71 75 69 72 65 64 20 69 6e 66 6f 72 |e required infor| 00000c90 6d 61 74 69 6f 6e 2e 0a 52 3a 50 72 65 73 73 20 |mation..R:Press | 00000ca0 52 65 74 75 72 6e 20 74 6f 20 63 61 6c 63 75 6c |Return to calcul| 00000cb0 61 74 65 20 61 20 76 61 6c 75 65 20 66 6f 72 20 |ate a value for | 00000cc0 74 68 69 73 20 70 61 72 61 6d 65 74 65 72 2e 0a |this parameter..| 00000cd0 53 2f 4d 65 6e 75 34 3a 53 61 76 65 20 79 6f 75 |S/Menu4:Save you| 00000ce0 72 20 63 72 65 61 74 65 64 20 73 63 72 65 65 6e |r created screen| 00000cf0 20 6d 6f 64 65 73 20 61 73 20 61 20 6d 6f 64 65 | modes as a mode| 00000d00 20 65 78 74 65 6e 73 69 6f 6e 20 6d 6f 64 75 6c | extension modul| 00000d10 65 2e 7c 4d 4f 6e 6c 79 20 6d 6f 64 65 73 20 74 |e.|MOnly modes t| 00000d20 68 61 74 20 68 61 76 65 20 62 65 65 6e 20 61 64 |hat have been ad| 00000d30 64 65 64 20 74 6f 20 74 68 65 20 6c 69 73 74 20 |ded to the list | 00000d40 77 69 6c 6c 20 62 65 20 73 61 76 65 64 20 4e 4f |will be saved NO| 00000d50 54 20 74 68 65 20 63 75 72 72 65 6e 74 6c 79 20 |T the currently | 00000d60 65 64 69 74 65 64 20 6f 6e 65 2e 0a 49 3a 54 68 |edited one..I:Th| 00000d70 69 73 20 69 73 20 74 68 65 20 69 6e 66 6f 20 62 |is is the info b| 00000d80 6f 78 2e 0a 42 3a 54 68 69 73 20 69 73 20 74 68 |ox..B:This is th| 00000d90 65 20 45 61 73 79 4d 6f 64 65 20 61 70 70 6c 69 |e EasyMode appli| 00000da0 63 61 74 69 6f 6e 2e 7c 4d 43 6c 69 63 6b 20 74 |cation.|MClick t| 00000db0 6f 20 6f 70 65 6e 20 74 68 65 20 6d 61 69 6e 20 |o open the main | 00000dc0 77 69 6e 64 6f 77 2e 7c 4d 59 6f 75 20 63 61 6e |window.|MYou can| 00000dd0 20 61 6c 73 6f 20 64 72 61 67 20 61 20 6d 6f 64 | also drag a mod| 00000de0 75 6c 65 20 6f 6e 74 6f 20 74 68 69 73 20 69 63 |ule onto this ic| 00000df0 6f 6e 20 61 6e 64 20 61 6e 79 20 6d 6f 64 65 73 |on and any modes| 00000e00 20 69 74 20 63 61 6e 20 73 65 72 76 69 63 65 20 | it can service | 00000e10 77 69 6c 6c 20 62 65 20 61 64 64 65 64 20 74 6f |will be added to| 00000e20 20 74 68 65 20 6c 69 73 74 2e 0a 4d 65 6e 75 30 | the list..Menu0| 00000e30 3a 43 68 6f 6f 73 65 20 61 20 6d 6f 64 65 20 74 |:Choose a mode t| 00000e40 6f 20 65 64 69 74 2e 0a 4d 65 6e 75 31 3a 43 68 |o edit..Menu1:Ch| 00000e50 6f 6f 73 65 20 61 20 6d 6f 64 65 20 74 6f 20 64 |oose a mode to d| 00000e60 65 6c 65 74 65 2e 0a 4d 65 6e 75 32 3a 41 64 64 |elete..Menu2:Add| 00000e70 20 74 68 65 20 74 65 73 74 20 6d 6f 64 65 20 74 | the test mode t| 00000e80 6f 20 74 68 65 20 6d 6f 64 65 20 65 78 74 65 6e |o the mode exten| 00000e90 73 69 6f 6e 20 6c 69 73 74 2e 0a 4d 65 6e 75 33 |sion list..Menu3| 00000ea0 3a 4d 6f 76 65 20 74 6f 20 74 68 65 20 73 75 62 |:Move to the sub| 00000eb0 6d 65 6e 75 20 74 6f 20 63 61 6c 63 75 6c 61 74 |menu to calculat| 00000ec0 65 20 74 68 65 20 66 72 61 6d 65 20 72 65 66 72 |e the frame refr| 00000ed0 65 73 68 20 72 61 74 65 2e 0a |esh rate..| 00000eda