From 7ef3eaf70f3ec3ed7e6175238e48ebdf891f646f Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Sat, 15 Oct 2022 02:22:25 -0400 Subject: [PATCH] Fixed mainmem.audio.s to use A1L,A1H not OSINTWS --- applecorn.po | Bin 819200 -> 819200 bytes mainmem.audio.s | 18 +++++++++--------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/applecorn.po b/applecorn.po index 1f30b2cba89d518b04f09298e42c2e496a1c4e8d..d1fa7ffe8826f4a6358bade351e76cef11f9dcc4 100644 GIT binary patch delta 104 zcmZo@FluNp+K|J-Ey~2u@R&itUssf=xtyiFoP`mHnShuXh(UZ-AZ7z%b|B^eV$SX5 vEL^|Ovf1oyifgrPuYqK OSINTWS + JSR GETBUFADDR ; Audio buf addr -> A1L,A1H PLX LDA #$00 - STA (OSINTWS),Y ; Zero sync nybble (+ hold nybble) + STA (A1L),Y ; Zero sync nybble (+ hold nybble) :NEXT2 DEX BPL :L2 ; Next audio queue BRA :DONE