Tips + Tricks for C65 Users

Using the FAST-Mode in 64-Mode
WARNING! Never use the SID-Chip when in FAST-Mode.
(Do not turn on Fast-Mode before starting a C64-Game).
Otherwise you will loose a SID
Basic: POKE 53297,PEEK(53297)OR64
ML: LDA $D031: ORA#%01000000: STA $D031
Andre Kaesmacher, webmaster@c65.org    11.07.2000 09:58:07

To use the advanced Features of the C65 in 64-Mode, you must first turn on the NewVIC-Mode.
Basic: POKE 53295,165: POKE 53295,150
ML: LDA#$A5: STA $D02F: LDA#$96: STA $D02F
To turn off NewVic-Mode, just poke a random Value into $D02F
Andre Kaesmacher, webmaster@c65.org    11.07.2000 09:56:56

You can also share your knowledge and type in your own Tips and Tricks. (If you want a linebreak, type <br>).
Name:
E-Mail:
Homepage:
Text: