RE: 8250 to 8050

From: Hoffmann-Vetter, Martin <martinhv_at_arcor.de>
Date: Tue, 14 Dec 2010 22:26:34 +0100
Message-ID: <003301cb9bd5$959461e0$1b09a8c0@mhvnb10>
Hello,

> Few weeks ago, I have seen a DOS command which turned the 8250 drive
> (double sided) into 8050 (single sided).

You search for this one:

10 REM 8250 to 8050
20 OPEN 15,8,15
30 PRINT#15,"M-W";CHR$(172);CHR$(16);CHR$(1);CHR$(1)
40 PRINT#15,"U9"
50 CLOSE 15

10 REM 8050 to 8250
20 OPEN 15,8,15
30 PRINT#15,"M-W";CHR$(172);CHR$(16);CHR$(1);CHR$(2)
40 PRINT#15,"U9"
50 CLOSE 15

Greetings

Martin


       Message was sent through the cbm-hackers mailing list
Received on 2010-12-14 22:00:05

Archive generated by hypermail 2.2.0.