davidgiven / cpm65

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

atari port: add missing fonts, move all font stuff to user area 1 again #82

Closed ivop closed 10 months ago

ivop commented 10 months ago

Hi David,

This restores the disk images back to how they were before the change of build system.

I noticed the screen tester. It assumes putstring does \r\n which it didn't do before. Commodore PET and Atari screen drivers don't do this. IMHO that is correct behaviour as SCREEN is not a terminal and should not have any knowledge about stuff like backspace, carriage return, and linefeed characters.

I wondered why the intermediate ATR disk images are named atari80, atari80hd and atari80xlhd. Is that a typo or deliberate?

Regards, Ivo

Edit: and it would be nice if bdos.sys, cpp.sys etc... were cpmchattr'd again to system and read-only. Looks nice if you run ls :smiley:

davidgiven commented 10 months ago

Thanks --- sorry about missing the fonts, I did actually notice that they needed adding and then just forgot... and the atari80 name was a typo.