1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 19:55:09 +00:00

CMOS optimisation

The Lynx CPU always cleared the flag.
This commit is contained in:
Stefan 2018-08-20 16:45:52 +02:00 committed by Oliver Schmidt
parent 357d94e834
commit e335b50ed1

View File

@ -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