X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftypes.h;h=cad30bf934939f1e950be37ff7b2d164c88e4c96;hb=5c28b6dbf7aa20441c8a51f484f4f64b1966f7e3;hp=e001c992e9bcf7e635ae560f5a974c502b0f15dc;hpb=683f283e1328164c176618088c34408ea6c03cf7;p=virtualjaguar diff --git a/src/types.h b/src/types.h index e001c99..cad30bf 100644 --- a/src/types.h +++ b/src/types.h @@ -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__