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