gba-cell

Crates.iogba-cell
lib.rsgba-cell
version0.0.1
sourcesrc
created_at2024-08-21 22:49:50.496582
updated_at2024-08-21 22:49:50.496582
descriptionA minimal cell wrapper for communication between regular and IRQ code on the GBA using single-word values.
homepage
repositoryhttps://github.com/rust-console/gba-cell
max_upload_size
id1347022
size7,338
Ilan Scheinkman (ischeinkman)

documentation

README

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.

Commit count: 0

cargo fmt