gba/examples
Alissa Rao 79099d807b
Adds support for reading/writing to save media. (#109)
* Write some of the basic infrastructure for SRAM support.

* Implement battery-backed SRAM.

* Implement non-Atmel Flash chips.

* Implement support for Atmel Flash SRAM chips.

* Implement EEPROM support, various refactorings to SRAM system.

* Replace Save API with one based more cleanly on the flash chip API.

* Run rustfmt on new save media code.

* Improve test_savegame and fix remaining bugs caught by the changes.

* Proofreading on comments/documentation for save module.

* Fix addresses for read/verify routines in save::flash.

* Rebase save_api onto current master.
2021-02-22 23:19:37 -07:00
..
hello_magic.rs Add __IRQ_HANDLER symbol to hello_magic example 2019-02-13 18:27:27 -08:00
hello_world.rs Adds support for NO$GBA's debugging API. (#108) 2021-02-22 23:19:14 -07:00
irq.rs Update IME to be u16 sized, avoid newtype_enum 2019-02-14 22:11:23 -07:00
test_savegame.rs Adds support for reading/writing to save media. (#109) 2021-02-22 23:19:37 -07:00
uart_echo.rs SioSerial improvements (#100) 2021-01-12 14:42:56 -07:00