SerialDisk icon indicating copy to clipboard operation
SerialDisk copied to clipboard

Persist SerialDisk Atari TSR after warm reset

Open z80andrew opened this issue 3 years ago • 2 comments

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 avatar Sep 17 '22 15:09 z80andrew

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

z80andrew avatar Sep 18 '22 17:09 z80andrew

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

z80andrew avatar Jul 11 '23 17:07 z80andrew