WIP
You are here:

QuickBank::ToggleANTIC

Toggles whether ANTIC is also affected by bank swapping. This only does something if the installed memory supports it.

 

Incoming

Carry

Clear to disable using ANTIC in bank swapping. Set to enable it.

Outgoing

Carry

Clear if ANTIC is disabled, set if it is enabled.

Negative

Clear if changing ANTIC's state is supported. Set if not supported.

All other registers are lost.

 

Example

; Set bank 0 LDA #0 JSR QuickBank::Set ; Enable ANTIC use of banked memory (only works with some memory expansions) SEC JSR QuickBank::ToggleANTIC