Recent content by SuperSVGA

  1. SuperSVGA

    Calling on Color Classic owners who own a TechStep

    I did use an original TechStep, but I'm not sure where my original Vol. 4 cartridge is so I just built a new one yesterday. There shouldn't be much difference between the cartridges though, there isn't much going on in there. It is very odd though, making changes to display resolution shouldn't...
  2. SuperSVGA

    Calling on Color Classic owners who own a TechStep

    I believe both the ADB and SCSI entry methods are just putting the computer into test manager mode, same way you would do by hitting the interrupt switch on machines that have it. ADB is likely just sending the interrupt key combo (i.e. Command + Power) on machines that support it, and the SCSI...
  3. SuperSVGA

    Calling on Color Classic owners who own a TechStep

    Mine works fine on a stock CC with no mods. All tests pass except for sound on my board, though maybe I just have something broken there. Are you able to test to make sure serial is working properly, or check the -5V somehow? It did look like the TechStep was putting it into test manager fine...
  4. SuperSVGA

    Portable's First Signs of Life, Need Help Deciphering Error Codes / Next Steps

    The address line test failure (error 5) is a bit tricky to precisely decode because it's an XOR of the contents of memory against the expected value. My guess would be that it wrote 0x00010000 to location 0x00010000, but when it read it back it got 0x00000000. This would be the point where it...
  5. SuperSVGA

    SIMCheck II Exploration

    I have this copy of firmware 1.55 that was on my computer. I'm not really sure why I have it, I don't have any SIMCheck hardware.
  6. SuperSVGA

    5126 Backlight flickering

    Does it happen when less than 5MB of RAM is installed? Sometimes the mapper register ends up putting the backlight in the RAM area.
  7. SuperSVGA

    Macintosh Portable: "pop" noise every 10s from Speaker & Headphones

    Well if removing the Brightness control panel does not change it, then I'm guessing it's not in there. It's more likely a patch in the System file since they could just bake it in at this point.
  8. SuperSVGA

    Macintosh Portable: "pop" noise every 10s from Speaker & Headphones

    That's probably a topic that requires a much more detailed tutorial of some sort, but here's a quick one: Go to File -> Import File and select the binary. While you can import the file itself, it's usually easier to export the individual resources and just get the one containing the code you...
  9. SuperSVGA

    BlueSCSI on Macintosh Portable

    Technically you can change it, there is a block of four jumpers on the drive's PCB and the first three are the SCSI ID.
  10. SuperSVGA

    BlueSCSI on Macintosh Portable

    The Conner doesn't have anything special for termination, just pull-up resistors connected to the SCSI +5V.
  11. SuperSVGA

    Sad Mac Error Code Decoding - Identification of Bad RAM?

    Since they are 8-bit chips on a 16-bit bus, the two chips will be in the same address range. The error result it gives should be the bad bits. Convert the first four characters of the result from hexadecimal to binary, and the 1s will represent bad bits, starting from bit 0 on the right.
  12. SuperSVGA

    Sad Mac Error Code Decoding - Identification of Bad RAM?

    Assuming you're on the M5120, you're currently testing 8 chips at a time. You may need to test smaller ranges. Here is a table of memory ranges for the 32 RAM chips. Note the repeating values because B through E are for the low byte and F through J for the high byte. 1 2 3 4 B 00000000 -...
  13. SuperSVGA

    Portable SLEEPS even when it shouldn't? [SOLVED]

    If I recall correctly the Portable uses the voltage drop through the charge MOSFET to determine when the charger is connected. It compares the charger side voltage with the battery side voltage, and if the charger side is higher then the power adapter must be connected. So for example, with just...
  14. SuperSVGA

    Garbled video or sad Mac 00000014 / 0000CD38 post recap

    That would be the trace connecting the 1.2V reference to pretty much everything else. Here's what I have documented for RP201:
  15. SuperSVGA

    Garbled video or sad Mac 00000014 / 0000CD38 post recap

    Error 14 is unfortunately the very first test/error that you can get, so it's hard to say what else might not be working, but getting to that point means many things are working at least. Since you're not always getting that far I would suspect some sort of power issue. Start with the most...