mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-11-18 06:08:04 +00:00
don't set border colour
git-svn-id: http://svn.code.sf.net/p/netboot65/code@235 93682198-c243-4bdb-bd91-e943c89aac3b
This commit is contained in:
parent
262ecae2fd
commit
488c28d671
@ -60,9 +60,6 @@ charmode_blink_underline_bold = $07
|
||||
; text background
|
||||
text_background_colour = col_black
|
||||
|
||||
; border colour
|
||||
border_colour = col_blue
|
||||
|
||||
|
||||
.segment "APP_SCRATCH"
|
||||
escape_buffer: .res $100
|
||||
@ -1460,8 +1457,6 @@ set_line_vectors:
|
||||
initialise_screen:
|
||||
|
||||
;--- set background ---
|
||||
lda #border_colour
|
||||
sta $d020
|
||||
lda #text_background_colour
|
||||
sta $d021
|
||||
; --- disable Shift C= ---
|
||||
|
Loading…
Reference in New Issue
Block a user