Apple II

Apple II plus - Raspberry PI

Hi,
I just installed my new Videx Videoterm Card in my Apple II plus. Everything is working perfectly all right. I can reach the Raspberry PI with Kermit 65 very good.

Mostly I use on the Raspberry PI "Alpine" for my emails.

Here is the last problem:
The inverse letters are just white highlighted and not readable (on my IIe I can read them if I use Kermit 65).

Has anyone a hint what I can do to change this?

Thanks!

Forums: 

APPLE II SHALL WE PLAY A GAME

This is the version of my SHALL WE PLAY A GAME, that was born in INTEGER BASIC for APPLE 1 revised for the APPLESOFT APPLE II.
20 INPUT "SHALL WE PLAY A GAME: ";F$
30 IF F$ = "YES" THEN 60
50 PRINT "OK BYE BYE"
50 END
60 INPUT "YOUR NUMBER: ";A
70 B = INT (99 * RND (1) + 1)
80 HTAB 15: PRINT "YOUR NUMBER IS:",A
90 HTAB 15: PRINT "COMPUTER NUMBER IS:",B
100 IF A = B THEN PRINT "YOU WIN!!!!!"
110 IF A < > B THEN PRINT "YOU LOSE"
120 END

Forums: 

80 column card for Apple II +

I've been looking through eBay at 80 column cards that would work on a II+. Any thoughts on what is the best card to get? Or avoid? I see several like this one:

http://www.ebay.com/itm/291753382271

But really have no clue what I should get.

Thanks.

Forums: 

APPLE II ARTIFICIAL INTELLIGENCE

By the fruit of programming of me and Mark D. Overholser is born this Artificial intelligence, here the code:

[code]
5 DIM A$(8): DIM B(8): DIM C$(8)
6 N = 1
10 A$(1) = "HOW ARE YOU":B(1) = 1
15 C$(1) = "HOW LONG HAVE YOU FELT "
20 A$(2) = "WHAT IS YOUR NAME":B(2) = 1
25 C$(2) = "WELL MY NAME IS ELIZA, GLAD TO MEET YOU, "
30 A$(3) = "HOW OLD ARE YOU":B(3) = 1

Forums: 

Disk Disintegrators and utilities

No, this isn't about destroying floppies. It's about packing full disk games or many files into 1 single file for easy upload to ancient BBS'es. There were a number of programs that did this, the most widely used one was Dalton's Disk Disintegrator.

Forums: 

A2 speech support question

Is speech synth just a novelty? Or is there any software such as educational titles that use it? Perhaps there is a list out there in the wild interwebz?

I was thinking of buying a reactivemicro mockingboard clone and I'm trying to decide if speech chip is worth the extra $$$?

Thx!

Forums: 

Tele-Cat // 2.0 and 3.0 ?

Does anyone remember (or have available to post) a free BBS software package called Tele-Cat // v2.0 and v3.0? It was specifically for the Apple-Cat II modem. I'd love to get an unadulterated copy of each version if anyone has them.

I'm in the process of going through my own library to see what I can come up with. But the prospects are grim so far.

Forums: 

copying files between diskettes

What's a good utility to copy files between diskettes? I've been relearning apple dos and can't remember if there is a utility to do this.

Thanks

Forums: 

VSdrive A2gameserver and other such things

I attempted to get the A2gameserver running this evening off of the 2E. I was able to install the software and see a bootstrap attempt. I threw up a red flag though when I noticed that the server end doesnt have an option to set serial speed, this looks like a project unfinished. The documentation is but a paragraph, and a more expected method of providing the client (disk image for adtpro) does not exists and expects to see it accomplished by audio from a wav file.

Is this project still a thing, or is it deadware.

Also, ive played with VSdrive from ADT. It mentions an emulated hard disk possibility (up to 32MB) but no instruction as to how one produces such a file on the server end. Any ideas.

J

Forums: 

Pages

Subscribe to Apple II