mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-11 07:30:02 +00:00
set IIgs border color
This commit is contained in:
parent
66a8ed99f6
commit
46f73aaf54
@ -32,9 +32,11 @@ CLR80VID = $C00C ; 40 columns (also used to get out of DHGR mode)
|
||||
SET80VID = $C00D ; 80 columns (also used to get into DHGR mode)
|
||||
PRIMARYCHARSET= $C00E ; no mousetext for you
|
||||
SLOT3STATUS = $C017 ; bit 7 only
|
||||
NEWVIDEO = $C029 ; IIgs graphics modes
|
||||
TBCOLOR = $C022 ; IIgs text foreground and background colors (also VidHD)
|
||||
NEWVIDEO = $C029 ; IIgs graphics modes (also VidHD)
|
||||
SPEAKER = $C030 ; chirp chirp
|
||||
SHADOW = $C035 ; IIgs auxmem-to-bank-E1 shadowing
|
||||
CLOCKCTL = $C034 ; bits 0-3 are IIgs border color (also VidHD)
|
||||
SHADOW = $C035 ; IIgs auxmem-to-bank-E1 shadowing (also VidHD)
|
||||
PAGE1 = $C054 ; page 1 (affects text, HGR, DHGR)
|
||||
PAGE2 = $C055 ; page 2 (affects text, HGR, DHGR)
|
||||
DHIRESON = $C05E ; double hi-res on switch
|
||||
|
@ -65,6 +65,10 @@ Home
|
||||
lda NEWVIDEO
|
||||
and #$7F
|
||||
sta NEWVIDEO ; get out of SHR mode
|
||||
lda #$F0
|
||||
sta TBCOLOR ; white text on black background
|
||||
lda #$00
|
||||
sta CLOCKCTL ; black border
|
||||
@noSHR
|
||||
ldx #(@end-@start-1)
|
||||
- lda @start,x
|
||||
|
Loading…
x
Reference in New Issue
Block a user