mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-01-03 22:30:09 +00:00
Safer interrupt handling in macros.
This commit is contained in:
parent
1aa49a8014
commit
5b9657ef64
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -149,6 +149,7 @@ IENTMAIN MAC
|
||||
|
||||
* Enable writing to main memory (for code running in aux)
|
||||
WRTMAIN MAC
|
||||
PHP
|
||||
SEI ; Keeps IRQ handler easy
|
||||
STA $C004 ; Write to main memory
|
||||
EOM
|
||||
@ -156,7 +157,7 @@ WRTMAIN MAC
|
||||
* Go back to writing to aux (for code running in aux)
|
||||
WRTAUX MAC
|
||||
STA $C005 ; Write to aux memory
|
||||
CLI ; Normal service resumed
|
||||
PLP ; Normal service resumed
|
||||
EOM
|
||||
|
||||
* Manually enable AltZP (for code running in main)
|
||||
|
Loading…
Reference in New Issue
Block a user