ANTIC VOL. 7, NO. 5 / SEPTEMBER 1988 / PAGE 5
BANK ON THIS
TOPSHELF MOD
Below is a brief listing for you to type in and LIST to disk as TOPMERGE.LST Merge it with Topshelf by typing ENTER "D:TOPMERGE.LST" and don't forget to SAVE the merged version.
Now Topshelf will let you designate a drive with "Dn: "-or you can just type in the filename. Also, if you compile Topshelf with Turbo BASIC, you'll notice a great increase in speed. But you'll have to change the variable DEC because it conflicts with a Turbo BASIC keyword.)
500 GOSUB TOP: ? "ENTER Dn:filename":GOSUB SEC:? "SAVE>";FILE$;:POKE
85,6:MODE= l:ILEN= 15:GOSUB INP
510 GOSUB DRV:GOSUB SEC:? "SAVE>";A$:GOSUB OK:IF K=78 THEN 500
800 GOSUB TOP:? "Enter filename":GOSUB SEC:? ""SAVE>";:COL=PEEK(85):?
FILE$;:POKE 85,COL
810 MODE=1:ILEN=15:GOSUB INP:GOSUB DRV:GOSUB SEC:? "SAVE>";A$:GOSUB
OK:IF K=78 THEN 800
1500 GOSUB TOP:? "Enter filename":GOSUB EC:? "FILENAME;":POSITION 10,1:MODE=1
1508 GOSUB DRV
1540 IF C=3 AND B$="D" THEN ? #3;RECORD$(ST(D),ED(D));:GOTO 1550
1545 IF C=3 THEN ? #3;RECORD$(ST(D),ED(D))
5005 ZERO$ = "0000000000":DRV= 530
5300 IF B$(2,2)= ":" OR B$(3,3)= ":" THEN A$=B$:RETURN
5310 A$="D:":A$(3)=B$:RETURN
REVEREND'S REVISION
Each Sunday in many churches, people say the "Apostles' Creed," but they are generally uneasy when they say the words about Christ: "He descended into Hell." Your program, only slightly changed, seems an excellent way to expose people to the background of those words and provide some mental images to associate with them.
Therefore, very few changes were needed in your program. I retitled it "Rescue from Hell" and I changed the announcement screen to "More Souls to Save" The game character, now representing Christ, was changed to white and given wings, and the Antic "A" logos were changed to repentant sinners.
I apologize for not changing the locale of my revised program very much, but it was almost perfect as it stood.
BOXED IN
The Atari box I refer to is the one that's just barely big enough to house the original components (CPU, keyboard, a few ports that Atari decided we needed, memory and finally a disk drive)-but here come the cords. My biggest complaint with my 8-bit systems wasn't the operation, but the cords that I had to run everywhere to plug in more boxes. Atari should wake up and make its box big enough to enclose the parts that we serious users need-the way PC compatibles do. It's embarrassing to have a client trip over a cable running to the second disk drive.
If Atari is serious about competing in the real world, they should make the box large enough to look like it means business-and put all the business parts inside it.