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

Persist SerialDisk Atari TSR after warm reset #45

Open
z80andrew opened this issue Sep 17, 2022 · 2 comments
Open

Persist SerialDisk Atari TSR after warm reset #45

z80andrew opened this issue Sep 17, 2022 · 2 comments
Assignees
Labels
68k assembly enhancement New feature or request

Comments

@z80andrew
Copy link
Owner

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.

@z80andrew z80andrew added enhancement New feature or request 68k assembly labels Sep 17, 2022
@z80andrew z80andrew self-assigned this Sep 17, 2022
@z80andrew
Copy link
Owner Author

See static void run_reset_resident(void) in https://github.com/emutos/emutos/blob/master/bios/bios.c

@z80andrew
Copy link
Owner Author

I've created proof-of-concept code in the wiki. This can now be incorporated in the SerialDisk startup code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
68k assembly enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant