]> git.sur5r.net Git - cc65/commitdiff
Removed the call to CLRCH in the startup code.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 10 Dec 2009 21:22:17 +0000 (21:22 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 10 Dec 2009 21:22:17 +0000 (21:22 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4512 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/c128/crt0.s
libsrc/c16/crt0.s
libsrc/c64/crt0.s
libsrc/pet/crt0.s
libsrc/plus4/crt0.s
libsrc/vic20/crt0.s

index d940e121c2c86242664487f0e8e88a28a7bc0f56..0c9edfa77cd9b87ca2539de990a705dc1f9da955 100644 (file)
@@ -43,10 +43,6 @@ Head:   .word   @Next
 
 Start:
 
-; Close open files
-
-        jsr    CLRCH
-
 ; Switch to the second charset
 
        lda     #14
index 18d6f7b09d25e3762645545cefa54a94804e24a1..d56e7bfdeb7cf599299c6215595a732ad88a41c7 100644 (file)
@@ -39,10 +39,6 @@ Head:   .word   @Next
 
 Start:
 
-; Close open files
-
-       jsr     CLRCH
-
 ; Save the zero page locations we need
 
         ldx    #zpspace-1
index 1a35423b574e9b90df6f090aa3a706826cdad070..efa80b12e7de2a732e2a11db1993d43abfd0899c 100644 (file)
@@ -38,10 +38,6 @@ Head:   .word   @Next
 
 Start:
 
-; Close open files
-
-       jsr     CLRCH
-
 ; Save the zero page locations we need
 
         ldx            #zpspace-1
index 496ef3b9953e2d47665d93f1aa4846c4a856379b..7be1d16fa16bc766d6c1ee0576dce430224fa479 100644 (file)
@@ -37,10 +37,6 @@ Head:   .word   @Next
 
 Start:
 
-; Close open files
-
-       jsr     CLRCH
-
 ; Save the zero page locations we need
 
         ldx    #zpspace-1
index 41176214ef9d66fefc7a6d2aa08fcb0035c3cff6..36f1c0211066defc2ea184aa5cd2d8034ca77c87 100644 (file)
@@ -42,10 +42,6 @@ Head:   .word   @Next
 
 Start:
 
-; Close open files
-
-       jsr     $FFCC           ; CLRCH
-
 ; Save the zero page locations we need
 
         sei                     ; No interrupts since we're banking out the ROM
index 1f39ab17e07dc25569497fed23c34f60d9824007..e48506f3377d909f9aa4c8f3e3ac10cc7ac3afca 100644 (file)
@@ -37,10 +37,6 @@ Head:   .word   @Next
 
 Start:
 
-; Close open files
-
-       jsr     CLRCH
-
 ; Save the zero page locations we need
 
         ldx            #zpspace-1