| Previous | 199869 Revisions | Next |
| r31673 Sunday 17th August, 2014 at 03:36:26 UTC by R. Belmont |
|---|
| msm5832: day of week is 0-6, not 1-7 [R. Belmont] |
| [src/emu/machine] | msm5832.c |
| r31672 | r31673 | |
|---|---|---|
| 161 | 161 | write_counter(REGISTER_Y1, year); |
| 162 | 162 | write_counter(REGISTER_MO1, month); |
| 163 | 163 | write_counter(REGISTER_D1, day); |
| 164 | m_reg[REGISTER_W] = day_of_week; | |
| 164 | m_reg[REGISTER_W] = day_of_week-1; | |
| 165 | 165 | write_counter(REGISTER_H1, hour); |
| 166 | 166 | write_counter(REGISTER_MI1, minute); |
| 167 | 167 | write_counter(REGISTER_S1, second); |
| Previous | 199869 Revisions | Next |