davidgiven / cpm65

CP/M for the 6502
BSD 2-Clause "Simplified" License
272 stars 24 forks source link

Atari multi drive support #159

Closed ivop closed 2 months ago

ivop commented 2 months ago

It currently generates three disk images for the SSSD setup, with minimal and screen apps at the boot disk like before, big and Pascal apps at the second disk, and source code on the third disk.

The 1MB images support two drives, even though the second is not used yet. But we'll need that anyway once the 8080 emulator uses a second drive to boot from.

davidgiven commented 2 months ago

You'll also want to update the .github files if you want the images to be automatically released.

davidgiven commented 2 months ago

LGTM.