home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / misc / emu / z80 / todo < prev    next >
Text File  |  1993-12-21  |  767b  |  27 lines

  1.     To Do (mainly in order of priority):
  2.  
  3. Search and destroy the existing bugs.
  4.  
  5. Fix "randomness" of flags; particularly Sign of Bit 7,s
  6.  
  7. testreq at GoLowBuf (?)
  8.  
  9. Undefined-opcode exception, and other possible uses of a general
  10. exception handler call.
  11.  
  12. Optimisations for higher processors.
  13.  
  14. Better documentation on how to write instruction routines,
  15.   including full descriptions of the implementation-dependent
  16.   instructions (flags and such).
  17.  
  18. User patching of instructions.
  19.  
  20. Consider return upon Halt, pulling Z80 HALT line low.
  21.   Would that be a general exception, or a separate thing?
  22.  
  23. Implement interrupt mode 0? How then?
  24.  
  25. DMA-request to make sure external write to memory is between instructions?
  26.   (Simply use Exit? Slow, but...) This also a general exception?
  27.