]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/blitter.cpp
Initial changeset to experimental branch
[virtualjaguar] / src / blitter.cpp
index 75d65a432bbd20879aa6db464dec13e4ab2279a6..3d4207d42f8d2c31e093e9eced5fffefebb2c9ac 100644 (file)
@@ -2,6 +2,15 @@
 // Blitter core
 //
 // 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 ;-)
+//
+
 //
 // 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
@@ -18,6 +27,7 @@
 #include <string.h>
 #include "jaguar.h"
 #include "log.h"
+//#include "memory.h"
 
 // Various conditional compilation goodies...