Skip to content

Instantly share code, notes, and snippets.

View Kashouryo's full-sized avatar
🖊️
osu!-ing with tablet

Kashouryo Kashouryo

🖊️
osu!-ing with tablet
  • Massachusetts US
View GitHub Profile
@LucentW
LucentW / template32k.asm
Last active January 9, 2023 12:44
Template for GBC repro carts "load/write SRAM from/to flash" routines (32KB variant)
; 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
@cpldcpu
cpldcpu / LowPowerLEDflasher.c
Created February 7, 2021 02:10
Low Power LED Flasher on PFS154
/* ---------------------------------------------------
Ultra Low Power LED flasher
LED is connected to PA4 and is high active.
Jan 16th, 2021, CPLDCPU - Initial version
---------------------------------------------------- */
#include <stdint.h>