gba/src
Hpmason ec0ca7d804
Add RNG (#142)
* Add random

* Add GBA random example

* switch macro_export to pub(crate)

* rename u32_to_u32 macro

* remove useless pub use

* Comment out extra u32 to u16 macro

* Comment random_color example

* formatting

* More commenting

* Add/fix some docs

* Fix some doc links

* Remove use of u64
- Halve bit widths where u64 was used

* Add Gen32::next_color()
2021-05-17 12:22:51 -06:00
..
art remove proc macro usage and finish out the mmio (#125) 2021-04-08 23:57:30 -06:00
bak remove proc macro usage and finish out the mmio (#125) 2021-04-08 23:57:30 -06:00
debugging this is the commit that gave the ICE. 2021-05-01 18:38:52 -06:00
mmio_addresses remove proc macro usage and finish out the mmio (#125) 2021-04-08 23:57:30 -06:00
mmio_types Bitfield fixes (#146) 2021-05-17 11:50:42 -06:00
random Add RNG (#142) 2021-05-17 12:22:51 -06:00
save Add RNG (#142) 2021-05-17 12:22:51 -06:00
sync Add RNG (#142) 2021-05-17 12:22:51 -06:00
art.rs remove proc macro usage and finish out the mmio (#125) 2021-04-08 23:57:30 -06:00
bios.rs remove proc macro usage and finish out the mmio (#125) 2021-04-08 23:57:30 -06:00
debugging.rs fix macros. 2021-05-01 19:45:55 -06:00
lib.rs Add RNG (#142) 2021-05-17 12:22:51 -06:00
macros.rs fix macros. 2021-05-01 19:45:55 -06:00
mmio_addresses.rs palettes and oam (#137) 2021-04-16 15:01:38 -06:00
mmio_types.rs Bitfield fixes (#146) 2021-05-17 11:50:42 -06:00
random.rs Add RNG (#142) 2021-05-17 12:22:51 -06:00
rsrt0.S Sets an initial WAITCNT in rsrt0.S (#147) 2021-05-17 12:00:05 -06:00
save.rs Add RNG (#142) 2021-05-17 12:22:51 -06:00
sync.rs remove proc macro usage and finish out the mmio (#125) 2021-04-08 23:57:30 -06:00