1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-12 17:30:50 +00:00

Missed some dangles spaces

This commit is contained in:
Alex Thissen 2024-08-09 15:17:26 +02:00 committed by Alex Thissen
parent abcb073a5a
commit 336c4287c5

View File

@ -159,7 +159,7 @@ BUTTON_INNER = 0x02
BUTTON_OUTER = 0x01
SWITCHES = $FCB1
; SWITCHES bit definitions
; SWITCHES bit definitions
CART1_IO_INACTIVE = 0x04
CART0_IO_INACTIVE = 0x02
BUTTON_PAUSE = 0x01
@ -377,7 +377,7 @@ EXTERNAL_POWER = %00000001
SERCTL = $FD8C
; SERCTL bit definitions for write operations
TXINTEN = %10000000
TXINTEN = %10000000
RXINTEN = %01000000
PAREN = %00010000
RESETERR = %00001000