From e335b50ed148659ccf7caff50e1e26c416d09af6 Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 20 Aug 2018 16:45:52 +0200 Subject: [PATCH] CMOS optimisation The Lynx CPU always cleared the flag. --- libsrc/lynx/crt0.s | 1 - 1 file changed, 1 deletion(-) 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