In some thread I found the information that POKE 0,65 puts the C64-Mode to 40 MHz.
What's the correct way to detect if we're in C64-Mode on a Mega65?
The line AD=56*64:IF PEEK(53272) AND 32 THEN GOTO 30 doesn't seem to work correctly under rom V920376 anymore
Thanks!