Is there any benefit of using an Apple Language Card in an Apple IIe?
Clash Royale CLAN TAG#URR8PPP
up vote
4
down vote
favorite
From what I understand, the original Apple Language Card was basically a RAM expansion card for the Apple II and Apple II+. This expansion increased the on-board RAM by 16K. Normally, if you needed this card, you would probably have the maximum of 48K on-bard. Therefore, adding this card would bump you up to 64K. Not only did the language card provide more RAM, I believe they also added more ROM such as Pascal compiler, etc.
As I understand it, the card allowed the user to switch between the normal high-ROM of 16K (top ROM of the 64K address space) to the 16K RAM the card added by using Apple's infamous "soft switches".
When the Apple IIe came out, it had 64K by default. Plus, many models shipped with another 64K expansion card increasing the RAM to 128K.
So my question is, if I have an Apple IIe with 128K of RAM, and I install one of these language cards, will I see any benefit at all? Meaning, will I have 144K of RAM?
Or, am I missing something? I can't remember but maybe the language card only works in slot 0 and the Apple IIe used slot 0 for its 64K expansion. Making both cards impossible to use at the same time.
Thanks for any information.
apple-ii
add a comment |Â
up vote
4
down vote
favorite
From what I understand, the original Apple Language Card was basically a RAM expansion card for the Apple II and Apple II+. This expansion increased the on-board RAM by 16K. Normally, if you needed this card, you would probably have the maximum of 48K on-bard. Therefore, adding this card would bump you up to 64K. Not only did the language card provide more RAM, I believe they also added more ROM such as Pascal compiler, etc.
As I understand it, the card allowed the user to switch between the normal high-ROM of 16K (top ROM of the 64K address space) to the 16K RAM the card added by using Apple's infamous "soft switches".
When the Apple IIe came out, it had 64K by default. Plus, many models shipped with another 64K expansion card increasing the RAM to 128K.
So my question is, if I have an Apple IIe with 128K of RAM, and I install one of these language cards, will I see any benefit at all? Meaning, will I have 144K of RAM?
Or, am I missing something? I can't remember but maybe the language card only works in slot 0 and the Apple IIe used slot 0 for its 64K expansion. Making both cards impossible to use at the same time.
Thanks for any information.
apple-ii
add a comment |Â
up vote
4
down vote
favorite
up vote
4
down vote
favorite
From what I understand, the original Apple Language Card was basically a RAM expansion card for the Apple II and Apple II+. This expansion increased the on-board RAM by 16K. Normally, if you needed this card, you would probably have the maximum of 48K on-bard. Therefore, adding this card would bump you up to 64K. Not only did the language card provide more RAM, I believe they also added more ROM such as Pascal compiler, etc.
As I understand it, the card allowed the user to switch between the normal high-ROM of 16K (top ROM of the 64K address space) to the 16K RAM the card added by using Apple's infamous "soft switches".
When the Apple IIe came out, it had 64K by default. Plus, many models shipped with another 64K expansion card increasing the RAM to 128K.
So my question is, if I have an Apple IIe with 128K of RAM, and I install one of these language cards, will I see any benefit at all? Meaning, will I have 144K of RAM?
Or, am I missing something? I can't remember but maybe the language card only works in slot 0 and the Apple IIe used slot 0 for its 64K expansion. Making both cards impossible to use at the same time.
Thanks for any information.
apple-ii
From what I understand, the original Apple Language Card was basically a RAM expansion card for the Apple II and Apple II+. This expansion increased the on-board RAM by 16K. Normally, if you needed this card, you would probably have the maximum of 48K on-bard. Therefore, adding this card would bump you up to 64K. Not only did the language card provide more RAM, I believe they also added more ROM such as Pascal compiler, etc.
As I understand it, the card allowed the user to switch between the normal high-ROM of 16K (top ROM of the 64K address space) to the 16K RAM the card added by using Apple's infamous "soft switches".
When the Apple IIe came out, it had 64K by default. Plus, many models shipped with another 64K expansion card increasing the RAM to 128K.
So my question is, if I have an Apple IIe with 128K of RAM, and I install one of these language cards, will I see any benefit at all? Meaning, will I have 144K of RAM?
Or, am I missing something? I can't remember but maybe the language card only works in slot 0 and the Apple IIe used slot 0 for its 64K expansion. Making both cards impossible to use at the same time.
Thanks for any information.
apple-ii
asked Sep 6 at 19:01
cbmeeks
3,557950
3,557950
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
6
down vote
accepted
Not only did the language card provide more RAM, I believe they also added more ROM such as Pascal compiler, etc.
No, it just added 16 KiB of RAM. But this RAM could be mapped into the address range occupied by the ROM. Thus it allowed to load a different 'ROM'.
Normally, if you needed this card, you would probably have the maximum of 48K on-bard
Not really, it would be useful as well with less, due to the function of replacing the ROM. But yeah, before buying a Language Card, one usually had maxed out the RAM already :))
So my question is, if I have an Apple IIe with 128K of RAM, and I install one of these language cards, will I see any benefit at all?
No. In theory it would work but without any benefit. In reality, you can't install it in the first place, as the card doesn't have any logic to handle address transfer toward the RAMs - it relies on picking these signals from one RAM socket. Since the 64/128 KiB versions of the Apple IIe do not use 16 KiB RAMs, connecting the card will be ... lets say difficult :))
Meaning, will I have 144K of RAM?
Rather the other way around. If you manage to install it, it would give less RAM, only 112 KiB, as the Language Card would respond to both upper RAM areas, not just the first one, as it again has no idea of handling a second 64 KiB Bank.
I can't remember but maybe the language card only works in slot 0
No, it works in any slot, but slot 0 is a perfect match, as it doesn't offer I/O addresses and the card doesn't need any.
and the Apple IIe used slot 0 for its 64K expansion.
No, the IIe needs a special slot, as it needs additional signals to detect if a memory access is dedicated to the main or auxiliary bank - the regular slots only offer access to the first 64 KiB.
Making both cards impossible to use at the same time.
As shown it isn't impossible, it just doesn't make much sense.
The Language Card has an F8 ROM socket on it. It came with the Autostart ROM.
â Nick Westgate
Sep 6 at 22:56
Follow-up question: does the IIe even have a slot 0? I had the vague sense it was omitted in favour of the RAM expansion for either the 80-column card or the full extra 64kb?
â Tommy
Sep 6 at 23:00
@NickWestgate Only the early, original Apple Language Cards featured a socket with Autostart ROM, mehr to upgrade the straight II. Later Language Cards, From Apple, as well as Microsoft or others didn't, as the IIplus (and late IIs) already where delivered with the New F8 ROM on board.
â Raffzahn
Sep 6 at 23:28
@Tommy No, it only got Slot 1..7. On the original IIe board the Aux-Slot was in line with Slot 3, while the later one moved it over in line with where Slot 0 would have been.
â Raffzahn
Sep 6 at 23:36
1
@NickWestgate Even with the F8 ROM the Language Card didn't add more ROM as the OP assumed, nor did it add other languages, especially not PASCAL as stated). The Autostart ROM completely replaced the original ROM. So not related to the Qustion.
â Raffzahn
Sep 7 at 1:47
 |Â
show 1 more comment
up vote
2
down vote
Well it's unlikely to work as the soft switches will be read by the builtin //e hardware (also the jumper to the 16K DRAM socket to steal the RAS/CAS will be an issue).
However the FP/INT basic ROM card does work (a small patch to DOS is required according to Jim Sather in understanding the Apple //e).
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
6
down vote
accepted
Not only did the language card provide more RAM, I believe they also added more ROM such as Pascal compiler, etc.
No, it just added 16 KiB of RAM. But this RAM could be mapped into the address range occupied by the ROM. Thus it allowed to load a different 'ROM'.
Normally, if you needed this card, you would probably have the maximum of 48K on-bard
Not really, it would be useful as well with less, due to the function of replacing the ROM. But yeah, before buying a Language Card, one usually had maxed out the RAM already :))
So my question is, if I have an Apple IIe with 128K of RAM, and I install one of these language cards, will I see any benefit at all?
No. In theory it would work but without any benefit. In reality, you can't install it in the first place, as the card doesn't have any logic to handle address transfer toward the RAMs - it relies on picking these signals from one RAM socket. Since the 64/128 KiB versions of the Apple IIe do not use 16 KiB RAMs, connecting the card will be ... lets say difficult :))
Meaning, will I have 144K of RAM?
Rather the other way around. If you manage to install it, it would give less RAM, only 112 KiB, as the Language Card would respond to both upper RAM areas, not just the first one, as it again has no idea of handling a second 64 KiB Bank.
I can't remember but maybe the language card only works in slot 0
No, it works in any slot, but slot 0 is a perfect match, as it doesn't offer I/O addresses and the card doesn't need any.
and the Apple IIe used slot 0 for its 64K expansion.
No, the IIe needs a special slot, as it needs additional signals to detect if a memory access is dedicated to the main or auxiliary bank - the regular slots only offer access to the first 64 KiB.
Making both cards impossible to use at the same time.
As shown it isn't impossible, it just doesn't make much sense.
The Language Card has an F8 ROM socket on it. It came with the Autostart ROM.
â Nick Westgate
Sep 6 at 22:56
Follow-up question: does the IIe even have a slot 0? I had the vague sense it was omitted in favour of the RAM expansion for either the 80-column card or the full extra 64kb?
â Tommy
Sep 6 at 23:00
@NickWestgate Only the early, original Apple Language Cards featured a socket with Autostart ROM, mehr to upgrade the straight II. Later Language Cards, From Apple, as well as Microsoft or others didn't, as the IIplus (and late IIs) already where delivered with the New F8 ROM on board.
â Raffzahn
Sep 6 at 23:28
@Tommy No, it only got Slot 1..7. On the original IIe board the Aux-Slot was in line with Slot 3, while the later one moved it over in line with where Slot 0 would have been.
â Raffzahn
Sep 6 at 23:36
1
@NickWestgate Even with the F8 ROM the Language Card didn't add more ROM as the OP assumed, nor did it add other languages, especially not PASCAL as stated). The Autostart ROM completely replaced the original ROM. So not related to the Qustion.
â Raffzahn
Sep 7 at 1:47
 |Â
show 1 more comment
up vote
6
down vote
accepted
Not only did the language card provide more RAM, I believe they also added more ROM such as Pascal compiler, etc.
No, it just added 16 KiB of RAM. But this RAM could be mapped into the address range occupied by the ROM. Thus it allowed to load a different 'ROM'.
Normally, if you needed this card, you would probably have the maximum of 48K on-bard
Not really, it would be useful as well with less, due to the function of replacing the ROM. But yeah, before buying a Language Card, one usually had maxed out the RAM already :))
So my question is, if I have an Apple IIe with 128K of RAM, and I install one of these language cards, will I see any benefit at all?
No. In theory it would work but without any benefit. In reality, you can't install it in the first place, as the card doesn't have any logic to handle address transfer toward the RAMs - it relies on picking these signals from one RAM socket. Since the 64/128 KiB versions of the Apple IIe do not use 16 KiB RAMs, connecting the card will be ... lets say difficult :))
Meaning, will I have 144K of RAM?
Rather the other way around. If you manage to install it, it would give less RAM, only 112 KiB, as the Language Card would respond to both upper RAM areas, not just the first one, as it again has no idea of handling a second 64 KiB Bank.
I can't remember but maybe the language card only works in slot 0
No, it works in any slot, but slot 0 is a perfect match, as it doesn't offer I/O addresses and the card doesn't need any.
and the Apple IIe used slot 0 for its 64K expansion.
No, the IIe needs a special slot, as it needs additional signals to detect if a memory access is dedicated to the main or auxiliary bank - the regular slots only offer access to the first 64 KiB.
Making both cards impossible to use at the same time.
As shown it isn't impossible, it just doesn't make much sense.
The Language Card has an F8 ROM socket on it. It came with the Autostart ROM.
â Nick Westgate
Sep 6 at 22:56
Follow-up question: does the IIe even have a slot 0? I had the vague sense it was omitted in favour of the RAM expansion for either the 80-column card or the full extra 64kb?
â Tommy
Sep 6 at 23:00
@NickWestgate Only the early, original Apple Language Cards featured a socket with Autostart ROM, mehr to upgrade the straight II. Later Language Cards, From Apple, as well as Microsoft or others didn't, as the IIplus (and late IIs) already where delivered with the New F8 ROM on board.
â Raffzahn
Sep 6 at 23:28
@Tommy No, it only got Slot 1..7. On the original IIe board the Aux-Slot was in line with Slot 3, while the later one moved it over in line with where Slot 0 would have been.
â Raffzahn
Sep 6 at 23:36
1
@NickWestgate Even with the F8 ROM the Language Card didn't add more ROM as the OP assumed, nor did it add other languages, especially not PASCAL as stated). The Autostart ROM completely replaced the original ROM. So not related to the Qustion.
â Raffzahn
Sep 7 at 1:47
 |Â
show 1 more comment
up vote
6
down vote
accepted
up vote
6
down vote
accepted
Not only did the language card provide more RAM, I believe they also added more ROM such as Pascal compiler, etc.
No, it just added 16 KiB of RAM. But this RAM could be mapped into the address range occupied by the ROM. Thus it allowed to load a different 'ROM'.
Normally, if you needed this card, you would probably have the maximum of 48K on-bard
Not really, it would be useful as well with less, due to the function of replacing the ROM. But yeah, before buying a Language Card, one usually had maxed out the RAM already :))
So my question is, if I have an Apple IIe with 128K of RAM, and I install one of these language cards, will I see any benefit at all?
No. In theory it would work but without any benefit. In reality, you can't install it in the first place, as the card doesn't have any logic to handle address transfer toward the RAMs - it relies on picking these signals from one RAM socket. Since the 64/128 KiB versions of the Apple IIe do not use 16 KiB RAMs, connecting the card will be ... lets say difficult :))
Meaning, will I have 144K of RAM?
Rather the other way around. If you manage to install it, it would give less RAM, only 112 KiB, as the Language Card would respond to both upper RAM areas, not just the first one, as it again has no idea of handling a second 64 KiB Bank.
I can't remember but maybe the language card only works in slot 0
No, it works in any slot, but slot 0 is a perfect match, as it doesn't offer I/O addresses and the card doesn't need any.
and the Apple IIe used slot 0 for its 64K expansion.
No, the IIe needs a special slot, as it needs additional signals to detect if a memory access is dedicated to the main or auxiliary bank - the regular slots only offer access to the first 64 KiB.
Making both cards impossible to use at the same time.
As shown it isn't impossible, it just doesn't make much sense.
Not only did the language card provide more RAM, I believe they also added more ROM such as Pascal compiler, etc.
No, it just added 16 KiB of RAM. But this RAM could be mapped into the address range occupied by the ROM. Thus it allowed to load a different 'ROM'.
Normally, if you needed this card, you would probably have the maximum of 48K on-bard
Not really, it would be useful as well with less, due to the function of replacing the ROM. But yeah, before buying a Language Card, one usually had maxed out the RAM already :))
So my question is, if I have an Apple IIe with 128K of RAM, and I install one of these language cards, will I see any benefit at all?
No. In theory it would work but without any benefit. In reality, you can't install it in the first place, as the card doesn't have any logic to handle address transfer toward the RAMs - it relies on picking these signals from one RAM socket. Since the 64/128 KiB versions of the Apple IIe do not use 16 KiB RAMs, connecting the card will be ... lets say difficult :))
Meaning, will I have 144K of RAM?
Rather the other way around. If you manage to install it, it would give less RAM, only 112 KiB, as the Language Card would respond to both upper RAM areas, not just the first one, as it again has no idea of handling a second 64 KiB Bank.
I can't remember but maybe the language card only works in slot 0
No, it works in any slot, but slot 0 is a perfect match, as it doesn't offer I/O addresses and the card doesn't need any.
and the Apple IIe used slot 0 for its 64K expansion.
No, the IIe needs a special slot, as it needs additional signals to detect if a memory access is dedicated to the main or auxiliary bank - the regular slots only offer access to the first 64 KiB.
Making both cards impossible to use at the same time.
As shown it isn't impossible, it just doesn't make much sense.
edited Sep 7 at 4:02
manassehkatz
1,091110
1,091110
answered Sep 6 at 20:28
Raffzahn
32.8k472131
32.8k472131
The Language Card has an F8 ROM socket on it. It came with the Autostart ROM.
â Nick Westgate
Sep 6 at 22:56
Follow-up question: does the IIe even have a slot 0? I had the vague sense it was omitted in favour of the RAM expansion for either the 80-column card or the full extra 64kb?
â Tommy
Sep 6 at 23:00
@NickWestgate Only the early, original Apple Language Cards featured a socket with Autostart ROM, mehr to upgrade the straight II. Later Language Cards, From Apple, as well as Microsoft or others didn't, as the IIplus (and late IIs) already where delivered with the New F8 ROM on board.
â Raffzahn
Sep 6 at 23:28
@Tommy No, it only got Slot 1..7. On the original IIe board the Aux-Slot was in line with Slot 3, while the later one moved it over in line with where Slot 0 would have been.
â Raffzahn
Sep 6 at 23:36
1
@NickWestgate Even with the F8 ROM the Language Card didn't add more ROM as the OP assumed, nor did it add other languages, especially not PASCAL as stated). The Autostart ROM completely replaced the original ROM. So not related to the Qustion.
â Raffzahn
Sep 7 at 1:47
 |Â
show 1 more comment
The Language Card has an F8 ROM socket on it. It came with the Autostart ROM.
â Nick Westgate
Sep 6 at 22:56
Follow-up question: does the IIe even have a slot 0? I had the vague sense it was omitted in favour of the RAM expansion for either the 80-column card or the full extra 64kb?
â Tommy
Sep 6 at 23:00
@NickWestgate Only the early, original Apple Language Cards featured a socket with Autostart ROM, mehr to upgrade the straight II. Later Language Cards, From Apple, as well as Microsoft or others didn't, as the IIplus (and late IIs) already where delivered with the New F8 ROM on board.
â Raffzahn
Sep 6 at 23:28
@Tommy No, it only got Slot 1..7. On the original IIe board the Aux-Slot was in line with Slot 3, while the later one moved it over in line with where Slot 0 would have been.
â Raffzahn
Sep 6 at 23:36
1
@NickWestgate Even with the F8 ROM the Language Card didn't add more ROM as the OP assumed, nor did it add other languages, especially not PASCAL as stated). The Autostart ROM completely replaced the original ROM. So not related to the Qustion.
â Raffzahn
Sep 7 at 1:47
The Language Card has an F8 ROM socket on it. It came with the Autostart ROM.
â Nick Westgate
Sep 6 at 22:56
The Language Card has an F8 ROM socket on it. It came with the Autostart ROM.
â Nick Westgate
Sep 6 at 22:56
Follow-up question: does the IIe even have a slot 0? I had the vague sense it was omitted in favour of the RAM expansion for either the 80-column card or the full extra 64kb?
â Tommy
Sep 6 at 23:00
Follow-up question: does the IIe even have a slot 0? I had the vague sense it was omitted in favour of the RAM expansion for either the 80-column card or the full extra 64kb?
â Tommy
Sep 6 at 23:00
@NickWestgate Only the early, original Apple Language Cards featured a socket with Autostart ROM, mehr to upgrade the straight II. Later Language Cards, From Apple, as well as Microsoft or others didn't, as the IIplus (and late IIs) already where delivered with the New F8 ROM on board.
â Raffzahn
Sep 6 at 23:28
@NickWestgate Only the early, original Apple Language Cards featured a socket with Autostart ROM, mehr to upgrade the straight II. Later Language Cards, From Apple, as well as Microsoft or others didn't, as the IIplus (and late IIs) already where delivered with the New F8 ROM on board.
â Raffzahn
Sep 6 at 23:28
@Tommy No, it only got Slot 1..7. On the original IIe board the Aux-Slot was in line with Slot 3, while the later one moved it over in line with where Slot 0 would have been.
â Raffzahn
Sep 6 at 23:36
@Tommy No, it only got Slot 1..7. On the original IIe board the Aux-Slot was in line with Slot 3, while the later one moved it over in line with where Slot 0 would have been.
â Raffzahn
Sep 6 at 23:36
1
1
@NickWestgate Even with the F8 ROM the Language Card didn't add more ROM as the OP assumed, nor did it add other languages, especially not PASCAL as stated). The Autostart ROM completely replaced the original ROM. So not related to the Qustion.
â Raffzahn
Sep 7 at 1:47
@NickWestgate Even with the F8 ROM the Language Card didn't add more ROM as the OP assumed, nor did it add other languages, especially not PASCAL as stated). The Autostart ROM completely replaced the original ROM. So not related to the Qustion.
â Raffzahn
Sep 7 at 1:47
 |Â
show 1 more comment
up vote
2
down vote
Well it's unlikely to work as the soft switches will be read by the builtin //e hardware (also the jumper to the 16K DRAM socket to steal the RAS/CAS will be an issue).
However the FP/INT basic ROM card does work (a small patch to DOS is required according to Jim Sather in understanding the Apple //e).
add a comment |Â
up vote
2
down vote
Well it's unlikely to work as the soft switches will be read by the builtin //e hardware (also the jumper to the 16K DRAM socket to steal the RAS/CAS will be an issue).
However the FP/INT basic ROM card does work (a small patch to DOS is required according to Jim Sather in understanding the Apple //e).
add a comment |Â
up vote
2
down vote
up vote
2
down vote
Well it's unlikely to work as the soft switches will be read by the builtin //e hardware (also the jumper to the 16K DRAM socket to steal the RAS/CAS will be an issue).
However the FP/INT basic ROM card does work (a small patch to DOS is required according to Jim Sather in understanding the Apple //e).
Well it's unlikely to work as the soft switches will be read by the builtin //e hardware (also the jumper to the 16K DRAM socket to steal the RAS/CAS will be an issue).
However the FP/INT basic ROM card does work (a small patch to DOS is required according to Jim Sather in understanding the Apple //e).
edited Sep 6 at 20:23
answered Sep 6 at 20:14
PeterI
2,9131729
2,9131729
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fretrocomputing.stackexchange.com%2fquestions%2f7494%2fis-there-any-benefit-of-using-an-apple-language-card-in-an-apple-iie%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password