mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-11 02:04:11 +00:00
m1n1.hw.admac: Add UNK4 report flag
Signed-off-by: Martin Povišer <povik@protonmail.com>
This commit is contained in:
parent
f0ff2e9eaf
commit
d040e61aa8
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ class ADMACDescriptor(Reloadable):
|
|||
class ADMACReportFlags(Register32):
|
||||
UNK1 = 24
|
||||
UNK2 = 25
|
||||
UNK4 = 26 # memory access fault?
|
||||
UNK3 = 27
|
||||
DESC_ID = 7, 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue