home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / software / temacd / winvice / BUGS next >
Text File  |  1999-04-24  |  2KB  |  39 lines

  1. These are the most important known problems with VICE 1.0:
  2.  
  3. - The image content lister does not show the contents of a G64 disk.
  4.  
  5. - The custom TextField widget is buggy and can cause crashes on
  6.   DEC/Alpha machines, and possibly on other systems too.  If you get
  7.   weird X protocol errors or the file selector makes the emulator die
  8.   when you close it, this might be the cause.  In that case, recompile
  9.   with the `--disable-textfield' option.  If it still does not work,
  10.   please tell us.
  11.  
  12. - The VIC-I chip in xvic still lacks important features and is still
  13.   under construction.
  14.  
  15. - The CRTC chip in xpet and x610 lacks some advanced features and
  16.   is still under construction.
  17.  
  18. - Changing the REU image name via resource files has no effect until
  19.   exiting.
  20.  
  21. - Dithering on monochrome X11 servers is *very* (VERY!) slow.
  22.  
  23. - When a key which is shifted on the real machine but unshifted on the
  24.   PC or Unix keyboard you are using is pressed, the virtual shift is
  25.   pressed together (i.e. at the same clock cycle) with the main key;
  26.   this could not work with some keyboard routines.  If you have to
  27.   use the function keys, press the (real) shift key manually (e.g. F2
  28.   = Shift + F1, F4 = Shift + F3 and so on); this also works with other
  29.   keys.
  30.  
  31. - The C610 emulator, when the execution bank is set to an open memory
  32.   bank, sets the zeropage and stack access to unmapped, but actually
  33.   existing memory. This is a bug but cannot be avoided with the current
  34.   CPU code architecture.
  35.  
  36. - The MS-DOS port of the C610 emulator lacks C610 specific UI controls.
  37.   Use the command line to change C610 specific settings.
  38.  
  39.