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

trunk/src/emu/machine/msm5832.c
r31672r31673
161161   write_counter(REGISTER_Y1, year);
162162   write_counter(REGISTER_MO1, month);
163163   write_counter(REGISTER_D1, day);
164   m_reg[REGISTER_W] = day_of_week;
164   m_reg[REGISTER_W] = day_of_week-1;
165165   write_counter(REGISTER_H1, hour);
166166   write_counter(REGISTER_MI1, minute);
167167   write_counter(REGISTER_S1, second);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team