Jump to content

Allan's Photo

Allan

Member Since 11 Jun 2001
OFFLINE Last Active Yesterday, 9:32 PM

Topics I've Started

Program bug from program from a book

Tue Feb 7, 2012 7:27 PM

I typed in the program below from an atari programming book (Understanding Atari Graphics) and I'm getting an error 5 in line 290 and can't figure out why. I don't think I made any mistakes. (checked it a bunch of times). Any suggestions?

Allan




10 REM Zigzag
20 REM a mode 10 demo
50 GRAPHICS 10
60 FOR R=704 TO 712:READ C:POKE R,C:NEXT R
70 DATA 0,148,182,216,30,58,74,68,100
80 DIM S$(33):I=-33
90 FOR B=1 TO 3
100 S$="ABCDEFGHABCDEFGH":T=1:I=I+32:GOSUB 160
110 S$="HGFEDCBAHGFEDCBA":T=2:I=I+32:GOSUB 160
120 NEXT B
130 X=PEEK(712)
140 FOR R=1 TO 8:Y=PEEK(704+R):POKE 70 4+R,X:X=Y:NEXT R:IF PEEK(53279)=6 THEN END
150 GOTO 140
160 FOR Y=1 TO 16
170 POSITION 0,I+Y
180 FOR X=1 TO 10
190 ON T GOSUB 280,290
200 NEXT X:NEXT Y
210 FOR Y2=16 TO 1 STEP -1
220 POSITION 0,I+16+Y2
230 FOR X=1 TO 10
240 Y=17-Y2
250 ON T GOSUB 280,290
260 NEXT X:NEXT Y2
270 RETURN
280 ? #6;S$(9-(Y-(INT((Y-1)/8)*8)),16-(Y-(INT((Y-1)/8)*8)));:RETURN
290 ? #6;S$(1-(Y-(INT((Y-1)/8)*8)),8+(Y-(INT((Y-1)/8)*8)));:RETURN

New 8-bit power supplies on eBay

Mon Feb 6, 2012 2:48 PM

Does anybody know about these new xe/xl power supplies that are on eBay? Are they any good? Any advantage to them?

eBay Auction -- Item Number: 230742274234

Allan

Spartados X 4.45 directory corruption

Sun Jan 1, 2012 7:08 PM

UGGG!!!

I just spent the last two weeks typing in some programs with my 130XE w/Spartados 4.45 w/the IDE plus adapter.

Now I got a (I think) error 181 directory corrupt error and my directories list garbage. Am I screwed? Any suggestions?

Allan

SORTDIR command in Spartados 4.44

Tue Dec 27, 2011 8:44 PM

I'm having a problem with the SORTDIR command in Spartados 4.44.

I was typing in some programs from a book and saving the files. I sorted them a couple of times as I added more programs to the folder with no problems. After I got to a couple of pages of programs (about 50 or 60 programs I think) they stopped sorting. I am up to 70-80 programs and it still won't sort them anymore. I moved them all to a new folder and tried it again but no nothing changed.

Any suggestions?

Allan

Question about SDrive Nuxx and 1050 drive

Fri Nov 18, 2011 9:55 AM

Can I use my SDrive Nuxx and 1050 drive together by plugging the SDdrive into the 1050 and then the 1050 into the computer? Will this damage anything?

Allan