#A1000 MiniMegs Problem
12 messages in this thread
I have just added a 2 MB Minimegs to my A1000 and now my system
constantly gurus during the Startup-Sequence. I have an Adspeed
processor and a 1.5 MB Insider memory board already in there. The
guru codes are mostly the same: #00000004.00C05FA0 (the last four
digits vary). Does anyone know if I should be adding something to my
Startup-Sequence to get all these add-ons to work together. Any help
would be appreciated.
Sounds like you have a memory address conflict. Are you using AddMem to add
the minimegs memory in? You may need to change the address where that
loads.
Michael
….from the north coast
Well Mike, I am not using AddMem but I have found the program.
Assuming I would put in my Startup-Sequence, what addresses should I
be using? Also how do I refer to the specific board(s) in the
script? Thanks for taking the time to help.
John….
I don't know what memory addresses you should use. Someone more technically
inclined will have to help you out with that.
Michael
….from the north coast
Just a hunch, you might be overloading the 68000 socket. Since the AdSpeed
and Insider both go into the same socket. I assume you have the Adspeed
stacked on top of the Insider. I don't know if the Minimegs goes into the
socket or on the side.
Richard
Thanks for the suggestion but the Minimegs goes into the connector on the
side of the A1000. Without the Minimegs, the system works fine. I feel it
is a memory address contention problem but I don't know how to fix it. I'm
going to try posting this message in another area. I'm not getting the
usual avalance of advice. Thanks again and TTYL.
John
John,
The combination of the Minimegs and the Insider might be too many devices
hung on the 68000 bus. As I recall, things were really hit-or-miss on an
A1000 with more than one expansion device.
Do you know if your A1000 has had the PAL grounding modification? Sometimes
this will help things a bit.
David
David..
I know that multiple devices are 'hit or miss' on the A1000, but fwiw, I
did have a Michigan Insider 1.5 meg working smoothly an 2 meg add-on board
hooked to the bus… It was just a matter of using AddMem to configure the
external memory to the proper location.
Michael
….from the north coast (go Cavs!)
OH WOW! The PAL grounding fix – I forgot about that. That's gotta be
it. Will give it a try and let you know the result. Thanks for the
response (been away on business).
Do you have the PALs grounded?
Richard
Richard, that's gotta be it. I forgot about the PAL grounding problem.
Thanks.