X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fblitter.cpp;h=3d4207d42f8d2c31e093e9eced5fffefebb2c9ac;hb=22df98479e3be04169e6c70f5d08dc56d4ccb4ed;hp=90f04386109258e99b604d74a8a47feb77ededf6;hpb=d239de704f276a75d927900e3d413a44cc87116c;p=virtualjaguar diff --git a/src/blitter.cpp b/src/blitter.cpp index 90f0438..3d4207d 100644 --- a/src/blitter.cpp +++ b/src/blitter.cpp @@ -2,13 +2,22 @@ // Blitter core // // by James L. Hammons +// (C) 2010 Underground Software +// +// JLH = James L. Hammons +// +// Who When What +// --- ---------- ------------------------------------------------------------- +// JLH 01/16/2010 Created this log ;-) +// + // // I owe a debt of gratitude to Curt Vendel and to John Mathieson--to Curt // for supplying the Oberon ASIC nets and to John for making them available // to Curt. ;-) Without that excellent documentation which shows *exactly* // what's going on inside the TOM chip, we'd all still be guessing as to how // the wily blitter and other pieces of the Jaguar puzzle actually work. -// Now how about those JERRY ASIC nets gentlemen...? ;-) +// Now how about those JERRY ASIC nets gentlemen...? [We have those now!] ;-) // #include "blitter.h" @@ -18,6 +27,7 @@ #include #include "jaguar.h" #include "log.h" +//#include "memory.h" // Various conditional compilation goodies...