mirror of
https://github.com/holub/mame
synced 2025-05-19 12:18:56 +03:00
Added comment to GTE_OP() that it's not used. This and the other two #defines that are marked as not used are probably not used on the real hardware either.(nw)
This commit is contained in:
parent
beab9e3007
commit
30d1bc5a01
@ -14,7 +14,7 @@
|
||||
|
||||
#include "emu.h"
|
||||
|
||||
#define GTE_OP( op ) ( ( op >> 20 ) & 31 )
|
||||
#define GTE_OP( op ) ( ( op >> 20 ) & 31 ) /* not used */
|
||||
#define GTE_SF( op ) ( ( op >> 19 ) & 1 )
|
||||
#define GTE_MX( op ) ( ( op >> 17 ) & 3 )
|
||||
#define GTE_V( op ) ( ( op >> 15 ) & 3 )
|
||||
|
Loading…
Reference in New Issue
Block a user