From: cuz Date: Mon, 28 Mar 2005 17:05:31 +0000 (+0000) Subject: Remove obsolete files X-Git-Tag: V2.12.0~411 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=939f6334dca7824d4b90145d435cfac1d8629b08;p=cc65 Remove obsolete files git-svn-id: svn://svn.cc65.org/cc65/trunk@3428 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/apple2/rbascalc.s b/libsrc/apple2/rbascalc.s deleted file mode 100644 index ffe66f094..000000000 --- a/libsrc/apple2/rbascalc.s +++ /dev/null @@ -1,10 +0,0 @@ -; -; Ullrich von Bassewitz, 2004-06-03 -; -; Rom BASCALC routine -; - - .export BASCALC - -BASCALC := $FBC1 ; Calculate screen base address for row in accumulator - diff --git a/libsrc/apple2/rsetwnd.s b/libsrc/apple2/rsetwnd.s deleted file mode 100644 index 78bc2c447..000000000 --- a/libsrc/apple2/rsetwnd.s +++ /dev/null @@ -1,10 +0,0 @@ -; -; Ullrich von Bassewitz, 2004-06-03 -; -; Rom SETWND routine -; - - .export SETWND - -SETWND := $FB4B ; Set window to max width and start row in accumulator -