home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v1.2 / amidev_cd_12.iso / reference / amiga_mail_vol1 / program / travelamiga < prev    next >
Text File  |  1990-01-26  |  6KB  |  128 lines

  1. (c)  Copyright 1989 Commodore-Amiga, Inc.   All rights reserved.
  2. The information contained herein is subject to change without notice, and 
  3. is provided "as is" without warranty of any kind, either expressed or implied.  
  4. The entire risk as to the use of this information is assumed by the user.
  5.  
  6.  
  7.  
  8.      Testing For European Compatability Without Going to Europe
  9.  
  10.                          by Dan Baker
  11.  
  12.  
  13. You don't have to fly to Europe to test your Amiga software for European 
  14. compatability.  Even if you currently don't have a PAL Amiga, you can at
  15. least check how your program logic handles 256 scan lines by modifying your
  16. program code to open PAL size screens and windows on your NTSC system.
  17.  
  18. Under the 1.2 system software, you can open a PAL sized 256 line screen 
  19. (512 interlaced) even on an NTSC machine.  This is not a supported feature 
  20. and should not normally be done on an NTSC system, but it will allow you to 
  21. check your program logic in a PAL size screen.
  22.  
  23. You won't be able to see all of the 256 or 512 lines at once because many
  24. will be below the last visible line on your monitor.  However most of the lines 
  25. can be viewed if you first use Preferences to move your screen up so that the
  26. title bar is above the first visible scan line on your monitor.  In addition,
  27. if your monitor has a control for adjusting the vertical size of the display,
  28. this may allow you to view all 256 or 512 lines at once.
  29.  
  30. For a more rigorous test, change the crystal and the Agnus chip on your 
  31. Amiga to the PAL versions and run your software with a multi-sync or other
  32. PAL compatible monitor.  You shoucld use a PAL monitor if aspect ratio
  33. or other cosmetic factors are important to your application.  The PAL Agnus
  34. will let you check that your code properly detects and adapts to the PAL
  35. environment.  For more about this, see the FullScreen program elsewhere in 
  36. this issue.
  37.  
  38. For final testing, consider trying your application on a PAL Amiga running
  39. under 50Hz/220v.  You can do this with a power transformer.  We recommend this
  40. in particular for applications which use special hardware such as the Genlock.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.                      Traveling with Your Amiga
  47.                      -------------------------
  48.  
  49.                    by Dan Baker and Don Gilbreath
  50.  
  51.  
  52.    If you plan to take your U.S. Amiga to Europe or your European Amiga
  53. to the U.S. here is what you will need.
  54.  
  55.    Temporary visitors should bring their Amiga with monitor and software.
  56. The only other thing required is the proper power transformer.  If you are
  57. going from the U.S. to Europe, you will need a step-down power transformer
  58. to change the voltage from 220 to 115 volts.  European systems brought to 
  59. the U.S. will require a step-up transformer (115 to 220 volts) such as
  60. the Stancor P8640.
  61.  
  62.  
  63.    For long-term visits, you will want to change your Amiga to match the 
  64. local power and video standards.  On the Amiga 2000, there is an internal
  65. jumper on the power supply which allows you to select either the U.S. or
  66. the European power standard.  
  67.  
  68.  
  69.    Power on the Amiga 500 and 1000 cannot be adjusted this way.  Instead you
  70. will have to remove the old power supply and substitute the local version.
  71. Part numbers are listed below.
  72.  
  73.  
  74.    To change the video standard requires two changes to the main logic board
  75. on all Amiga models.  First, you must change the 8361 Agnus chip.  Use the 
  76. NTSC Agnus in the U.S. and the PAL Agnus in Europe.  Second, change the 
  77. system clock to the local version.  The system clock runs at 28.63636 MHz 
  78. under NTSC and at 28.37516 MHz under PAL. 
  79.  
  80.  
  81.     In most cases you should use a PAL monitor in Europe and an NTSC 
  82. monitor in the U.S.  But, some monitors will work with both systems.  
  83. For instance, the Commodore 1081 monitor works with both PAL and NTSC
  84. video and will automatically adjust itself to the standard being used.   
  85. You can get similar results on the Commodore 1080 by changing the 
  86. vertical size, but the change requires manual adjustment of an internal 
  87. control.  
  88.  
  89.  
  90.     In general, U.S. and European software is interchangable.  However,
  91. there are more scan lines visible under the PAL video system.  Because
  92. of this, the bottom of the screen is sometimes clipped when you run
  93. European software with U.S. Amiga systems.  Likewise, there may be some
  94. empty space at the bottom of the screen when you run U.S. software in
  95. Europe.
  96.  
  97.  
  98.     Here are the part numbers of the components mentioned above.  They
  99. can be purchased at any Commodore Service Center.
  100.  
  101.                           U.S.                    Europe
  102.                     ----------------        -----------------
  103.  
  104. Agnus     A 500     part # 318070-01         part # 318071-01
  105.           A1000     part # 252125-01         part # 252362-01
  106.           A2000     part # 252125-01         part # 252362-01
  107.  
  108. Crystal   A 500     part # 325566-14         part # 252344-01
  109.           A1000     part # 325566-14         part # 252344-01
  110.           A2000     part # 325566-12         part # 252344-01 
  111.  
  112. Power     A 500     part # 312503-01         part # 312503-02/3/4
  113.           A1000     part # 327173-01         part # 327173-02/3/4
  114.  
  115.                                                 01 - USA  110v
  116.                                                 02 - BSI  240v
  117.                                                 03 - VDE  220v
  118.                                                 04 - SEV  220v
  119.  
  120.  
  121. Disclaimer:   Commodore part numbers subject to change.
  122.               Modifying your Amiga may void your warranty.
  123.               Contact your Commodore Service center for
  124.               more information.
  125.  
  126.  
  127.  
  128.