rust-console/gba

The API for integer `with_*` in MMIO type definitions expects pre-shifted values.

Lymia opened this issue · 1 comments

Lymia commented

I'm pretty sure there's a missing shift here: https://github.com/rust-console/gba/blob/main/src/mmio_types.rs#L24

oh, right.

enums are pre-shifted but ints are not