X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcdrom.cpp;h=c45a8f0306c06c5970a8a52bbd98e4b1daa4e45e;hb=94e1e961b57f253b760298ab0bae96a7de6d20fa;hp=a7569ac1eaec9a95ad0293c87188ad2a92fba6c6;hpb=f95620384355f3db89f779e1e7be59260ecfc6ff;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"