From: uz Date: Thu, 10 Dec 2009 21:22:17 +0000 (+0000) Subject: Removed the call to CLRCH in the startup code. X-Git-Tag: V2.13.1~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=13698871cbcbb28f93f5bdd6c78ac6890c675fb0;p=cc65 Removed the call to CLRCH in the startup code. git-svn-id: svn://svn.cc65.org/cc65/trunk@4512 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/c128/crt0.s b/libsrc/c128/crt0.s index d940e121c..0c9edfa77 100644 --- a/libsrc/c128/crt0.s +++ b/libsrc/c128/crt0.s @@ -43,10 +43,6 @@ Head: .word @Next Start: -; Close open files - - jsr CLRCH - ; Switch to the second charset lda #14 diff --git a/libsrc/c16/crt0.s b/libsrc/c16/crt0.s index 18d6f7b09..d56e7bfde 100644 --- a/libsrc/c16/crt0.s +++ b/libsrc/c16/crt0.s @@ -39,10 +39,6 @@ Head: .word @Next Start: -; Close open files - - jsr CLRCH - ; Save the zero page locations we need ldx #zpspace-1 diff --git a/libsrc/c64/crt0.s b/libsrc/c64/crt0.s index 1a35423b5..efa80b12e 100644 --- a/libsrc/c64/crt0.s +++ b/libsrc/c64/crt0.s @@ -38,10 +38,6 @@ Head: .word @Next Start: -; Close open files - - jsr CLRCH - ; Save the zero page locations we need ldx #zpspace-1 diff --git a/libsrc/pet/crt0.s b/libsrc/pet/crt0.s index 496ef3b99..7be1d16fa 100644 --- a/libsrc/pet/crt0.s +++ b/libsrc/pet/crt0.s @@ -37,10 +37,6 @@ Head: .word @Next Start: -; Close open files - - jsr CLRCH - ; Save the zero page locations we need ldx #zpspace-1 diff --git a/libsrc/plus4/crt0.s b/libsrc/plus4/crt0.s index 41176214e..36f1c0211 100644 --- a/libsrc/plus4/crt0.s +++ b/libsrc/plus4/crt0.s @@ -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 diff --git a/libsrc/vic20/crt0.s b/libsrc/vic20/crt0.s index 1f39ab17e..e48506f33 100644 --- a/libsrc/vic20/crt0.s +++ b/libsrc/vic20/crt0.s @@ -37,10 +37,6 @@ Head: .word @Next Start: -; Close open files - - jsr CLRCH - ; Save the zero page locations we need ldx #zpspace-1