home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 8 / amigaformatcd08.iso / in_the_mag / emulation / emulators.lzx / qq / BUGS < prev    next >
Encoding:
Text File  |  1996-10-01  |  1.7 KB  |  35 lines

  1. Bugs and Known Problems
  2. -----------------------
  3.  
  4. 2. A few programs cause the emulator to enter its built in debugger. The
  5.    reason for this is unknown at the moment. It might be use of undocumented
  6.    instructions. (Atari Tennis)
  7.  
  8. 4. Antic Modes 2, 3 and f which display two true colours and not one
  9.    colour with two luminances. Should this be called a bug or feature? -
  10.    its easy to fix (for an example type POKE 709,40). Personally I
  11.    *like* being able to get solid colour antic 2 characters on the
  12.    blue background (e.g. RED on BLUE) but technically it's wrong.
  13.  
  14. 5. Burried Bucks and Caverns of Khafka player to playfield collision
  15.    detection is broken. This is a result of only refreshing the screen
  16.    once every four frames. The collision detection indicates to the
  17.    program that no collisions have occured during these skiped screens.
  18.    Both Burried Bucks and Caverns of Khafka use this to drop something
  19.    until the objects hits a playfield object. The result is that the
  20.    object drops 3 out of 4 frames even when touching a playfield.
  21.  
  22.    + These programs work OK if you select a refresh rate of 1.
  23.  
  24. 8. Player/Missiles are not displayed over a GTIA [sub]playfield -
  25.    Not really a bug since its not been implemented yet!
  26.  
  27. 9. The Linux XVIEW (a.out) version generates a segmentation faults when
  28.    linked with the Network Audio System. The fault occurs simply by
  29.    linking the NAS routines with the XVIEW version, you do not even
  30.    need to execute a single line of code added to support sound. At the
  31.    moment I believe that this is a conflict between the current version
  32.    of XVIEW I am using (XVIEW 3.2 Linux Rel. 5 + X11R6) and the Network
  33.    Audio System. XVIEW and NAS work OK together under Solaris and
  34.    Linux/ELF.
  35.