X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgpu.cpp;h=4892b7aa536d4bee7d790435bacfd929b621fa28;hb=94e1e961b57f253b760298ab0bae96a7de6d20fa;hp=aec51a18e3be9bc0ffe0fb2b4579cd1981285898;hpb=f95620384355f3db89f779e1e7be59260ecfc6ff;p=virtualjaguar diff --git a/src/gpu.cpp b/src/gpu.cpp index aec51a1..4892b7a 100644 --- a/src/gpu.cpp +++ b/src/gpu.cpp @@ -6,6 +6,15 @@ // Originally by David Raingeard (Cal2) // GCC/SDL port by Niels Wagenaar (Linux/WIN32) and Caz (BeOS) // Cleanups, endian wrongness, and bad ASM amelioration by James L. Hammons +// (C) 2010 Underground Software +// +// JLH = James L. Hammons +// +// Who When What +// --- ---------- ------------------------------------------------------------- +// JLH 01/16/2010 Created this log ;-) + +// // Note: Endian wrongness probably stems from the MAME origins of this emu and // the braindead way in which MAME handles memory. :-) // @@ -23,7 +32,7 @@ #include "jaguar.h" #include "log.h" #include "m68k.h" -#include "memory.h" +//#include "memory.h" #include "tom.h" //#define GPU_DEBUG