You can’t use BASIC to poke sideways RAM directly, because the BASIC ROM is in the processors memory map between 0x8000 and 0xBFFFF...Without restarting the machine (m128), how can I clear out whatever ROMs I've previously *srload(ed) in to SWR?
I tried filling &8000 - &BFFF with 0s using a FOR loop but this took quite a while (...and also didn't work).
Mark
Statistics: Posted by 1024MAK — Sun Mar 16, 2025 4:04 pm