mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +03:00
Fix TE lerp/mult bit field def (nw)
This commit is contained in:
parent
9ad5c5c974
commit
726fa9b6df
@ -236,8 +236,8 @@ static const uint32_t xy_one = 1;
|
||||
#define TXTTABCNTL_AO_SEL_BLEND 2
|
||||
#define TXTTABCNTL_AO_SEL_RESERVED 3
|
||||
|
||||
#define TXTTABCNTL_BLENDOP_MASK 0x00010000
|
||||
#define TXTTABCNTL_BLENDOP_SHIFT 16
|
||||
#define TXTTABCNTL_BLENDOP_MASK 0x00020000
|
||||
#define TXTTABCNTL_BLENDOP_SHIFT 17
|
||||
#define TXTTABCNTL_BLENDOP_LERP 0
|
||||
#define TXTTABCNTL_BLENDOP_MULT 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user