home *** CD-ROM | disk | FTP | other *** search
/ M.u.C.S. Disc 2000 / MUCS2000.iso / falcon / monofix / monofix.txt < prev   
Text File  |  1995-04-30  |  1KB  |  35 lines

  1.     MONOFIX
  2.     -------
  3.  
  4.     The ATARI Falcon030 can be connected to the SM124/144/146. It will 
  5.     then automatically display ST-high-resolution. But there is a 
  6.     little problem (at least with TOS 4.01): Some (older) programs quit 
  7.     saying they only work in high resolution, but the resolution 
  8.     definitivly is "ST-high". And Maccel doesn't invert the screen 
  9.     periodically, as it is used to be in ST-high, it only inverts it 
  10.     once.
  11.  
  12.     So I searched for a reason and found two things: One system-variable 
  13.     isn't initialized correctly (sshiftmd, it's saying 3 instead of 2) and 
  14.     the palette-size of the vdi work_out-field shows 4096 (which is, 
  15.     according to Julian F. Reschke, correct, but causes some programs to 
  16.     think they don't run in ST-high).
  17.  
  18.     MONOFIX is a patch for the AUTO-folder that hooks itself into trap #2 
  19.     (XBRA MFIX) and waits for the v_opnwk-call of the AES. It then sets the 
  20.     the palette-size to 2 and initialises sshiftmd correctly. Now Maccel 
  21.     works as expected and most programs will run without complaining that 
  22.     they are only running in ST-high.
  23.  
  24.     MONOFIX may be freely distributed, the only condition is that both 
  25.     files (MONOFIX.PRG and MONOFIX.TXT) are copied completely and unchanged 
  26.     (archiving is allowed).
  27.  
  28.     My address:
  29.     Thomas Binder
  30.     Hauptstra₧e 43b
  31.     61169 Friedberg/Germany
  32.     InterNet: binder@rbg.informatik.th-darmstadt.de
  33.  
  34.     End of message...
  35.