]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/blitter.cpp
Added BIOS and DSP options to configure dialog.
[virtualjaguar] / src / blitter.cpp
index 90f04386109258e99b604d74a8a47feb77ededf6..3d4207d42f8d2c31e093e9eced5fffefebb2c9ac 100644 (file)
@@ -2,13 +2,22 @@
 // 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
 // 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 <string.h>
 #include "jaguar.h"
 #include "log.h"
+//#include "memory.h"
 
 // Various conditional compilation goodies...