From: cpg Date: Tue, 1 Jul 2008 21:05:28 +0000 (+0000) Subject: fix comments for LMARGN and RMARGN X-Git-Tag: V2.12.0~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ab39981db118d5b908e1b0d1a45f6f9a48ba74f7;p=cc65 fix comments for LMARGN and RMARGN git-svn-id: svn://svn.cc65.org/cc65/trunk@3848 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/asminc/atari.inc b/asminc/atari.inc index 806b97e6c..36fb55020 100644 --- a/asminc/atari.inc +++ b/asminc/atari.inc @@ -344,8 +344,8 @@ COLRSH = $4F ;ATRACT COLOR SHIFTER (EOR'ED WITH PLAYFIELD TMPCHR = $50 ;1-byte temporary character HOLD1 = $51 ;1-byte temporary -LMARGN = $52 ;LEFT MARGIN (SET TO 1 AT POWER ON> -RMARGN = $53 ;RIGHT MARGIN (SET TO 38 AT POWER ON) +LMARGN = $52 ;left margin (normally 2, cc65 C startup code sets it to 0) +RMARGN = $53 ;right margin (normally 39 if no XEP80 is used) ROWCRS = $54 ;1-byte cursor row COLCRS = $55 ;2-byte cursor column DINDEX = $57 ;1-byte display mode