Revert change to interrupt code in WRTMAIN/WRTAUX. Breaks on //e.

This commit is contained in:
Bobbi Webber-Manners 2022-09-23 22:33:27 -04:00
parent 4c4da8c3e9
commit 126bb4dbf0
1 changed files with 3 additions and 43 deletions

View File

@ -149,7 +149,7 @@ IENTMAIN MAC
* Enable writing to main memory (for code running in aux)
WRTMAIN MAC
PHP
* PHP
SEI ; Keeps IRQ handler easy
STA $C004 ; Write to main memory
EOM
@ -157,7 +157,8 @@ WRTMAIN MAC
* Go back to writing to aux (for code running in aux)
WRTAUX MAC
STA $C005 ; Write to aux memory
PLP ; Normal service resumed
CLI
* PLP ; Normal service resumed
EOM
* Manually enable AltZP (for code running in main)
@ -203,44 +204,3 @@ MAINZP MAC
SAV APPLECORN