* Finish off all the TODO's and fix all bugs :-)

* Embedd error-messages and such alike.

* tag all load structs with         struct __attribute__((packed))   and be
  redunant to buggy files

* Endian when reading files.. Ring a bell anybody?

* Write C-friends of all assembler inlines.. easier later when porting

* Update help files with all keyboard stuff that needs to be changed due to
  compat with vt100 consoles

* DGA 24-bit modus is not written yet (only needs the flip-code in the
  plSetGraphPage(), but I need the graphic card and driver that use 24 bit
  pitch, and not 32 bit

* DGA still misses some few keys I believe

* mif.c / MDZ files

* Check the following licensed stuff:
  mpeg audio - ok for open source
  gif - free, lzw patents expired in 2004
  tga - free, never have been issues with this
  it sample decompression - unknown

* make adb.c and mdb.c use mmap instead of malloc+fread.. makes swapping better
  for the host if the files grows like.. BIG

* mmcmp compressed files - I need a mmcmp-compressed file

* zip, arj and other archive files

* file detection routines need to check the buffer len

* Make assembler inlines for PANPROC in playmp2 and playogg
