From 3b542e9430ab99c612032f02908326eeab336f52 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 14 Jan 1998 20:08:46 +0000 Subject: [PATCH] snapshot --- include/opcode/txvu.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/opcode/txvu.h b/include/opcode/txvu.h index c26decc3471..c4924ba5a56 100644 --- a/include/opcode/txvu.h +++ b/include/opcode/txvu.h @@ -201,6 +201,10 @@ struct txvu_operand { #define TXVU_DEST_Y 4 #define TXVU_DEST_Z 2 #define TXVU_DEST_W 1 +#define TXVU_BC_X 0 +#define TXVU_BC_Y 1 +#define TXVU_BC_Z 2 +#define TXVU_BC_W 3 extern const struct txvu_operand txvu_operands[]; extern const int txvu_operand_count; -- 2.30.2