[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Neat Apple ][ Stuff
- Subject: Neat Apple ][ Stuff
- From: "mrl" <%mlimaye%@%kdsi%.%net%>
- Date: 1999/02/04
- Newsgroups: comp.sys.apple2
- Organization: Posted via RemarQ, http://www.remarQ.com - Discussions start here!
Hello all, I was digging through an old folder that had some Apple ][ stuff
in it and I came up with the following material that I have...I'd be glad to
mail photocopies to anyone who would like it/needs it.
1. An old Apple Cart article that tells you how to digitize and play back
speech. It takes input through the cassette port on the back of the Apple
][ and outputs through the internal speaker and requires no new hardware.
2. A complete set of well drawn and detailed maps for all the levels of
Wizardry 1.
3. A list of CALL commands which I will list below...
CALL -1998 = CLEAR THE GRAPHIC SCREEN
CALL -1953 = CHANGE THE COLOR BY +3
CALL -1036 = MOVE CURSOR FORWARD (RIGHT) ONE SPACE
CALL -1008 = MOVE CURSOR BACKWARD (LEFT) ONE SPACE
CALL -998 = MOVE CURSOR UP ONE LINE
CALL -958 = CLEAR FROM CURSOR TO THE END OF SCREEN
CALL -922 = LINE FEED
CALL -912 = MOVE ALL TEXT IN THE WINDOW UP ONE LINE
CALL -868 = CLEAR CURSOR TO END OF LINE
CALL -856 = TIME DELAY. POKE 69,XX TO SET AMOUNT OF DELAY
CALL -384 = SET INVERSE VIDEO MODE
CALL -380 = SET NORMAL VIDEO MODE
CALL -198 = RING THE BELL
CALL -155 = ENTER MONITOR WITH BELL
CALL -151 = ENTER MONITOR WITHOUT BELL
CALL -657 = GET A LINE OF INPUT WITH NO PROMPT OR LINE FEED, AND WAIT.
CALL -662 = GET A LINE OF INPUT WITH PROMPT, NO LINE FEED, AND WAIT.
CALL -665 = GET A LINE OF INPUT WITH LINE FEED, PROMPT, AND WAIT.
CALL -756 = WAIT FOR KEY PRESS.
CALL -321 = DISPLAY THE A,X,Y,P, & S REGISTERS
CALL 54915 = CLEANS THE STACK. THIS DOES AWAY WITH AN OUT OF MEMORY ERROR
WHEN YOU REALLY HAVE MEMORY LEFT.