X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcdrom.cpp;h=c45a8f0306c06c5970a8a52bbd98e4b1daa4e45e;hb=4beff2f35f649bb0befa58c8a89fdd702b3c9b4f;hp=a7569ac1eaec9a95ad0293c87188ad2a92fba6c6;hpb=f3e5bb2807319c210d124d6150e019130c54867b;p=virtualjaguar diff --git a/src/cdrom.cpp b/src/cdrom.cpp index a7569ac..c45a8f0 100644 --- a/src/cdrom.cpp +++ b/src/cdrom.cpp @@ -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 +// +// Who When What +// --- ---------- ------------------------------------------------------------- +// JLH 01/16/2010 Created this log ;-) // #include "cdrom.h" #include // 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"