davidgiven / cpm65

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

atari port: fix truncated ATR files, fix typo in intermediate filenames. #86

Closed ivop closed 10 months ago

ivop commented 10 months ago

Hi,

This fixes the short ATR files. They should be filled with zeroes for unused sectors, otherwise the ATR file is invalid.

Also fixed atari80 typo.

Regards, Ivo

davidgiven commented 10 months ago

Merged; thanks.