[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Rusty Basic
Can't help you... The problem is in the 6502 machine code, not BASIC.
Perhaps you could disasemble the code and repost.
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
--
Doug Browning
dougbrow@mb.imag.net
www.mb.imag.net/~wpg750