View Single Post
Old 08 August 2023, 11:48   #1
Mikket
Registered User
 
Join Date: May 2019
Location: Finland
Posts: 13
AMCAF Fonts Bug?

Hi.

Have you noticed this kind of bug in Amcaf?

Text bank change seems to eat all the memory . First fast, then chip.

I have hud, where I like to use different sizes of fonts, so I change
the bank in main loop.

This problem does not exist, in some winuae configurations.
But in real Amiga 1200 + 4mb (and Winuae, with similar config) it happends.

How can it be avoided?


Here's code to test:

Screen Open 0,320,256,2,Lowres
Curs Off : Colour 1,$FFF
Make Bank Font 7
Change Font "ruby.font",8
Make Bank Font 8

Repeat
Change Bank Font 7
Text 10,10,"Chip:"+Str$(Chip Free)+" "
Change Bank Font 8
Text 10,20,"Fast:"+Str$(Fast Free)+" "
Until Mouse Click
Mikket is offline  
 
Page generated in 0.06308 seconds with 11 queries