- Function
 Switch the C128 into 2MHz mode.
- Header
 - Declaration
 
void fast (void);- Description
 The function will switch the clock of the C128 to 2MHz. This will nearly double the speed compared to slow mode.
- Limits
 
- The function is specific to the C128.
 - 2MHz clock will not work in 40 column mode.
 - Availability
 C128
- See also
 - Example
 None.