From: Shamus Hammons Date: Sat, 20 Mar 2004 19:24:00 +0000 (+0000) Subject: Commentary update ;-) X-Git-Tag: 1.0.7~46 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f962efb1a33e13a1682ba641135e22d562720551;p=virtualjaguar Commentary update ;-) --- diff --git a/src/cdbios.cpp b/src/cdbios.cpp index aa65e36..d3e4161 100644 --- a/src/cdbios.cpp +++ b/src/cdbios.cpp @@ -1,13 +1,13 @@ // // CD BIOS core // -// by cal2 +// by David Raingeard // GCC/SDL port by Niels Wagenaar (Linux/WIN32) and Caz (BeOS) // Cleanups by James L. Hammons // -// cal2: -// 02/20/2002: fixed sector to msf conversion -// 02/19/2002: fixed a bug in toc encoding function +// David R.: +// 02/20/2002: Fixed sector to MSF conversion +// 02/19/2002: Fixed a bug in TOC encoding function // #include "cdbios.h" diff --git a/src/cdi.cpp b/src/cdi.cpp index e283562..0e737dc 100644 --- a/src/cdi.cpp +++ b/src/cdi.cpp @@ -1,7 +1,7 @@ // // CD Interface handler // -// by cal2 +// by David Raingeard // GCC/SDL port by Niels Wagenaar (Linux/WIN32) and Caz (BeOS) // Cleanups by James L. Hammons //