COLDFIX v1.15.3 [rev. 20240322.1900]

News and updates regarding the main version of ugBASIC are published in this forum.
In questo forum sono pubblicate notizie e novità riguardanti la versione principale di ugBASIC.
Les nouvelles et mises à jour concernant la version principale d'ugBASIC sont publiées dans ce forum.
Locked
spotlessmind1975
Site Admin
Posts: 149
Joined: Fri Oct 06, 2023 8:25 pm

COLDFIX v1.15.3 [rev. 20240322.1900]

Post by spotlessmind1975 »

:idea: component: compiler
:idea: targets: all

3RD CANDIDATE FOR VERSION 1.16 (MAIN=BETA)
  • better NTSC/PAL detection on coleco target.
  • fixed PLOT under monocromatic modes under gime (coco3).
  • increased sensibility on joystick for coco.
  • fixed fp routines on 6809.
  • fixed PRINT on graphic mode under coco.
  • fixed bank generation on coco.
  • avoid to use banking if unneeded under c64reu.
  • actually, STORAGE and BANKED are not compatible.
  • avoid to use PUT TILEMAP on STORAGE+BANKED images, and under conditional compilation.
  • corrected PUT IMAGE on c64reu when bank is not assigned.
  • various fix on variable production on c64reu.
  • avoid core dumps on disk production without storage on c64reu.
  • various fix on variable production on c64.
  • added support for printable BYTE on c128.
  • small fix on vic2.
  • fixed bank symbol generation under c64.
  • fixed bank support under c64/c128 and generation char constants.
  • fixed buffer generation under c128z.
  • fixed cpu comparation with 32 bit values under z80.
  • fixed buffer definition missing and not assigned under c128.
  • fixed PUT IMAGE under c128 (avoid c64reu dependency).
Locked