[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple II Music Video - Welcome to the Jungle!!
William Garber wrote:
> All I get on Kegs is horizontal lines of
> alternating black and red. Could it be that
> it is the ActiveGS version? I can run most
> anything else on it.
>
I haven't tried it yet on actual hardware, but it works in Virtual ][
on the mac. there shouldn't be any code that borks anything. it's all
simple BASIC and the frame renders are simple binary BSAVEd from the
lores screen.
maybe try loading just one frame....
GR:POKE -16299,0: REM turn on lores page 2
BLOAD /HD/GNR.PART3/FRAME.3001,A$800
maybe it's a ProDOS issue under KEGS...... not sure.
-f-