mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Make the DMA module public
This commit is contained in:
parent
95b5e85f57
commit
3c28324e83
|
@ -153,7 +153,8 @@ mod agbabi;
|
|||
mod bitarray;
|
||||
/// Implements everything relating to things that are displayed on screen.
|
||||
pub mod display;
|
||||
mod dma;
|
||||
/// Provides access to the GBA's direct memory access (DMA) which is used for advanced effects
|
||||
pub mod dma;
|
||||
/// Button inputs to the system.
|
||||
pub mod input;
|
||||
/// Interacting with the GBA interrupts
|
||||
|
|
Loading…
Reference in a new issue