Saturday, October 15, 2022

πŸͺ² _WIDTH and _HEIGHT when _NEWIMAGE

 When I added the _NEWIMAGE keyword in early April (blog entry), I overlooked the need to modify the _WIDTH and _HEIGHT functions added just previously in March (blog entry).

Since April, _WIDTH and _HEIGHT did not handle custom screen widths and heights setup via _NEWIMAGE.

Today's new version of BAM fixes things so that, with an added bonus: a very small simplification to the code (nothing wrong with that!)

No comments:

Post a Comment

πŸ–₯A "10PRINT" Variant, BAMified

This program by Charlie Veniot is a port and mod of Ian Witham's C64 program found in this YouTube video. New colours are randomly proje...