Skip to content

Instantly share code, notes, and snippets.

View undisbeliever's full-sized avatar

undisbeliever undisbeliever

View GitHub Profile
@undisbeliever
undisbeliever / requirements.txt
Last active March 4, 2025 01:23
smpspeed usb2snes data reader
websocket-client==1.8.0
@undisbeliever
undisbeliever / WaitForVBlank_CountSpinLoops.h
Last active July 22, 2024 10:56
WaitForVBlank_CountSpinLoops()
u16 WaitForVBlank_CountSpinLoops(void);
@undisbeliever
undisbeliever / mouse-data-test.c
Last active June 16, 2024 12:33
PVSnesLib mouse read test
/*
* Mouse data test.
*
* Used to verify the mouse reading code with a Hyperkin mouse.
*/
#include <snes.h>
#define JOYPAD_PORT 0
/**
* PVSnesLib pad tests
*/
#include <snes.h>
extern char Font_Tiles, Font_Palette;
#define VRAM_BG3_MAP_WADDR 0x0400
#define VRAM_BG3_TILE_WADDR 0x1000
@undisbeliever
undisbeliever / tad-draft-scpu-api.md
Last active March 16, 2024 03:58
Draft Terrific Audio Driver S-CPU API