]> git.sur5r.net Git - cc65/commitdiff
Turned the 'ST' status byte into a symbol resolved by the linker in order to allow...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 2 Oct 2012 16:41:40 +0000 (16:41 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 2 Oct 2012 16:41:40 +0000 (16:41 +0000)
Moved getdevice.s from 'c64'/'c128' to 'cbm' making use of the new 'ST' setup.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5837 b7a2c559-68d2-44c3-8de9-860c34a00d81

asminc/c128.inc
asminc/c64.inc
asminc/pet.inc
asminc/plus4.inc
asminc/vic20.inc

index e9cbe28625751165454fcf13adb6b9b145bdc9c0..079c4b4da65e5a204036ffb140daf5384eb5a538 100644 (file)
@@ -6,8 +6,6 @@
 ; ---------------------------------------------------------------------------
 ; Zero page, Commodore stuff
 
-ST                     := $90          ; IEC status byte
-
 TIME            := $A0          ; 60HZ clock
 FNAM_LEN               := $B7          ; Length of filename
 SECADR                 := $B9          ; Secondary address
index 715e11d816f0948cc172941bce75b6438afa74c9..710c5b273e936ee8eca8aedd987f7df20ea5e3a0 100644 (file)
@@ -6,8 +6,6 @@
 ; ---------------------------------------------------------------------------
 ; Zero page, Commodore stuff
 
-ST                     := $90          ; IEC status byte
-
 TIME            := $A0          ; 60 HZ clock
 FNAM_LEN               := $B7          ; Length of filename
 SECADR                 := $B9          ; Secondary address
index a07d6b37d7848d3f2f9b54433c68a9d4fcd2605e..1950046cc4b84e064de3ecad3f67c80e643b8d12 100644 (file)
@@ -8,7 +8,6 @@
 
 MEMSIZE                := $34          ; Size of memory installed
 TIME            := $8D          ; 60HZ clock
-ST                     := $96          ; IEC status byte
 KEY_COUNT              := $9E          ; Number of keys in input buffer
 RVS            := $9F          ; Reverse flag
 CURS_FLAG      := $A7          ; 1 = cursor off
index 79d242e6189cedf42889e0ff5756405181b8ed50..8d07731b22eddd2f19e4f083925a4a153186cc51 100644 (file)
@@ -7,7 +7,6 @@
 ; Zero page, Commodore stuff
 
 TMPPTR          := $22          ; Temporary ptr used by BASIC
-ST                     := $90          ; IEC status byte
 TIME            := $A3          ; 60HZ clock
 FNAM_LEN               := $AB          ; Length of filename
 LFN             := $AC          ; Logical file number
index 40176257714387b95ecdbdf64260981b0618f5a6..3331b95f6a00f71b6d91d33c62f348378f9efd96 100644 (file)
@@ -6,8 +6,6 @@
 ; ---------------------------------------------------------------------------
 ; Zero page, Commodore stuff
 
-ST                     := $90          ; IEC status byte
-
 TIME            := $A0          ; 60HZ clock
 FNAM_LEN               := $B7          ; Length of filename
 SECADR                 := $B9          ; Secondary address