Skip to content

Commit

Permalink
Cleanup of atari800 BIOS addition
Browse files Browse the repository at this point in the history
  • Loading branch information
venomix666 committed Oct 5, 2024
1 parent a90e382 commit 7158a2d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/arch/atari800/atari800.S
Original file line number Diff line number Diff line change
Expand Up @@ -540,28 +540,23 @@ zproc screen_getchar
cmp #$1c ; Up
zif_eq
lda #$8b
jmp arrow_done
zendif

cmp #$1d ; Down
zif_eq
lda #$8a
jmp arrow_done
zendif
cmp #$1e ; Left
zif_eq
lda #$88
jmp arrow_done
zendif
cmp #$1f ; Right
zif_eq
lda #$89
jmp arrow_done
zendif

arrow_done:
clc
rts
zendproc
Expand Down

0 comments on commit 7158a2d

Please sign in to comment.