mirror of
https://github.com/italicsjenga/gba.git
synced 2025-01-10 02:51:31 +11:00
changelog
This commit is contained in:
parent
587536b317
commit
f06d25bb1b
|
@ -7,11 +7,11 @@
|
||||||
phase, so the macros were unnecessary (and clunky).
|
phase, so the macros were unnecessary (and clunky).
|
||||||
* **Break:** The `IrqFn` type is changed to pass the function an `IrqBits`
|
* **Break:** The `IrqFn` type is changed to pass the function an `IrqBits`
|
||||||
instead of a bare `u16`.
|
instead of a bare `u16`.
|
||||||
* Adds a helper for using `stm` to set all controls of a DMA at once.
|
|
||||||
* Adds functions to pick a screenblock location (one for each screenblock
|
* Adds functions to pick a screenblock location (one for each screenblock
|
||||||
type).
|
type).
|
||||||
* Add `BitUnPack` BIOS function.
|
* Add `BitUnPack` BIOS function.
|
||||||
* Add the `CGA_8X8_THICK` art data.
|
* Add the `CGA_8X8_THICK` art data.
|
||||||
|
* Greatly improved documentation.
|
||||||
* **0.7.4:** Adds mGBA logging support.
|
* **0.7.4:** Adds mGBA logging support.
|
||||||
* **0.7.3:** Fixes "multiple definition" errors with the AEABI division functions.
|
* **0.7.3:** Fixes "multiple definition" errors with the AEABI division functions.
|
||||||
Filed a PR to fix this soon:
|
Filed a PR to fix this soon:
|
||||||
|
|
Loading…
Reference in a new issue