Gekko: fix typos in HID2

This commit is contained in:
Tillmann Karras 2015-08-07 06:58:42 +02:00
parent 1699c733b7
commit 829a949708
1 changed files with 2 additions and 2 deletions

View File

@ -537,12 +537,12 @@ union UReg_HID2
struct
{
u32 : 16;
u32 DQOMEE : 1;
u32 DQOEE : 1;
u32 DCMEE : 1;
u32 DNCEE : 1;
u32 DCHEE : 1;
u32 DQOERR : 1;
u32 DCEMERR : 1;
u32 DCMERR : 1;
u32 DNCERR : 1;
u32 DCHERR : 1;
u32 DMAQL : 4;