Please help support the site by donating at the link below.https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8ZRU34U47BESW
I don't know if you guys still need help but here it is: When you look at the code In release of the main loop. Hazeree uses Stater to set what mode the chip is in. every time you press the sync button it adds 0x40 to STATER. Now when STATER is 0x00 the chip is off, 0x40 is mode 1, 0x80 is mode 2, 0xC0 is mode 3, and then when you press sync again STATER resets back to 0x00 and the chip is off again. You could either change that 0x40 to another number and change the interrupt which looks at what mode the controller is in, or you could change the method of setting the mode entirely, both of which would be hard. Say you changed 0x40 to 0x20. Now the chip would have 7 modes. Off: 0x00, 1: 0x20, 2: 0x40, 3: 0x60, 4: 0x80... PM me if you need more help