Fix OSBYTE82. Lisp works again now. Thx ivanizag!

This commit is contained in:
Bobbi Webber-Manners
2021-08-10 09:24:08 -04:00
parent e3a4537db4
commit e199eb4ac2
2 changed files with 2 additions and 4 deletions

Binary file not shown.

View File

@@ -333,8 +333,8 @@ BYTE7F PHY ; $7F = check for EOF
PLY
RTS
BYTE82 LDY #$00 ; $82 = read high order address
LDX #$00 ; $0000 for language processor
BYTE82 LDY #$FF ; $82 = read high order address
LDX #$FF ; $FFFF for I/O processor
RTS
BYTE83 LDY #$0E ; $83 = read bottom of user mem
@@ -382,5 +382,3 @@ BYTEVAR LDX #$00
LDY #$00
WORDE0 RTS