]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/jagdasm.cpp
More compliance fixes, artwork changes, build system changes.
[virtualjaguar] / src / jagdasm.cpp
index 5f18f110a582fcb276a58b46a6909fa18f56a557..31a67ef7d8852489a598b19a00c5a65de527a61e 100644 (file)
@@ -1,3 +1,18 @@
+//
+// Jaguar RISC Disassembly
+//
+// Originally by David Raingeard
+// GCC/SDL port by Niels Wagenaar (Linux/WIN32) and Carwin Jones (BeOS)
+// Minor cleanups by James Hammons
+// (C) 2012 Underground Software
+//
+// JLH = James Hammons <jlhamm@acm.org>
+//
+// Who  When        What
+// ---  ----------  -------------------------------------------------------------
+// JLH  06/01/2012  Created this log (long overdue! ;-)
+//
+
 #include "jagdasm.h"
 
 #include <stdio.h>