Removed unnecessary PHY/PLY.

This commit is contained in:
Bobbi Webber-Manners 2022-10-31 16:34:42 -04:00
parent f3ee7bfef2
commit 7fece994bc
2 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@ -394,7 +394,6 @@ ENSQISR INC COUNTER+0 ; Increment centisecond timer
* The following is paranoid maybe. Perhaps can be removed once I am debugged. ***
PHX
PHY
INX ; Convert audio channel to buf num
INX
INX
@ -403,7 +402,6 @@ ENSQISR INC COUNTER+0 ; Increment centisecond timer
CLC ; Ask for space used
JSR CNP ; Go count it
TXA
PLY
PLX
CMP #3 ; At least 4 bytes used?
BMI :NEXT