X16Community / x16-rom

Other
43 stars 27 forks source link

[KERNAL] halt before clobbering I/O space when LOADing through $9EFF #313

Closed mooinglemur closed 5 months ago

mooinglemur commented 5 months ago

This patch prevents LOADing large files that run all the way through low RAM and into I/O space. The LOAD is halted before actually touching $9F00.

Closes #243

mooinglemur commented 5 months ago

image