]> git.sur5r.net Git - cc65/blobdiff - libsrc/pet/conio.s
Fixed gcc compiler warning (#867)
[cc65] / libsrc / pet / conio.s
index 19e7533338ce916e4466929fbefe2b997d059ba0..f46c38c21d78e2b86ae13b3c83c791660d7f4f11 100644 (file)
@@ -4,21 +4,7 @@
 ; Low level stuff for screen output/console input
 ;
 
-       .export         initconio
-       .import         xsize, ysize
-       .exportzp       CURS_X, CURS_Y
-
-       .include        "pet.inc"
-
-.code
-
-initconio:
-               ldx     SCR_LINELEN
-       inx                     ; Variable is one less
-               stx     xsize
-       lda     #25
-       sta     ysize
-       rts
-
+        .exportzp       CURS_X, CURS_Y
 
+        .include        "pet.inc"