1.1 diff -r 45ae4c97155b -r 240e195e4bed src/state.c 1.2 --- a/src/state.c Tue Mar 01 21:33:32 2011 +0000 1.3 +++ b/src/state.c Wed Mar 02 07:16:32 2011 +0000 1.4 @@ -22,7 +22,7 @@ 1.5 state.leds = 0; 1.6 state.genstat = 0; // FIXME: check this 1.7 state.bsr0 = state.bsr1 = 0; // FIXME: check this 1.8 - 1.9 + state.timer_enabled = state.timer_asserted = false; 1.10 // Allocate Base RAM, making sure the user has specified a valid RAM amount first 1.11 // Basically: 512KiB minimum, 2MiB maximum, in increments of 512KiB. 1.12 if ((base_ram_size < 512*1024) || (base_ram_size > 2048*1024) || ((base_ram_size % (512*1024)) != 0))