Help using/fixing Apple // europlus

39 posts / 0 new
Last post
tony359's picture
Offline
Last seen: 2 hours 9 min ago
Joined: Jun 16 2020 - 16:58
Posts: 230
Help using/fixing Apple // europlus
AttachmentSize
Image icon IMG_6657.JPEG227.04 KB
Image icon IMG_6661.JPG405.21 KB
Image icon IMG_6662.JPG485.48 KB
Image icon IMG_6663.JPG368.2 KB
Image icon IMG_6664.JPG347.02 KB
Image icon IMG_6665.JPG586.03 KB
Image icon IMG_6666.JPG237.79 KB

Hi all,

 

I'm trying to prepare an Apple // europlus for a small local no-profit museum so visitors can use it. 

 

I am familiar with Apple //e and I am a bit lost here.

 

I understand the original Apple 2 did not auto-start so you had to type PR#6 to boot from floppy. However, ROM F8 is 341-0020-00 which I understand it should be the auto-boot one.

 

The other ROMS are

341-0015-00

341-0014-E8

341-0013

341-0012-00

(D0 is unreadable from the pic I have)

 

If I power up with a floppy controller in slot 6 and drive connected (which I don't know if it works) I have "Apple ][" displayed. If I hit "RESET" it takes me to Monitor. I tried CTRL-C, CTRL-B, CTRL-P and 6 and nothing works. The only key which works is RESET.

Without the floppy controller, the Apple beeps twice and drops me to monitor straight away.

I see that 1 RAM chip at row E is missing and I understand that one might connect a language card there with a memory expansion. But I don't have a language card with this system. 

 

What I have is pictured below, plus the controller card. I haven't  tested the board with the VS1000 on it as it has tantalum on the 12V line and I'd rather replace them before I use it. 

 

I've re-seated and contact-cleaned all the RAM and ROM but nothing changes. 

I don't know whether I am doing something wrong or maybe there is something wrong with the system.

 

Someone recommended I checked the ROM are still correct but I understand they cannot be read directly with my TL866II? A link online suggests I can just use an inverter to make them (2316B) compatible with something the TL866II can read (2716).

 

https://www.dmcmillan.co.uk/blog/testing-apple-ii-europlus-roms

 

Can someone help me? And is an inverter and some re-wiring really required to just read those ROMs with the TL866II? It feels weird.

Also, what would be the best way to replace those ROMs if needed? Is there a modern rewritable IC available? Does it have to be something which requires 21V programming?

 

Thanks for your help!

Tony

CVT
CVT's picture
Offline
Last seen: 1 hour 31 min ago
Joined: Aug 9 2022 - 00:48
Posts: 682
You need that one RAM chip.

You need that one RAM chip. The machine will not work without it. When you put a language card, this chip is simply moved to the language card and you connect the ribbon cable in its socket.

 

If you don't have a RAM chip to put in the empty socket, you can still test the machine, but you have to remove the entire row. Then the computer will have only 32K of RAM instead of 48K, but it will boot.

 

I can also see that you have a 16K RAM card. You can take one of the 8 identical RAM chips on the right side of the card and put it in the empty RAM socket on the motherboard. Then you should have the full 48K.

tony359's picture
Offline
Last seen: 2 hours 9 min ago
Joined: Jun 16 2020 - 16:58
Posts: 230
Thanks I suspected that. So I

Thanks I suspected that. So I suppose there was a language card in this machine at some point. What does a language card do? I think we might have one somewehere. 

 

However I did try that and it did not change the behaviour. I also tested the Floppy EMU and it wouldn't read so that removes the drive from the equation.

 

Can you - or someone - explain me what's the boot process of an Apple //? Would it be the same of an Apple //e if the auto-boot ROM is installed?

CVT
CVT's picture
Offline
Last seen: 1 hour 31 min ago
Joined: Aug 9 2022 - 00:48
Posts: 682
With no cards, you simply get

With no cards, you simply get a beep and a Basic prompt:

 

                         APPLE ][

]■

 

 

Try to find the missing Language card. It probably has the missing RAM chip.

MacFly's picture
Offline
Last seen: 5 hours 42 min ago
Joined: Nov 7 2019 - 13:49
Posts: 350
RAM + ROM

The language card adds another 16KB of RAM to your system, so it has 64KB. And if it's an original Apple Language Card (not a clone) then it will also contain a newer version of the boot ROM with the "autostart" feature. Another reason to be looking for the missing card... :)

tony359's picture
Offline
Last seen: 2 hours 9 min ago
Joined: Jun 16 2020 - 16:58
Posts: 230
ah ok so there is something

ah ok so there is something wrong with it then as I tested it without that row of RAM.

 

I will try to find the language ROM but we might not have it. 

So what about testing/replacing the ROMs?

Offline
Last seen: 6 hours 41 min ago
Joined: Jun 18 2010 - 13:54
Posts: 676
Having a missing RAM chip in

Having a missing RAM chip will not prevent the computer from working unless it's in the bottom row. You're missing chip will only disable the top row and leave you with a 32K machine.  

As for the ROM, you might want to take a look at the ROMX  .

Offline
Last seen: 2 hours 5 min ago
Joined: Jul 5 2018 - 09:44
Posts: 1900
jeffmazur wrote:Having a
jeffmazur wrote:

Having a missing RAM chip will not prevent the computer from working unless it's in the bottom row. You're missing chip will only disable the top row and leave you with a 32K machine.  

As for the ROM, you might want to take a look at the ROMX  .

 

I don't think the system is smart enough to realize it has only 32K complete if just one chip is missing unless I'm mistaken, which is possible.

I think, but I'd have to try it to verify that with no disk (boot device) installed it will go to Applesoft (or IntBASIC) but any memory access in the 3rd bank will be bad because one bit will be missing of every byte.  Since the Apple II doesn't do any kind of memory checks to speak of it will work up to a point. 

A missing chip in the 3rd row will cause DOS loading to fail unless the DOS is INITed for 32K or a MASTER.

 

I think the reason why you have to INIT for a particular size is that's the only way it knows where to try to load DOS.  I'm not sure how a MASTER disk knows what the memory size is 32K or 48K (since DOS 3.x doesn't know how to load to a 16K language card without additional software).  I suspect it does some kind of memory test in software loaded with the DOS boot process.  Like trying to write bytes and read them back maybe?  I don't remember if I knew at one time.

 

 

Offline
Last seen: 6 hours 41 min ago
Joined: Jun 18 2010 - 13:54
Posts: 676
 softwarejanitor wrote:I don

 

softwarejanitor wrote:
I don't think the system is smart enough to realize it has only 32K complete if just one chip is missing unless I'm mistaken, which is possible.

BASIC (both flavors) will do a memory check and set HIMEM accordingly. That's the only way the computer can detect how much memory it has. And a single bad/missing RAM chip will disable the entire row.

tony359's picture
Offline
Last seen: 2 hours 9 min ago
Joined: Jun 16 2020 - 16:58
Posts: 230
Gotcha. However I did try

Gotcha.

 

However I did try removing the remaining 7 ICs and I still end up in Monitor. So I feel there is an issue here.

 

ROMX looks cool but really I don't need the extra features it brings. Is there a writable IC I could use to replace the ROMs, possibly with no or little modification? And what is the easiest way to check those ROMs with the TL866? I'm still puzzled that I need an inverter to read them, that would have been added in the IC library, no? I see the latest T48 programmer can use 25V to program, maybe upgrading my TL866II to the T48 would be a good option?

 

Also I tried connecting a drive to the system. It does change its behaviour a bit: no drive = double beep and monitor. Drive = it sits on "Apple ][" doing nothing until I hit RESET, then it lands on monitor. 

 

I think start from a working set of RAM and confirming the ROMs are working should be my priority.

Offline
Last seen: 6 hours 41 min ago
Joined: Jun 18 2010 - 13:54
Posts: 676
tony359 wrote:Is there a
tony359 wrote:
Is there a writable IC I could use to replace the ROMs, possibly with no or little modification?

 Unfortunately, if you replace the ROMs with EPROMs you are going to need adapter sockets (with inverters) for each chip. That will cosrt way more than the ROMX. You could also butcher the motherboard with your own EPROM modification but that's a bit more difficult.

tony359's picture
Offline
Last seen: 2 hours 9 min ago
Joined: Jun 16 2020 - 16:58
Posts: 230
Ok I need to understand this

Ok I need to understand this a bit more.

The original ICs are PROMs if I understand correctly? Particularly 2316B. My TL866II+ doesn't even read them so I sold it and ordered the T48. 

Once I have it, I can at least check the ROMs against known good images. 

 

If one ROM is defective, which IC can I use and will it require an adaptor regardless? 

 

I see the RomX for the Apple II is $50 but I am in the UK so it makes things a bit more complicated. 

 

Meanwhile I watched the last two videos of Adrian's digital basement and I see how the Apple II should boot, which is a step forward :) 

 

|Thanks!

Offline
Last seen: 2 hours 5 min ago
Joined: Jul 5 2018 - 09:44
Posts: 1900
jeffmazur wrote:
jeffmazur wrote:

 

softwarejanitor wrote:
I don't think the system is smart enough to realize it has only 32K complete if just one chip is missing unless I'm mistaken, which is possible.

BASIC (both flavors) will do a memory check and set HIMEM accordingly. That's the only way the computer can detect how much memory it has. And a single

 

I stand corrected on that.  It's been too long, I didn't remember all of that.  I still think the part about DOS 3.3 boot failing on a 32K matchine if it was INITed on a 48K machine is true unless you used MASTER CREATE.  Somehow I have a weird recollection of that being needed.  Let me know if that is wrong also.

 

Offline
Last seen: 2 hours 5 min ago
Joined: Jul 5 2018 - 09:44
Posts: 1900
tony359 wrote:Ok I need to
tony359 wrote:

Ok I need to understand this a bit more.

The original ICs are PROMs if I understand correctly? Particularly 2316B. My TL866II+ doesn't even read them so I sold it and ordered the T48. 

Once I have it, I can at least check the ROMs against known good images. 

 

If one ROM is defective, which IC can I use and will it require an adaptor regardless? 

<

The TL866 won't read some of the weird old PROMs like a 2316 w/o an adapter. but that's true of a lot of them.  I don't think that just to read a 2316 chip you need an adapter with an actual inverter though, the simplistic ones made with two sockets should probably work.

 

The T48 programmer looks interesting though.  I will have to see if there is Linux support for it.

 

Not sure if it will read a 2316B either though.  It seems to be touted as the next iteration of TL866.  It looks like it may support some newer chips that the older versions don't.  But FWIW, support for extremely old chips, the original TL866CS that I have will program a lot of 27xx chips that the newer TL866-II that I have won't.  However, I've found the TL866-II seems to do a better job on some GALs.  So I keep both.

 

 

 

Offline
Last seen: 5 hours 55 min ago
Joined: Feb 27 2021 - 18:59
Posts: 384
no PROMs
tony359 wrote:

Ok I need to understand this a bit more.

The original ICs are PROMs if I understand correctly?

Any IC that has a customer part number and copyright (e.g. "APPLE") is not a programmable anything. It was manufactured with data permanently wired at the fab as a Mask ROM.

These were sometimes called "mask *programmable" chips, but the term is confusing, because there is no way for a device programmer to write to them, and they never existed as a blank device.

You will not find bipolar PROMs used in any Apple II. They simply hold too few bits and are too expensive and laborious to program.

tony359's picture
Offline
Last seen: 2 hours 9 min ago
Joined: Jun 16 2020 - 16:58
Posts: 230
The T48 features Vpp up to

The T48 features Vpp up to 25V but you're right the 2316 is not on the list. LOL! 

The T48 should be able to program those old 27XX which the TL866-CS used to be able to program.

 

Well, the out of pocket in the upgrade is £15 so I was just looking for an excuse to buy one.

I might email Xgecu, there is no need why the programmer shouldn't read the 2316. However, the 2316 datasheet says "pin compatible with 2716" and the 2716 is supported by the T48 *AND* the TL866II. So I am wondering if Xgecu just needs to fix the profile for the 2716 :) 

Am I mistaken in thinking that the 2316 is not rewritable but the 2716 is - though with 25V Vpp - and which also needs to be UV erased? In that case, wouldn't I be able to replace a faulty 2316 with a 2716?

 

Reason I am asking is that the T48 supports the 2716 and I do have the UV light. 

 

https://www.dmcmillan.co.uk/blog/testing-apple-ii-europlus-roms/2316%20Datasheet.pdf

Offline
Last seen: 6 hours 41 min ago
Joined: Jun 18 2010 - 13:54
Posts: 676
 tony359 wrote:In that case,

 

tony359 wrote:

In that case, wouldn't I be able to replace a faulty 2316 with a 2716?

Yes you can replace the 2316 with a 2716 EPROM. But you will need to use an adapter to re-map a couple of the pins. At the bare minimum you can do this with two sockets (see Sather, "Understanding the Apple II" page 6-15). Without an inverter however, there will be a conflict with the Apple ROM and Language Cards as well as any other board that uses the INH signal. So you should always use a proper adapter.

 

If you want to read a 2316 ROM in your programmer, ReActiveMicro does make an adapter.

Offline
Last seen: 6 hours 41 min ago
Joined: Jun 18 2010 - 13:54
Posts: 676
robespierre wrote:You will
robespierre wrote:
You will not find bipolar PROMs used in any Apple II.

 

 

 Except for the DISK II controller board...

Offline
Last seen: 6 hours 41 min ago
Joined: Jun 18 2010 - 13:54
Posts: 676
softwarejanitor wrote:...DOS
softwarejanitor wrote:
...DOS 3.3 boot failing on a 32K matchine if it was INITed on a 48K machine... Let me know if that is wrong also.

 

You are correct on this. The INIT command creates a "slave" diskette which needs at least as much memory as the system that created it. And won't use any excess memory if booted on a larger system.

tony359's picture
Offline
Last seen: 2 hours 9 min ago
Joined: Jun 16 2020 - 16:58
Posts: 230
Thank you. That chapter is

Thank you. That chapter is what I was looking for to understand. 

So Apple programmed those 2316 so that CS is active high - while 2716 are active low, hence the need for the inverter, even for the programmer to just read them.

 

Let's move in steps: first let me check those ROMs. For that I just need a inverter which I can borrow from the Apple itself. The T48 is on its way anyways - I sold my 866II in 2 hours and the T48 is not expensive so that's a "nice to have" anyways.

IF some ROMs are bad, I could either use RomX or I could make my own adaptor (which has an inverter on the PCB) and program some 2716, bearing in mind that not all 2716s are the same. Am I correct?

 

To test the RAM, which other device uses 4116 ICs? I can't use my Apple //e, can I? Or the Commodore 64. I remember there was an Arduino sketch to test those chips, maybe I can take a look.

 

Are there any Diagnostic ROMs I could use with the Apple II?

 

Thanks so far!

 

Offline
Last seen: 6 hours 41 min ago
Joined: Jun 18 2010 - 13:54
Posts: 676
 tony359 wrote:... not all

 

tony359 wrote:

... not all 2716s are the same. Am I correct?

Just stay away from the TI 2716; it is not compatible. But a TI 2516 will work.

There are plenty of RAM testers like the Arduino one you mentioned but they don't always find every bad chip. Some may pass the test but still fail when used in the Apple II.

As for Diagnostic ROMs, there is an Apple Diagnostic Card but they're hard to find. Or the MultiROM card. But honestly, the ROMX includes a dead RAM Memory test, a full, burn-in quality RAM tester, as well as the Apple Diagnostics Program in one of its ROM banks. I know the shipping cost is an issue - maybe you can find a used one locally.

 

tony359's picture
Offline
Last seen: 2 hours 9 min ago
Joined: Jun 16 2020 - 16:58
Posts: 230
are those open source

are those open source projects? I might think of putting one together for my toolbox. 

Offline
Last seen: 1 day 3 hours ago
Joined: Mar 7 2019 - 08:20
Posts: 37
Apple Diagnostics Card

If anyone want a Apple II Diagnostic Card I have a couple available for €55 plus €15 postage doesn't matter where you live. Alternatively you can just use the eBay link 

https://www.ebay.com/itm/125980776422?mkcid=16&mkevt=1&mkrid=711-127632-2357-0&ssspo=BxWC1D9HRTK&sssrc=4429486&ssuid=BxWC1D9HRTK&var=&widget_ver=artemis&media=COPY

S.Elliott's picture
Offline
Last seen: 8 hours 33 min ago
Joined: Jun 23 2022 - 16:26
Posts: 142
jeffmazur wrote:robespierre
jeffmazur wrote:
robespierre wrote:
You will not find bipolar PROMs used in any Apple II.

 

 Except for the DISK II controller board...

There's also the original Centronics Interface card and their original Parallel Printer card.  (These were two distinct cards.)

Plus Apple's original serial interface card, the version before the "super" serial card.

And don't forget Apple's 1982 combo Printer/Centronics card, which employed an LS472 to double the quantity of bipolar PROM in order to include the firmware from both the Centronics Interface and Parallel Printer cards.

(In short, there are a lot of Apple branded cards that use bipolar PROMs.  A lot of third-party printer cards do too.)

tony359's picture
Offline
Last seen: 2 hours 9 min ago
Joined: Jun 16 2020 - 16:58
Posts: 230
Well the RomX is a tad

Well the RomX is a tad expensive to ship so I'll think of alternatives :) 

 

 

CVT
CVT's picture
Offline
Last seen: 1 hour 31 min ago
Joined: Aug 9 2022 - 00:48
Posts: 682
You can also boot without any

You can also boot without any of the ROM chips if you have a MultiROM card. I have one for sale that I don't need any more. I bought it when I also thought that something is wrong with my ROMs. They turned out to be fine and I wouldn’t be surprised if yours are fine too. PM me if you are interested. Shipping it from Bulgaria to the UK will not be more than $7.

 

 

tony359's picture
Offline
Last seen: 2 hours 9 min ago
Joined: Jun 16 2020 - 16:58
Posts: 230
Hi, I've built myself a "ROM

Hi,

 

I've built myself a "ROM replacement" adaptor.

 

https://oshwlab.com/kris.garrein/apple-ii-rom-replacement-board_copy

 

I wanted to test the ROM on my Apple //e and if not mistaken this adaptor won't work there so I wanted to whip one together just to make sure the ROM is working - so I know it should work on the unhappy Apple II.

 

I cannot find a schematic of the adaptor needed, can someone point me to the right direction please?

Also, is there a pre-made ROM for a 27C256? I can try to append together the ones I find online as directed in the manual but I suppose someone must have done this before!

 

I'll also test Adrian's digital basement ROM which seems very good!

 

Finally, I have several 27C512. Can I use them leaving half of the ROM empty?

 

Thanks!

tony359's picture
Offline
Last seen: 2 hours 9 min ago
Joined: Jun 16 2020 - 16:58
Posts: 230
Ok so I managed to replace

Ok so I managed to replace the ROM with the ROM Replacement and it works - only from one of the banks though but maybe I made a mistake concatenating things together.

 

To start the drive I have to type PR#6 though, which is weird as I used the autostart ROM of course. 

My next questions are:

- what is the difference between Integer and Applesoft basic? 

- How do I run "inspector" or "Watson" which I put on the ROM?

- The latest diagnostic ROM from Adrian's digital basement seem to say the RAM is correct but it fails to display the final table with the result. Instead, it shows a screen of "@". Could that be because it's a PAL version with UK keyboard - UK Rom I guess? Or does it indicate a fault somwehere?

- What is a good diagnostic software I can use with an Apple II europlus?

 

I've managed to run XPS but didn't realise it was the Apple //e version so obviously that fails memory test. I ran Frogger and that ran fine but I'm not sure about colours as m capture device was having issues displaying the signal altogether. 

 

Thank you!

S.Elliott's picture
Offline
Last seen: 8 hours 33 min ago
Joined: Jun 23 2022 - 16:26
Posts: 142
Watson
tony359 wrote:

- How do I run "inspector" or "Watson" which I put on the ROM?

To run Inspector or Watson, just jump to the base address of the ROM socket it's in.  If you have both Inspector and Waton installed, it will start as Watson (the sector viewer/editor).  I regularly use Watson, but I don't have any experience with the Inspector.

So if you installed your Watson ROM in the  D0  socket, run Watson with the command   D000G  in the Monitor.

tony359's picture
Offline
Last seen: 2 hours 9 min ago
Joined: Jun 16 2020 - 16:58
Posts: 230
Ah I see.  The ROM is a

Ah I see. 

 

The ROM is a single large one and it's made like this:

 

"The EPROM is structured as follows: first it contains 4K empty data, followed by the 4x INTEGER ROMs, 1x Inspector ROM and 1x Watson ROM. Then 4K empty space again, followed by the 6x Applesoft ROMs in order D0, D8, E0, E8, F0 and F8"

 

Can someone explain me how to match the numbers I get using an Hex converter to the memory map please?

 

If I use Windows calculator, 2K are 800.  So I have

0K-2K - 000 - 800

2K - 4K - 801 - 1000

4K - 6K - 1001 - 1800

 

etc.

How does work that with a memory map I find here for example? http://apple2.guidero.us/doku.php/mg_notes/general/mem_map

 

Maybe I can answer myself: D000 = 52KB. So that 2K ROM is mapped to that location The position in the ROM doesn't mean anything, the ROM will then be mapped into RAM at location D000, is that correct? 

S.Elliott's picture
Offline
Last seen: 8 hours 33 min ago
Joined: Jun 23 2022 - 16:26
Posts: 142
EPROM adapter memory map

The web page doesn't give a schematic diagram, but it's straightforward to follow the circuit of the ROM Replacement Board from the PCB.

The circuit interfaces a 27256 by lifting three address lines (A11, A12, A13) from the motherboard, and controlling A14 with the bank-selection jumper.

So, here's how the contents of the EPROM appear to be mapped to the motherboard sockets D0, D8, E0, E8, F0, F8.

    
ROM regionaddress rangesocketcontents
0000-07FF(not accessible) empty
0800-0FFF(not accessible) empty
1000-17FFD000-D7FFD0Watson
1800-1FFFD800-DFFFD8The Inspector
2000-27FFE000-E7FFE0341-0001 (Integer BASIC)
2800-2FFFE800-EFFFE8341-0002 (Integer BASIC)
3000-37FFF000-F7FFF0341-0003 (Integer BASIC)
3800-3FFFF800-FFFFF8341-0004 (Apple Monitor)
4000-47FF(not accessible) empty
4800-4FFF(not accessible) empty
5000-57FFD000-D7FFD0341-0011 (Applesoft)
5800-5FFFD800-DFFFD8341-0012 (Applesoft)
6000-67FFE000-E7FFE0341-0013 (Applesoft)
6800-6FFFE800-EFFFE8341-0014 (Applesoft)
7000-77FFF000-F7FFF0341-0015 (Applesoft)
7800-7FFFF800-FFFFF8341-0020 (Autostart Monitor)

The bank-selection jumper chooses which set of ROMs will be present.

When the bank-selection jumper is placed in the first position, then the EPROM adapter behaves as though the sockets contain ROMs for Watson, The Inspector, Integer BASIC, and the original Apple Monitor.  When you switch-on the computer, it will start with a Monitor prompt.  To start Integer BASIC, press CTRL-B and press return.  To run Watson, type D000G and press return.  (The Applesoft ROMs and Autostart Monitor are not available in this configuration.)

When the bank-selection jumper is placed in the second position, then the EPROM adapter behaves as though the sockets contain ROMs for Applesoft BASIC and the Autostart Monitor.  When you switch-on the computer, it will automatically start BASIC or boot a disk drive if one is installed.  (Watson, Integer BASIC, and the original Monitor are not available in this configuration.)

tony359's picture
Offline
Last seen: 2 hours 9 min ago
Joined: Jun 16 2020 - 16:58
Posts: 230
Thank you for taking the time

Thank you for taking the time to write that for me, appreciated!

My issue was with a 512 ROM IC and someone has pointed me to the right direction (indeed the 512 comes with an extra address line which ended up being shorted to 5V on that socket hence my configuration wouldn't work).

 

Rather than fiddling with the 512 I've sourced a 256 to test.

I got to the point of "where to put what" (*) but you explained the "why" which I appreciate.

One thing I am not sure is: the manual mentions "Integer Basic, Inspector, Watson" but you are listing "Watson, Inspector, Integer Basic". I suppose your table is correct as F8 is the monitor for both configurations.

 

I'll make another set with this order.

 

One basic question I still haven't found an answer to is: what is the difference between Applesoft and Integer Basic? Also, Watson is a diagnostic software, right? But what is the inspector?

 

Thanks so far, I'll share the final ROMs once I have confirmed they work.

Offline
Last seen: 5 hours 55 min ago
Joined: Feb 27 2021 - 18:59
Posts: 384
Integer BASIC was the first

Integer BASIC was the first ROM BASIC for the Apple ][, adapted by Woz from a prior BASIC he wrote for the Apple I. By its name, you can see how it is special: the only numbers it supports are integers from -32768 to 32767.

Applesoft BASIC was based on Microsoft's BASIC and supports floating-point numbers (9 decimal digits with a two-digit exponent). There are a few other syntax differences.

The principal difference between an original Apple II and an Apple II+ (plus) is the former came with Integer BASIC ROMs and the original Monitor ROM; the latter came with Applesoft BASIC ROMs and the Autostart Monitor ROM. The hardware of a II and a II+ are identical.

Either a II or a II+ could run the "other" version of BASIC by installing a Firmware Card or a Language Card in Slot 0. The Firmware Card has sockets for the alternate BASIC in ROMs, and a switch to select whether the card's ROMs or the motherboard ROMs are used. A Language Card has 16KB of RAM into which the alternate BASIC can be loaded by a "Master" boot floppy. Once booted from DOS, the "INT" and "FP" commands switch between the two versions of BASIC.

The two BASICs used different prompts: the Integer BASIC prompt is a greater-than sign, ">"

The Applesoft BASIC has a right-bracket sign, "]"

Some software requires either Integer or Applesoft BASIC, so having a Firmware or Language Card was important, besides the possibility of using the additional 16KB of RAM (on the Language Card) for machine-code programs.

The Apple IIe and GS don't have a Slot 0, so can't use either of these cards. Their AUX slots are used for different memory expansion options (such as the 80 column-64KB card for the IIe).

CVT
CVT's picture
Offline
Last seen: 1 hour 31 min ago
Joined: Aug 9 2022 - 00:48
Posts: 682
robespierre wrote:Integer
robespierre wrote:

Integer BASIC was the first ROM BASIC for the Apple ][, adapted by Woz from a prior BASIC he wrote for the Apple I. By its name, you can see how it is special: the only numbers it supports are integers from -32768 to 32767.

...

 

Actually it's from -32767 to +32767. Integer Basic doesn't support -32768.

tony359's picture
Offline
Last seen: 2 hours 9 min ago
Joined: Jun 16 2020 - 16:58
Posts: 230
Thanks Robespierre, very

Thanks Robespierre, very comprehensive explanation!

Offline
Last seen: 2 hours 5 min ago
Joined: Jul 5 2018 - 09:44
Posts: 1900
robespierre wrote:Integer
robespierre wrote:

Integer BASIC was the first ROM BASIC for the Apple ][, adapted by Woz from a prior BASIC he wrote for the Apple I. By its name, you can see how it is special: the only numbers it supports are integers from -32768 to 32767.

Applesoft BASIC was based on Microsoft's BASIC and supports floating-point numbers (9 decimal digits with a two-digit exponent). There are a few other syntax differenc

 

Actually you can use an INTBASIC ROM Card in a //e if you do a little mod.  Because of where the switch is on the board it won't fit into a //e so you have to unsolder the swittch and put it on some wire you can feed out the back.  The ROM card won't automatically be enabled like it is on a ][+ in slot 0, but you can put it into another slot and then flip the switch and hit CTRL-RESET and get into INTBASIC.  It will also work when modified like this in slots other than those where the switch would normally like up in a ][+.  I used to use a ROM Card like that for copy protection cracking.

 

S.Elliott's picture
Offline
Last seen: 8 hours 33 min ago
Joined: Jun 23 2022 - 16:26
Posts: 142
Firmware card

Forgive me for nit-picking, but some of these details are worth straightening out because some useful features are being clouded in confusion: 

  • The Apple Firmware Card (aka "ROM card")  is not limited to slot 0.  Its hardware works in any slot, but DOS 3.3 is hard-coded to use slot 0 so you can't use DOS's FP and INT commands if the Firmware Card is installed in a different slot -- you'll just need to use POKEs or Monitor commands to activate the Firmware Card.  (See below for addresses.)
  • The Apple Firmware Card will fit inside the Apple //e and Apple IIGS without modification.  Apple shifted the slots away from the backplane to make room for cards that formerly poked through the cutouts in the old Apple ][ case.
  • The Apple Firmware Card is especially suitable for slot 3 in the Apple //e because it doesn't use IOSEL, the signal that's pre-empted by the Apple //e 80-column card.  (IOSEL is also missing from slot 0.)
  • The Apple Firmware Card can accept 2716 EPROMs by modifying the wires labeled "2716" in the silkscreen.  It can further be modified for two ROM banks by using 2732 EPROMs, disconnecting the Vpp resistor and routing it to the 7474's spare flip-flop for bank-selection.
  • As noted by robespierre and softwarejanitor, a ROM card provides quick access to hacking tools like Watson, a ROM-based sector editor from Omega Microware.  (But Watson requires RWTS16 to be loaded in RAM, so it's not a complete ROM solution.)

Here are the IO addresses and POKE commands for activating the Apple Firmware Card.  It's best to use the Monitor or machine-code to switch ROM banks, as the POKE commands will crash if you activate a ROM configuration that doesn't include the same BASIC interpreter. 

Apple Firmware Card IO addresses
SLOTHexadecimal addressPOKE command
0

C080 - ROM card on

C081 - ROM card off

C082 - ROM on, second bank

POKE 49280,0

POKE 49281,0

POKE 49282,0

3

C0B0 - ROM card on

C0B1 - ROM card off

C0B2 - ROM on, second bank

POKE 49328,0

POKE 49329,0

POKE 49330,0

 

 

macnoyd's picture
Offline
Last seen: 7 hours 20 min ago
Joined: Oct 15 2012 - 08:59
Posts: 805
S.Elliot, do you have the schematic handy for the mod...

S.Elliot, do you have the schematic or photo handy for the Apple ROM Card mod?

Also, what is the difference with Watson 4.0 and Watson 6.0?  (I thought there was only one release of Watson)

Offline
Last seen: 2 hours 5 min ago
Joined: Jul 5 2018 - 09:44
Posts: 1900
It will barely fit, but it

It will barely fit, but it more or less requires having the top cover off and even then is often difficult to flip the switch in a //e unless you relocate the switch on some wire like I did for mine.   It's a simple mod and although possibly not technically necessary for a //e, it is extremely convenient to have the switch outside the case.

Log in or register to post comments