]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/graph/verticalline.s
Renamed the old geos target to geos-cbm.
[cc65] / libsrc / geos / graph / verticalline.s
diff --git a/libsrc/geos/graph/verticalline.s b/libsrc/geos/graph/verticalline.s
deleted file mode 100644 (file)
index 5ce0770..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-
-;
-; Maciej 'YTM/Alliance' Witkowiak
-;
-; 29.10.99
-
-; void VerticalLine   (char pattern, char ystart, char yend, int x);
-
-           .import popa
-                           
-           .export _VerticalLine
-
-           .include "../inc/jumptab.inc"
-           .include "../inc/geossym.inc"
-           
-_VerticalLine:
-           stx r4H
-           sta r4L
-           jsr popa
-           sta r3H
-           jsr popa
-           sta r3L
-           jsr popa
-           jmp VerticalLine