Skip to main content
Search titles, bodies, and author names
Found 25,024 posts across 1 forum.

What to do with spare Pismo LCDs — #4

Addenum to Holy Grail with a bit more info, from http://theducks.livejournal.com/492985.html I hang out on a number of modding boards around the internet. The "Holy Grail" i…
68kMLA Hardware by ~Coxy Fri, 27 Feb 2009 - 02:38

How do soft-switches work? — #3

Do you know what hardware this is? I only have a IIgs, so I suppose that is incorporated in the Mega II, but what about on the older models?
68kMLA Hardware by Dog Cow Fri, 27 Feb 2009 - 01:43

How do soft-switches work? — #2

Soft switches have a hardware component: there is circuitry that reacts to particular address lines being tickled. That's why things like peek can affect them from BASIC.
68kMLA Hardware by david__schmidt Thu, 26 Feb 2009 - 22:57

How do soft-switches work? — #1

Here's a question for which I have not found the answer: The Apple II, as you should know, has some soft-switches, memory locations which cause some setting to change. My question…
68kMLA Hardware by Dog Cow Thu, 26 Feb 2009 - 22:40

What to do with spare Pismo LCDs — #3

Some people have basically recased a laptops guts in a box and made the LCD seperate using a home made cable. There are old ISA cards that talk directly but they are probably for o…
68kMLA Hardware by Unknown_K Thu, 26 Feb 2009 - 21:17

What to do with spare Pismo LCDs — #2

http://www.applefritter.com/holygrail Excerpted from the Applefritter FAQ Q: How do I turn this laptop/iMac screen into a monitor? A: Put simply you don't. Whilst it is pos…
68kMLA Hardware by coius Thu, 26 Feb 2009 - 21:06

What to do with spare Pismo LCDs — #1

I needed new clutch hinges for my Pismo so I won an auction on eBay that contained two sketchy LCDs and one set of hinges. So I have a couple of spare Pismo LCDs. One is supposed…
68kMLA Hardware by Dennis Nedry Thu, 26 Feb 2009 - 20:46

Apple IIc programming confusion — #15

The IIe and IIC, however, have a working shift key. Click to expand... I know that, I'm just old-school.
68kMLA Software by Dog Cow Thu, 26 Feb 2009 - 18:38

Apple IIc programming confusion — #14

I believe that keyboard simply switches the layout to Dvorak and back again to Qwerty--is this true? And, I'd hazard a guess that the 80/40 key switches the resolution in GR mode …
68kMLA Software by luddite Thu, 26 Feb 2009 - 03:50

Apple IIc programming confusion — #13

Hi, Okay, l added the string variables, and it works perfectly! I guess I just made a few errors beforehand... Just one more question, though...those two buttons labeled 'keyboa…
68kMLA Software by Apostrophe Wed, 25 Feb 2009 - 22:12

Apple IIc programming confusion — #12

On the original ][ and ][+ keyboard input was all upper case on a stock configuration. The IIe and IIC, however, have a working shift key.
68kMLA Software by luddite Wed, 25 Feb 2009 - 19:56

Apple IIc programming confusion — #11

new 10 home 20 input "What state do you live in?";a 30 if a="Ohio" then goto 50 40 if a<>"Ohio" then goto 10 50 input "Correct! Type 'next' for the next questio…
68kMLA Software by Dog Cow Wed, 25 Feb 2009 - 18:38

Tamil language on OS X — #4

All of the characters look like this: ட (that may or may not work correctly on the forum)
68kMLA Software by Mike Richardson Wed, 25 Feb 2009 - 17:50

Apple IIc programming confusion — #10

Not having an Apple IIc handy but wanting the experience I went to http://www.calormen.com/Applesoft/index.htm and tried out the Applesoft Basic simulator that runs in Javascript. …
68kMLA Software by wally Wed, 25 Feb 2009 - 17:17

Tamil language on OS X — #3

Looks fine here too – and I can't remember installing any extra languages when I installed OS X.
68kMLA Software by ~tl Wed, 25 Feb 2009 - 17:07

Tamil language on OS X — #2

Can you post what your squiggly boxes look like. I'm not fluent in Tamil, but when I clicked your link in Safari 3.2.1, I got the following. { "lightbox_close": "Close", …
68kMLA Software by istar1018 Wed, 25 Feb 2009 - 15:57

Tamil language on OS X — #1

My friend would like to be able to display Tamil pages on an eMac 1.42 GHz running Leopard, so his mom can use the computer when the PC is down because of viruses. Currently, all …
68kMLA Software by Mike Richardson Wed, 25 Feb 2009 - 11:20

Apple IIc programming confusion — #9

DIM A$(1), B$(1), C$(1) or even simpler DIM A$, B$, C$ Click to expand... Neither is necessary... the first will create arrays and the second AFAIK won't do anything. Simply c…
68kMLA Software by luddite Wed, 25 Feb 2009 - 03:31

Apple IIc programming confusion — #8

My prior post may go too far and create arrays of string variables, so also try the simpler DIM A$(1), B$(1), C$(1) or even simpler DIM A$, B$, C$ I saw somewhere that Applesoft …
68kMLA Software by wally Wed, 25 Feb 2009 - 02:15

Apple IIc programming confusion — #6

Just a guess...you may have to declare a$ first specifying a non zero maximum string length in bytes. Try Dim A$(64), B$(64), C$(255) at the start of the program and see if that…
68kMLA Software by wally Wed, 25 Feb 2009 - 01:20

Apple IIc programming confusion — #5

Thanks David--as I told wally, I've already tried string variables, but maybe I didn't do it right, or missed a few keys, etc. When I turn the IIc on again tomorrow I'll try enter…
68kMLA Software by Apostrophe Wed, 25 Feb 2009 - 01:18

Apple IIc programming confusion — #4

You need all string variables. Code: 10 home 20 input "What state do you live in?";a$ 30 if a$="Ohio" then goto 50 40 if a$<>"Ohio" then goto 10 50 input "Cor…
68kMLA Software by david__schmidt Wed, 25 Feb 2009 - 01:12
mp.ls