spotlessmind1975 / ugbasic

An isomorphic BASIC language compiler for retrocomputers
Apache License 2.0
94 stars 16 forks source link

Add support for put image with banking under atarixl #480

Closed spotlessmind1975 closed 3 weeks ago

spotlessmind1975 commented 2 years ago

It is required to implement the PUT IMAGE with the use of memory in banks under the atarixl target. This implementation will not be prompted immediately but only after enabling virtual segments, which will be used as temporary memory for the storage of the decompressed images.

spotlessmind1975 commented 3 weeks ago

Closed since atarixl development is tracked under atari target.