VolksForth icon indicating copy to clipboard operation
VolksForth copied to clipboard

Remove X16 double bank switching once X16 R39 is released

Open pzembrod opened this issue 3 years ago • 2 comments

To make v4th-x16 compatible with both R38 and R39 (where the address of the ROM and RAM bank switching register changes), v4th-x16 v3.9.3 uses both register addresses for switching. Once R39 is stable, the double switching and the old address can and should be removed.

pzembrod avatar Apr 10 '21 23:04 pzembrod

https://github.com/pzembrod/VolksForth/commit/fb100de9edc92dfb8db25ed97e6b7f0a4b3085fa adds this dobule bank switching to vf-sys-x16.fth. The to-be-fixed locations are marked with TODO.

pzembrod avatar Apr 11 '21 11:04 pzembrod

Fixed with commit https://github.com/pzembrod/VolksForth/commit/3a4eff97c41884d9232b2ee5bee899b42efc66e1 - will need to be bundled into a release and merged into the main repo and branch yet, though.

pzembrod avatar Aug 07 '22 20:08 pzembrod