Skip to content

Commit

Permalink
undo broken fix
Browse files Browse the repository at this point in the history
  • Loading branch information
decrazyo committed Jan 24, 2024
1 parent 5b2eafd commit fe77e3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions kernel/opt/ppu_console.s
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,6 @@ disable_rendering:
;; > C = 0 ; always succeeds.
;; changes: A, X, Y
cons_out:
; we might use tmpzp so we'll disable task switching.
; kind of overkill but it's easy.
jsr locktsw
#ifdef MULTIPLE_CONSOLES
sta tmpzp
jsr cons_select
Expand Down Expand Up @@ -485,8 +482,7 @@ enable_rendering:
ora #PPU_MASK_b
sta ppu_mask
sta PPU_MASK
jmp unlocktsw
; jsr rts -> jmp
rts


;; function: cons_out_impl
Expand Down
Binary file modified lunix.fds
Binary file not shown.

0 comments on commit fe77e3b

Please sign in to comment.