mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +00:00
Remove export
This commit is contained in:
parent
9cdaf82f95
commit
ebd2e5085a
@ -13,7 +13,6 @@
|
||||
.export _screen
|
||||
.export _zones
|
||||
.export _dll
|
||||
.export _initconio
|
||||
|
||||
.bss
|
||||
_screen:
|
||||
@ -184,8 +183,11 @@ CTRL_CHAR2B .set $10
|
||||
CTRL_DMAON .set $40
|
||||
CTRL_CKOFF .set 0
|
||||
|
||||
_initconio:
|
||||
initconio:
|
||||
;-----------------------------------------------------------------------------
|
||||
; Initialize the conio display lists and zones
|
||||
;
|
||||
.proc initconio
|
||||
|
||||
jsr _get_tv
|
||||
bne pal
|
||||
lda #<Topscanlines
|
||||
@ -217,3 +219,5 @@ vblankoff:
|
||||
sta P0C3
|
||||
rts
|
||||
|
||||
.endproc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user