[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(no subject)
Im sorry I cant remember...
do you by any chance remember the addresses for the TTLs on the joystick
port and the pinouts on the port?
they are listed in the II+ hardware ref manual
If I can find any info on your eject problem I will contact you
W Stewart wrote:
> I�ve been using the following program to eject 3.5 inch disks on a II+
> and boot slot 7. I know how to change it to drive 2 and how to change
> boot slots but I don�t recall how to change the eject slot from 5.
>
> 10 REM 3.5 INCH DISK DRIVE EJECTOR
> 20 REM SLOT 5 DRIVE 1 ONLY
> 30 RESTORE
> 40 FOR I = 0 TO 17: READ N
> 50 POKE 768 + I,N: NEXT I
> 60 CALL 768
> 70 DATA 32,13,197,4,11,3,141,10
> 80 DATA 3,96,0,3,1,16,3,4,0,0
> 90 PRINT CHR$ (4); �PR#7�
>
> Wayne