1 REM "The 8250/8250LP and SFD-1001 drives will not function properly 2 REM unless you program them as an 8050. 3 REM Here's a short CBM BASIC program that will program an 8250 4 REM as an 8050 for a drive set as device #8:" 5 REM by Edward D. Shockley 6 REM http://www.insectria.org/b128/dusk.html 10 open 15,8,15 20 print#15,"m-w"chr$(172)chr$(16)chr$(1)chr$(1) 30 print#15,"m-w"chr$(195)chr$(16)chr$(1)chr$(0) 40 print#15 ,"u9" 50 close 15