From: Stefan Date: Mon, 20 Aug 2018 14:45:52 +0000 (+0200) Subject: CMOS optimisation X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e335b50ed148659ccf7caff50e1e26c416d09af6;p=cc65 CMOS optimisation The Lynx CPU always cleared the flag. --- diff --git a/libsrc/lynx/crt0.s b/libsrc/lynx/crt0.s index c924f742f..da2162b47 100644 --- a/libsrc/lynx/crt0.s +++ b/libsrc/lynx/crt0.s @@ -47,7 +47,6 @@ MikeyInitData: .byte $9e,$18,$68,$1f,$00,$00,$00,$00,$00,$ff,$1a,$1b,$04,$0d,$2 ; Set up the system. sei - cld ldx #$FF txs