View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0000352 | EBoot_PM4 | EBoot | public | 2010-06-18 09:58 | 2010-06-18 09:58 | 
| Reporter | froelich | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried | 
| Status | new | Resolution | open | ||
| Product Version | V1.47 | ||||
| Target Version | unspecified | ||||
| Summary | 0000352: OEMGetRealTime() in ether.c reports wrong values for wDay amd wDayOfWeek | ||||
| Description | Wrong: lpst->wDay = FROM_BCD(pRTCRegs->BCDDAY & 0x3f); lpst->wDayOfWeek = (pRTCRegs->BCDDATE - 1); Good: lpst->wDay = FROM_BCD(pRTCRegs->BCDDATE & 0x3f); lpst->wDayOfWeek = (pRTCRegs->BCDDAY - 1);  | ||||
| Forum Link | |||||