mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-03-01 03:30:04 +00:00
Changed disk activity indicator to blue per Seth's preference.
This commit is contained in:
parent
64fa3c0ebb
commit
c4b973fabf
@ -627,7 +627,7 @@ end
|
|||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// Show or hide the disk activity icon (at the top of hi-res page 1). The icon consists of a 4x4
|
// Show or hide the disk activity icon (at the top of hi-res page 1). The icon consists of a 4x4
|
||||||
// block of orange pixels surrounded by a black border.
|
// block of blue pixels surrounded by a black border.
|
||||||
// Params: show/hide ($FF, or 0)
|
// Params: show/hide ($FF, or 0)
|
||||||
asm diskActivity
|
asm diskActivity
|
||||||
+asmPlasm 1
|
+asmPlasm 1
|
||||||
@ -642,7 +642,7 @@ asm diskActivity
|
|||||||
beq +
|
beq +
|
||||||
lda (pTmp,x) ; show mode
|
lda (pTmp,x) ; show mode
|
||||||
sta (pTmp),y
|
sta (pTmp),y
|
||||||
lda #$8A
|
lda #$85
|
||||||
bcc ++ ; first 4 lines
|
bcc ++ ; first 4 lines
|
||||||
lda #0 ; last line
|
lda #0 ; last line
|
||||||
beq ++ ; always taken
|
beq ++ ; always taken
|
||||||
|
Loading…
x
Reference in New Issue
Block a user