Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernal SAVE does not support banked RAM #136

Closed
SlithyMatt opened this issue Feb 24, 2020 · 0 comments
Closed

Kernal SAVE does not support banked RAM #136

SlithyMatt opened this issue Feb 24, 2020 · 0 comments

Comments

@SlithyMatt
Copy link

Regardless of what the RAM bank is set to prior to calling the kernal SAVE function, only data from bank 0 will be saved if the addresses specified are within the banked RAM window ($A000-$BFFF). At minimum, that should work, as it does with the LOAD function, by keeping the user selection for RAM bank while saving data to a file. Ideally, a function to save data spanning multiple banks would be available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants