mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
68340tmu: Fixed MCR register enum error
This commit is contained in:
parent
03834e8262
commit
27a9ff587e
@ -41,7 +41,7 @@ public:
|
||||
REG_MCR_STP = 0x8000,
|
||||
REG_MCR_FRZ1 = 0x4000,
|
||||
REG_MCR_FRZ2 = 0x2000,
|
||||
REG_MCR_SUPV = 0x0800,
|
||||
REG_MCR_SUPV = 0x0080,
|
||||
REG_MCR_ARBLV = 0x000f,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user