X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Fc128%2Ffast.s;h=6c4c8c21ebf9a4465a02d1a0b23549004aa49e23;hb=7d9485f6bc736a8ad7f8aeade9566190e49b1f78;hp=abb32d2be197b62f7aa71033a8955838d596c788;hpb=8c7400c26eae416737949eb6adce7883c5e48268;p=cc65 diff --git a/libsrc/c128/fast.s b/libsrc/c128/fast.s index abb32d2be..6c4c8c21e 100644 --- a/libsrc/c128/fast.s +++ b/libsrc/c128/fast.s @@ -3,20 +3,20 @@ ; ; void fast (void); ; /* Switch the CPU into 2MHz mode. Note: This will disable video when in -; * 40 column mode. -; */ +; ** 40 column mode. +; */ ; - .export _fast + .export _fast - .include "c128.inc" + .include "c128.inc" -.proc _fast +.proc _fast - lda #$01 - sta VIC_CLK_128 - rts + lda #$01 + sta VIC_CLK_128 + rts .endproc