06-03-2001 

Here is a list of changes for NesterDC

Files that changed in NesterDC contain the following header:

/* 
** NesterDC by Ken Friece
** Any changes that I made to the original source are 
** marked with in the following way:
** KF DD/MM/YYYY <description of the change> 
*/ 

Do not bother the creators of libdream with bugs that I introduced :)
NesterDC does not use all of libdreams functionality, so it is possible
that I broke some things that work in the original version of libdream,
which bring me to the next point:

Note that this is NOT the complete distribution of libdream. You can
get the complete, original distribution from here:
http://dcdev.allusion.net/

Changelog:
1.) Get libdream to compile on g++ instead of gcc. This mainly involved type casting 
void pointers, and things of that nature.
2.) cdrom.h, cdrom.c, and gd_syscalls.s are actually cdfs.h and cdfs.c from libdream-0.71.
    Removed fs_iso9660.c and fs_iso9660.h.
3.) Modified some routines in maple to add in a device number.
4.) Added snd_memset to spu.c from kallistios-0.90.
5.) Modified Makefiles to account for the changes.