Opcode decoding: 0xC0 isn't a valid command.

Fix our opcode decoders to handle this appropriately.
This commit is contained in:
magumagu
2014-05-08 15:43:41 -07:00
parent b4e1ac5f08
commit 369c0c4ce2
3 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@ namespace OpcodeDecoder
#define GX_CMD_CALL_DL 0x40
#define GX_CMD_INVL_VC 0x48
#define GX_PRIMITIVE_MASK 0x78
#define GX_PRIMITIVE_MASK 0x38
#define GX_PRIMITIVE_SHIFT 3
#define GX_VAT_MASK 0x07