1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-05-31 18:41:30 +00:00

Update changelog

This commit is contained in:
Karol Stasiak 2019-06-28 16:43:50 +02:00
parent 674f8d1983
commit 6deee5f69b

View File

@ -18,6 +18,8 @@
* Added `random` module.
* Added `init_rw_memory` module for cartridge targets.
* Added `ensure_mixedcase` function and `oldpet` and `origpet` text encodings.
* Added `MILLFORK_VERSION` preprocessor parameter.
@ -50,6 +52,8 @@
* **Potentially breaking change!** Commodore 128 target no longer defines `CBM_64` feature.
* Fixed the NES examples and the `nes_joy` module.
* 6502 targets can now define free zeropage bytes, not only pointers.
* 6502: Fixed optimizations using index registers.