z80andrew / SerialDisk

A virtual Atari ST disk over serial for Windows, Linux and macOS
GNU General Public License v3.0
21 stars 2 forks source link

Persist SerialDisk Atari TSR after warm reset #45

Open z80andrew opened 1 year ago

z80andrew commented 1 year ago

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 commented 1 year ago

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

z80andrew commented 1 year ago

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