The Terrific Audio Driver ca65 API has been implemented and can be found at https://github.com/undisbeliever/terrific-audio-driver/tree/main/audio-driver/ca65-api
The ca65 API used in Terrific Audio Driver might differ from this document.
DRAFT
| websocket-client==1.8.0 |
| u16 WaitForVBlank_CountSpinLoops(void); |
| /* | |
| * 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 |
The Terrific Audio Driver ca65 API has been implemented and can be found at https://github.com/undisbeliever/terrific-audio-driver/tree/main/audio-driver/ca65-api
The ca65 API used in Terrific Audio Driver might differ from this document.
DRAFT