mirror of
https://github.com/cc65/cc65.git
synced 2026-03-10 17:21:49 +00:00
Move scrdev into it's own file. On the atarixl target it will be referenced by crt0.s.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
.import clriocb
|
||||
.import fdtoiocb
|
||||
.import newfd
|
||||
.import scrdev
|
||||
.importzp tmp1,tmp2,tmp3
|
||||
|
||||
.include "atari.inc"
|
||||
@@ -100,8 +101,3 @@ cioerr: jsr fddecusage ; decrement usage counter of fd as open failed
|
||||
jmp __do_oserror
|
||||
|
||||
.endproc ; __graphics
|
||||
|
||||
|
||||
.rodata
|
||||
|
||||
scrdev: .byte "S:", 0
|
||||
|
||||
7
libsrc/atari/scrdev.s
Normal file
7
libsrc/atari/scrdev.s
Normal file
@@ -0,0 +1,7 @@
|
||||
; Name of the "screen" device
|
||||
|
||||
.export scrdev
|
||||
|
||||
.rodata
|
||||
|
||||
scrdev: .byte "S:", 0
|
||||
Reference in New Issue
Block a user