]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/log.cpp
Initial stab at getting the DSP to run in the host audio IRQ. Needs testing.
[virtualjaguar] / src / log.cpp
index 15b2384d0099f7e9b2770734ce8ce60a1835b5a3..d21ea682a8582654038966b86800161fb985454c 100644 (file)
@@ -3,17 +3,17 @@
 //
 // Originally by David Raingeard (Cal2)
 // GCC/SDL port by Niels Wagenaar (Linux/WIN32) and Caz (BeOS)
-// Cleanups/new stuff by James L. Hammons
+// Cleanups/new stuff by James Hammons
 // (C) 2010 Underground Software
 //
-// JLH = James L. Hammons <jlhamm@acm.org>
+// JLH = James Hammons <jlhamm@acm.org>
 //
 // Who  When        What
 // ---  ----------  -------------------------------------------------------------
 // JLH  01/16/2010  Created this log ;-)
 // JLH  07/11/2011  Instead of dumping out on max log file size being reached, we
 //                  now just silently ignore any more output. 10 megs ought to be
-//                  enough for anybody. ;-)
+//                  enough for anybody. ;-) Except when it isn't. :-P
 //
 
 #include "log.h"