home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1999 February / Freesoft_1999-02_cd.bin / Recenz / Emulator / PSX / Pex / BUGS.TXT next >
Text File  |  1998-02-02  |  811b  |  19 lines

  1. -- bugs.txt
  2. // known bugs in pex 0.01 build 02 Feb 1998
  3.  
  4. - delay slots are handled improperly by the mips-x86 compiler.  right now, when
  5.   a branch is not taken, the delay slot is executed twice.
  6. - no support for dma, gpu, spu, gte, cdrom.  this is not actually a bug, just
  7.   stuff I haven't implemented yet.
  8. - won't play games.  Do not contact me and tell me this won't play games.
  9.   I know it won't.
  10.  
  11. things that look like bugs but aren't
  12. - it doesn't look like pex ever runs delay slots because pex considers a branch
  13.   and its delay slot to be one opcode.  this causes it to look like the delay
  14.   slot does not execute.  this also causes the delay slot to be executed twice
  15.   when the branch is not taken.  I know how to fix that, but haven't gotten
  16.   a chance to yet.
  17.  
  18. -- end of bugs.txt
  19.