summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/dc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/dc.c')
-rw-r--r--src/mame/machine/dc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/dc.c b/src/mame/machine/dc.c
index 8ea96cb0143..c5975bab6bf 100644
--- a/src/mame/machine/dc.c
+++ b/src/mame/machine/dc.c
@@ -716,7 +716,7 @@ TIMER_CALLBACK_MEMBER(dc_state::dc_rtc_increment)
/* fill the RTC registers with the proper start-up values */
void dc_state::rtc_initial_setup()
-{
+{
static UINT32 current_time;
static int year_count,cur_year,i;
static const int month_to_day_conversion[12] = { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334 };