unbibium / atari64

Commodore 64 OS running on Atari 8-bit hardware
142 stars 5 forks source link

Allow SAVE/LOAD to tape #4

Open unbibium opened 3 years ago

unbibium commented 3 years ago

The advantage of saving or loading to a tape or audio device, is that you don't have to worry about filesystems.

The disadvantage is that it won't be fast, and not a lot of people in retro computing still have working tape drives.

Implementation options:

I can't do it myself; I don't have a working tape drive for either system at the moment.

JeremyJStarcher commented 3 years ago

Idea: Assume people on the Atari are using FD emulators and re-route cassette IO to the floppy disk, using the disk as one large serial stream of data.

While far from the best solution it might be a stop-gap measure while other ideas are in the works.

Might be able to divide up the disk into partitions equal to memory size to get more than one cassette image on the disk.

polluks commented 2 years ago

FYI a C64 can read ZX Spectrum tapes out of the box https://www.c64-wiki.com/wiki/Spectrum_Simulator#Features