spotlessmind1975 / ugbasic

An isomorphic BASIC language compiler for retrocomputers
Apache License 2.0
90 stars 15 forks source link

Add support for put image with banking under sg1000 #489

Closed spotlessmind1975 closed 2 years ago

spotlessmind1975 commented 2 years ago

It is required to implement the PUT IMAGE with the use of memory in banks under the sg1000 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 2 years ago

Not implemented under coleco because memory is not enough.