]> Shamusworld >> Repos - virtualjaguar/commitdiff
Commentary update ;-)
authorShamus Hammons <jlhamm@acm.org>
Sat, 20 Mar 2004 19:24:00 +0000 (19:24 +0000)
committerShamus Hammons <jlhamm@acm.org>
Sat, 20 Mar 2004 19:24:00 +0000 (19:24 +0000)
src/cdbios.cpp
src/cdi.cpp

index aa65e36c96c0fdb4de2a4d1f822de5c956da0380..d3e416144834fde7c0e0edd61152a017c664cb59 100644 (file)
@@ -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"
index e283562e42838ecac70af3a7eaa0a6932e9e9c23..0e737dccb466a75c1c32cd705245ac71b7b4532f 100644 (file)
@@ -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
 //