Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hello MLAers! We've re-enabled auto-approval for accounts. If you are still waiting on account approval, please check this thread for more information.
The value probably would have been preset or set by the test ROMs they used at the factories. This interface was primarily designed for factory burn-in testing rather than troubleshooting, so if it couldn't get that far there was a bigger issue.
You are getting accesses in RAM locations that are also being mapped to backlight control by the CPU GLU, since they used the SLIM card CS lines for the backlight addresses.
If you hit the programmer's button/NMI button on the side of the computer to bring up the debugger, you can type in DM...
You would have to completely move them out of their current space from the code side in order to have contiguous RAM. This does unfortunately involve patching the ROM in many places to change the addresses for ROM, SCSI, sound, video output, and system error storage.
Depends on how much RAM you want to add. What you would want to do is change where the CPU thinks the memory locations are (i.e. edit the ROM to change their locations) but the logic board would need them accessed from the same location.
For example how I would do it:
RAM, ROM, a 68000, and...
Without separating the CPU from the computer in order to rewrite addresses, you would have to move other devices on the bus to different parts of memory. You could get up to 5.5MB just by moving the ROM, but now the SCSI address space in the way. If you moved SCSI, you would get up to 8MB where...
It doesn't take much, the basic process is disabling the built-in ROM with the switch/jumper on the board, putting the ROM on a PDS card, and making a few patches in ROM to make sure it finds it at that higher address. The PDS card has a CPLD to decode the right addresses, but you could do it...
Unfortunately the 68000 only had 24-bits of address lines connected. To address additional memory you would need to implement some sort of bank switching/MMU. It wasn't until the 68012 which had 31-bits connected, or the 68020 which had 32-bits.
One thing I was thinking about lately, who has the most powerful/fastest/most capable 68000 Mac out there?
I’m only counting the original 68000 processor here, once you get into the 68020/68030/68040 you have a lot more performance related aspects to consider (MMU, bursting, larger address...
It's through the serial testing interface that's available in pretty much every single Macintosh with a serial port since the SE. The general method of accessing it is by connecting to the modem port with a serial terminal of some sort (for example a modern computer and a USB to serial adapter)...
Since it's returning 2 that means it's the second ROM (I think that would be MH, I can't remember) that failed checksum and the others all tested fine.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.