Hi, I have found a strange behavior when enabling VIC IV in BASIC65 in ROM 920383 (but not in M/L).
Usually you would POKE 53295,71 and then POKE 53295,83 to activate the MEGA65 specific IO Context
This works like a charm in previous ROM Versions (920377 or 920366).
But with V920383, BASIC65 does not prompt "READY" and with a second call, it freezes. The same behavior in the emulator and on the real machine. How come?
But this is interesting:
In M/L you would load the two values into x and y register and make a stx followed by an immediate sty to 53295 (as it was suggested by ubik in Sep20).
This works perfectly in every ROM Version.
Do you have any experience with that?