tiny optimization

This commit is contained in:
Irmen de Jong 2023-07-02 06:13:22 +02:00
parent aac5a4c27f
commit 0f6a98751a

View File

@ -189,8 +189,7 @@ interrupt {
ldx #4
- ldy #0
- lda (cx16.r0),y
sec
sbc #128 ; convert to signed
eor #$80 ; convert to signed 8-bit
sta cx16.VERA_AUDIO_DATA
iny
bne -