]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/types.h
Changed fonts in developer dialogs to use system defaults.
[virtualjaguar] / src / types.h
index e001c992e9bcf7e635ae560f5a974c502b0f15dc..cad30bf934939f1e950be37ff7b2d164c88e4c96 100644 (file)
@@ -1,6 +1,6 @@
 //
 // GCC/SDL port by Niels Wagenaar (Linux/WIN32) and Caz (BeOS)
-// Removal of unsafe macros and addition of typdefs by James L. Hammons
+// Removal of unsafe macros and addition of typdefs by James Hammons
 //
 
 #ifndef __TYPES_H__
@@ -19,8 +19,4 @@ typedef int32_t               int32;
 typedef uint64_t       uint64;
 typedef int64_t                int64;
 
-// Read/write tracing enumeration
-
-enum { UNKNOWN, JAGUAR, DSP, GPU, TOM, JERRY, M68K, BLITTER, OP };
-
 #endif // __TYPES_H__