Crates.io | gba-cell |
lib.rs | gba-cell |
version | 0.0.1 |
source | src |
created_at | 2024-08-21 22:49:50.496582 |
updated_at | 2024-08-21 22:49:50.496582 |
description | A minimal cell wrapper for communication between regular and IRQ code on the GBA using single-word values. |
homepage | |
repository | https://github.com/rust-console/gba-cell |
max_upload_size | |
id | 1347022 |
size | 7,338 |
gba-cell
Provides a global "cell" type for use in homebrew software for the Nintendo Gameboy Advance.
This allows for safely communicating between IRQ and non-IRQ code through the use of small wrapped global variables.