Added support for USA Rev 1
This commit is contained in:
parent
b968009093
commit
636af928ae
18 changed files with 12142 additions and 19 deletions
|
|
@ -2,7 +2,6 @@
|
|||
#include <dolphin/hw_regs.h>
|
||||
#include <dolphin/os.h>
|
||||
|
||||
|
||||
typedef void (*MTRCallbackType)(int);
|
||||
|
||||
static MTRCallbackType MTRCallback;
|
||||
|
|
@ -268,8 +267,13 @@ u32 DBQueryData(void)
|
|||
if (!RecvDataLeng) {
|
||||
interrupts = OSDisableInterrupts();
|
||||
CheckMailBox();
|
||||
#if VERSION > 0
|
||||
OSRestoreInterrupts(interrupts);
|
||||
}
|
||||
#else
|
||||
}
|
||||
OSRestoreInterrupts(interrupts);
|
||||
#endif
|
||||
return RecvDataLeng;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue