This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* --------------------------------------------------- | |
Ultra Low Power LED flasher | |
LED is connected to PA4 and is high active. | |
Jan 16th, 2021, CPLDCPU - Initial version | |
---------------------------------------------------- */ | |
#include <stdint.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 32K routines by LucentW#6667 / https://t.me/LucentW / https://github.com/LucentW | |
; big credits to BennVenn for the base template for 8K savestates, | |
; part of the routines used for this, the explanatory video | |
; and the effort into collecting the infos for these patches | |
; BennVenn's video: https://www.youtube.com/watch?v=l2bx-udTN84 | |
; Things we need to know to patch our ROM. | |
; Use the Joey's debug log, Lesserkuma's FlashGBX flash prober or read the datasheet |