[Tuxnes-devel] Snowday updates
Brought to you by:
tmmm
|
From: Mike M. <mel...@pc...> - 2001-04-11 21:55:14
|
Hi team, Today turned into a snowday for me. Even though the sun is shining bright now and much of the snow is melting. Happens all the time where I live. Anyway, since work and school were already cancelled, I'm spending the day on TuxNES. I just added a new uniform header to all of the TuxNES source files like I've been meaning to do. It looks like this: /* * This file is part of the TuxNES project codebase. * * Please see the README and COPYING files for more information regarding * this project. * * $Id:$ * * Description: */ Some source code files used to have a list of authors who have hacked on them, others didn't. The lists were rarely kept up to date. It's better to have all the credits in a few central files like AUTHORS and THANKS. I also eliminated a dead data structure in sound.h and io.c. Right now, I'm trying to figure out what to do with the ulaw.c file. It just contains a giant array of numbers which isn't referenced in the program anymore. I'm off to work on the HACKING file some more. The release creeps close. -- -Mike Melanson |