Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/desk_acc/matrix.s
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ kAuxPageClearByte = $C0 ; light-green on black, for RGB cards

sta TXTCLR
sta SET80VID
lda DHIRESOFF ; fix color on //c
jsr RestoreText
sta ALTZPON
bit LCBANK1
Expand Down
2 changes: 2 additions & 0 deletions src/desk_acc/rods.pattern.s
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ event_params: .tag MGTK::Event
.byte " Press any key to exit"
.byte $00

lda DHIRESOFF ;fix color on //c

begin: lda #$03 ;init loop counters
sta w
nxtw: lda #$01
Expand Down