apple2js icon indicating copy to clipboard operation
apple2js copied to clipboard

Type lowercase character in Apple 2 emulator

Open wyatt-wong opened this issue 2 years ago • 4 comments

How do I type lowercase character in Apple 2 emulator ?

wyatt-wong avatar Aug 18 '22 00:08 wyatt-wong

It's not easy to get an Apple ][ or ][+ to do lower case. There are a handful of programs that support lower case, mostly word processors. If you want lower case you're better off with the Apple //e emulator.

whscullin avatar Aug 18 '22 13:08 whscullin

One way is to switch to 80 columns mode (PR#3 from BASIC if I remember well).

Bischoff avatar Aug 18 '22 14:08 Bischoff

That's what I saw from the Option screen. So the Apple 2 emulator allow boot up as Apple ][+ with lowercase support, but it cannot allow user to type lowercase characters ?

image

wyatt-wong avatar Aug 19 '22 00:08 wyatt-wong

Yeah, I haven't been able to find a good piece of software to showcase for that. The built in ROM didn't change, so only 3rd party software made use of it. Oo-Topos will use it, and possibly some other interactive fiction titles. Apple Writer may also use it.

If you do PR#3 and enter 80 column mode, you can switch between lowercase and uppercase with ctrl-A. With the lowercase ROM, if you reset out of 80 column mode, you can still see upper and lower case.

whscullin avatar Aug 19 '22 14:08 whscullin