bobbimanners / Applecorn

Allows Acorn BBC Microcomputer language ROMs to run on Apple //e enhanced, //c and IIGS.
GNU General Public License v3.0
47 stars 8 forks source link

Stop using A3L/H in `mainmem.shr.s` #247

Closed bobbimanners closed 1 year ago

bobbimanners commented 1 year ago

A3L/H is used in the audio ISR. Do not use it in mainline code.

bobbimanners commented 1 year ago

Was easier to change the ISR than the SHR code. However there is a pile of ZP free in main memory, which we can make better use of.