Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. c64.c
  2. streq needs rewrite
  3.  
  4. mctdl.S
  5. always use ALSIZE16 4, ALSIZE64 6 - Works for my purposes?
  6.  
  7. vic.c
  8. LongFill doesn't compile, needs dummy variables or use memset
  9.  
  10. video_go32.c
  11. Video palette is awful
  12.  
  13. video_go32.h
  14. dosmemlset, dosmemlmov needs dummy output asm variables
  15. VideoPut needs rewrite with _dosmemputb
  16. VideoCopyLine needs dosmemputl
  17. rawclock is defined wrong and already defined elsewhere
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement