We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An Atari warm reset reinitialises the disk vectors which causes SerialDisk to stop working.
Investigate how to restore these if a warm reset is detected.
The text was updated successfully, but these errors were encountered:
See static void run_reset_resident(void) in https://github.com/emutos/emutos/blob/master/bios/bios.c
static void run_reset_resident(void)
Sorry, something went wrong.
I've created proof-of-concept code in the wiki. This can now be incorporated in the SerialDisk startup code.
z80andrew
No branches or pull requests
An Atari warm reset reinitialises the disk vectors which causes SerialDisk to stop working.
Investigate how to restore these if a warm reset is detected.
The text was updated successfully, but these errors were encountered: