mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Update fast.s
This commit is contained in:
parent
3f360fe3ee
commit
df752ff7a5
@ -1,22 +1 @@
|
|||||||
;
|
.include "../plus4/fast.s"
|
||||||
; Marco van den Heuvel, 2018-03-20
|
|
||||||
;
|
|
||||||
; void fast (void);
|
|
||||||
; /* Switch the CPU into double clock mode. */
|
|
||||||
;
|
|
||||||
|
|
||||||
.export _fast
|
|
||||||
|
|
||||||
.include "plus4.inc"
|
|
||||||
|
|
||||||
|
|
||||||
.proc _fast
|
|
||||||
|
|
||||||
lda TED_CLK
|
|
||||||
and #%11111101
|
|
||||||
sta TED_CLK
|
|
||||||
rts
|
|
||||||
|
|
||||||
.endproc
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user