Subject: Neat Apple ][ Stuff Path: lobby!newstf02.news.aol.com!portc02.blue.aol.com!howland.erols.net!news-out.supernews.com.MISMATCH!remarQ73!supernews.com!remarQ.com!remarQ69!not-for-mail From: "mrl" <%mlimaye%@%kdsi%.%net%> Newsgroups: comp.sys.apple2 Date: Thu, 04 Feb 1999 00:34:39 -0600 Organization: Posted via RemarQ, http://www.remarQ.com - Discussions start here! Lines: 36 Message-ID: <79beq5$94$1@remarQ.com> NNTP-Posting-Host: 208.136.226.140 Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: 918109829 V1ARDBBYKE28CD088C usenet53.supernews.com X-Complaints-To: newsabuse@remarQ.com X-Newsreader: Microsoft Outlook Express Macintosh Edition - 4.5 (0410) 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.