Tuesday, December 5, 2023

🪲 Issue with ".prod.bas.json" export fixed

Fix in the latest version of BASIC Anywhere Machine.

Thanks to Al Williams for reporting the bug !

The 2023-05-31 Release of BAM (see notes) introduced several alternative ASCII character sets and several alternative extended character sets.

In the effort, I forgot to modify the ".prod.bas.json" export to include those character sets.  Without those character sets, BAM programs will not work in the host TiddlyWiki that imported the BAM programs.

i.e. this export option:


Now, the ascii character sets and extended character sets are included in the export process.

I've also added a note to let people know that BAM is only compatible with TiddlyWiki versions 5.2.3 and higher (earlier versions of TiddlyWiki are missing features that BAM depends on.)







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...