home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compute! Gazette 1989 July
/
1989-07.d64
/
progpage1
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-09-20
|
354b
|
10 lines
5 print"[147]":poke53280,14:poke53281,6:poke646,14
100 dn=8:close 1:open 1,dn,15,"u9":input#1,en,em$,et,es
110 if right$(em$,2)<>"71" then print:print "not a 1571 drive":close 1:end
120 print#1,"m-r"chr$(0)chr$(128)chr$(2):get#1,a$,b$:close 1
130 a=asc(a$+chr$(0)):b=asc(b$+chr$(0)):r$="unknown"
140 if a=157 then if b=30 then r$="-01"
150 if a=146 then if b=37 then r$="-03"
160 if a=242 then if b=104 then r$="-05"
170 print "1571 dos rom revision is ";r$