Fixed crash with John Brooks's /RAM3 RawWorks driver

This commit is contained in:
Bobbi Webber-Manners 2021-11-05 22:09:20 -04:00
parent 8c30b6c0ca
commit 565075e464
4 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -83,7 +83,7 @@ XF2AUX MAC
STX STRTH
SEI ; Disable IRQ before XFER
SEC ; Use aux memory
BIT $FF58 ; Set V: use alt ZP and LC
BIT RTSINSTR ; Set V: use alt ZP and LC
JMP XFER
EOM

View File

@ -204,7 +204,7 @@ BYTE00 BEQ BYTE00A ; OSBYTE 0,0 - generate error
RTS ; %000x1xxx host type, 'A'pple
BYTE00A BRK
DB $F7
HELLO ASC 'Applecorn MOS 2021-11-04'
HELLO ASC 'Applecorn MOS 2021-11-05'
DB $00 ; Unify MOS messages

View File

@ -36,7 +36,7 @@ COPYAUXBLK >>> ALTZP ; Alt ZP & Alt LC on
BNE :L1
STA $C004 ; Write main mem
:S2 >>> MAINZP ; Alt ZP off, ROM back in
RTS
RTSINSTR RTS
* Search FILEREFS for value in A
* On return, buffer number is in X (or $FF if no bufs)