mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-23 19:01:30 +11:00
changelog
This commit is contained in:
parent
14a68fec14
commit
e8fb90a855
|
@ -1,6 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* **0.8.0 (unreleased):**
|
* **0.9.0:** (unreleased)
|
||||||
|
* **Break:** Quite a bit of the video interface has been replaced, but it
|
||||||
|
should be much easier to use now.
|
||||||
|
* **0.8.0:**
|
||||||
* **Break:** Removed the macros for `GbaCell` access in favor of just methods.
|
* **Break:** Removed the macros for `GbaCell` access in favor of just methods.
|
||||||
I had at first thought that they'd assign registers and then inline, but it
|
I had at first thought that they'd assign registers and then inline, but it
|
||||||
turns out that the inline phase happens way before the register assignment
|
turns out that the inline phase happens way before the register assignment
|
||||||
|
|
Loading…
Reference in a new issue