v 1.11.2
spotlessmind1975
released this
23 Sep 21:13
·
5745 commits
to main
since this release
New features
- generate D64 image with PRG #497;
- add (preliminary) support for Philips VG5000 #82;
- added support for embedded compression (#451 #452 #453 #453);
- add support for put image with banking under d64 #485;
- add support for put image with banking under msx1 #486;
- add support for put image with banking under c128 #481;
- add support for put image with banking under c64 #482;
- add support for MSC1 decompression (Zilog Z80) #454;
- add support for MSC1 compression (C) #451;
- integrate MSC1 compression / decompression on image (banking) #455;
- Add support for MSC1 decompression (Motorola 6809) #453;
- added suport for
STORAGE...ENDSTORAGE
,FILE...AS...
ond64
output; - added support for
LOAD ... COMPRESSED
; - added support for direct usage of COMPRESSED keyword;
Bug fixes
- Peephole does not care about autoincrement #478;
- Bank loading on Olivetti PC128 put zero at beginning of block #492;
- fixed MMOVE bug;
- fixed Dragon 32/64 optimizers
- MSC1 optimization for 6809 by Samuel-DEVULDER;
- fixed
PUT IMAGE
onplus4
(ted
); - fixed WAIT CYCLES on pc128op;
- fix PUT IMAGE offsetting (tms9918);
- fix VT_TILE initialization on z80 based targets;
- fix variable generation on bank definition (c128);
- Fix variable generation on bank definition (c64);
- Fix: re-enable irq after waiting for VBL;
- Fixed PUT IMAGE colorization under odd y (tms9918);
- fixed
WAIT xxx TICKS
underzx
;