#cell #gba #irq #global #regular #communication #values

gba-cell

A minimal cell wrapper for communication between regular and IRQ code on the GBA using single-word values

1 unstable release

0.0.1 Aug 21, 2024

#23 in #gba

Zlib OR Apache-2.0 OR MIT

6KB
71 lines

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.


lib.rs:

Provides the GbaCell type.

Safety

This crate is intended to only be used for writing software on the Nintendo Gameboy Advanced. Use on any other platform may lead to Undefined Behaviour.

No runtime deps

Features