]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/cdrom.cpp
Initial changeset to experimental branch
[virtualjaguar] / src / cdrom.cpp
index a7569ac1eaec9a95ad0293c87188ad2a92fba6c6..c45a8f0306c06c5970a8a52bbd98e4b1daa4e45e 100644 (file)
@@ -4,13 +4,21 @@
 // Originally by David Raingeard
 // GCC/SDL port by Niels Wagenaar (Linux/WIN32) and Caz (BeOS)
 // Extensive rewrites/cleanups/fixes by James L. Hammons
+// (C) 2010 Underground Software
+//
+// JLH = James L. Hammons <jlhamm@acm.org>
+//
+// Who  When        What
+// ---  ----------  -------------------------------------------------------------
+// JLH  01/16/2010  Created this log ;-)
 //
 
 #include "cdrom.h"
 
 #include <string.h>                                                                    // For memset, etc.
-#include "jaguar.h"                                                                    // For GET32/SET32 macros
+//#include "jaguar.h"                                                                  // For GET32/SET32 macros
 #include "m68k.h"
+//#include "memory.h"
 #include "cdintf.h"                                                                    // System agnostic CD interface functions
 #include "log.h"
 #include "dac.h"