remove dangling spaces
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
;
|
||||
; 21.12.99
|
||||
|
||||
; void BitOtherClip (void *proc1, void* proc2, char skipl, char skipr, int skipy,
|
||||
; void BitOtherClip (void *proc1, void* proc2, char skipl, char skipr, int skipy,
|
||||
; struct iconpic *myGfx);
|
||||
|
||||
; both proc1, proc2 should be: char __fastcall something (void);
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
.export _FrameRectangle
|
||||
|
||||
.include "jumptab.inc"
|
||||
|
||||
|
||||
_FrameRectangle = FrameRectangle
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
; 21.12.99
|
||||
|
||||
; void ImprintRectangle (void);
|
||||
|
||||
|
||||
.export _ImprintRectangle
|
||||
|
||||
.include "jumptab.inc"
|
||||
|
||||
|
||||
_ImprintRectangle = ImprintRectangle
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
.export _InvertLine
|
||||
|
||||
.include "jumptab.inc"
|
||||
|
||||
|
||||
_InvertLine:
|
||||
jsr HLineRegs
|
||||
jmp InvertLine
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
; void InvertRectangle (void);
|
||||
|
||||
.export _InvertRectangle
|
||||
|
||||
|
||||
.include "jumptab.inc"
|
||||
|
||||
_InvertRectangle = InvertRectangle
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
.import HLineRegs
|
||||
.export _RecoverLine
|
||||
|
||||
|
||||
.include "jumptab.inc"
|
||||
|
||||
_RecoverLine:
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
; 29.10.99
|
||||
|
||||
; void RecoverRectangle (void);
|
||||
|
||||
|
||||
.export _RecoverRectangle
|
||||
|
||||
.include "jumptab.inc"
|
||||
|
||||
|
||||
_RecoverRectangle = RecoverRectangle
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
; void Rectangle (void);
|
||||
|
||||
.export _Rectangle
|
||||
|
||||
|
||||
.include "jumptab.inc"
|
||||
|
||||
_Rectangle = Rectangle
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
.export _TestPoint
|
||||
|
||||
.include "jumptab.inc"
|
||||
|
||||
|
||||
_TestPoint:
|
||||
jsr PointRegs
|
||||
jsr TestPoint
|
||||
|
||||
@@ -5,12 +5,12 @@
|
||||
|
||||
; void VerticalLine (char pattern, char ystart, char yend, int x);
|
||||
|
||||
.import popa
|
||||
.import popa
|
||||
.export _VerticalLine
|
||||
|
||||
.include "jumptab.inc"
|
||||
.include "geossym.inc"
|
||||
|
||||
|
||||
_VerticalLine:
|
||||
stx r4H
|
||||
sta r4L
|
||||
|
||||
Reference in New Issue
Block a user