Search results

  1. jmacz

    Quadra 950 Various Crashes

    I went through and replaced all the underrated stock tantalums on the logic board. I determined this based on @Bolle's Q950 schematic and looking for what rails they were on. After pulling each one, I tested them on my LCR meter. All of them had a capacitance within spec except one. The C6...
  2. jmacz

    Skipping the Startup Memory Test

    I had posted a while back the ROM patches and the patched ROM for skipping the memory check for an SE/30 here: https://68kmla.org/bb/threads/macintosh-se-30-rom-modifications.49789/
  3. jmacz

    Macintosh IIci ROM Modifications

    👍
  4. jmacz

    Macintosh IIci ROM Modifications

    Yup!
  5. jmacz

    Macintosh IIci ROM Modifications

    Glad it worked. The memory test happens during the blank before the first gray screen appears. The delay after the gray screen is usually when it's searching for the disk. I usually get that delay when I had previously selected a SCSI disk/ID to boot from an on boot that disk is missing. It...
  6. jmacz

    Macintosh IIci ROM Modifications

    (deleted) -- had a note here that the patch might not work because I missed a register restore but realized I was looking at the wrong section so ignore this post. Hope that patch results in a proper boot. Let me know.
  7. jmacz

    Macintosh IIfx ROM Modifications

    Yeah, I opted to leave the checksum as I was told certain things attempt to look at the checksum to make decisions (machine identification). Computing the checksum is straightforward so could definitely skip the checksum check and just overwrite the correct new checksum.
  8. jmacz

    Macintosh IIci ROM Modifications

    @ViperLord try one more thing. I'm not 100% positive I got these offsets right... but try patching these two locations instead (ie. only do the checksum disabling patch and the following two below) Offset 0x44714 ... change 2448 to 4ed6 Offset 0x44822 ... change 2449 to 4ed6 These two patches...
  9. jmacz

    Macintosh IIci ROM Modifications

    I think you're right. Without writing to all the memory locations once, the parity bits would be wrong. The parity bit is read/written by hardware. The two memory tests are oblivious to the parity bits if memory serves me correct. They just repeatedly write a pattern to all of the memory and...
  10. jmacz

    Macintosh IIci ROM Modifications

    The two patched routines just perform a memory check (one in ascending direction and one in descending direction). The patch just returns from them immediately without running the test. If any errors are encountered, one of the registers holds this state. I'm not sure why skipping it would cause...
  11. jmacz

    Macintosh IIci ROM Modifications

    @frontein1 is probably right. I've confirmed the patches are working fine on my IIci but I also do not have a parity model. Skipping the memory test procedures must be skipping some step required by the parity check later.
  12. jmacz

    Macintosh IIfx ROM Modifications

    The above change I had done skips the routine. Or did you still want to run the routine but return a pass?
  13. jmacz

    Quadra 950 Various Crashes

    Yeah, haven't repro'd on floppy but I have not tried it enough. I need to.
  14. jmacz

    jmacz journey

    I have to admit I have been eyeballing the Portable... the only thing that holds me back is tunnel vision. My 8500 was very brittle, just like the 800/840AV. The design is very similar. That said, my 8500 is holding up after some epoxy, etc. Having used it to work on the 8 * 24 GC patch...
  15. jmacz

    Macintosh IIci ROM Modifications

    That’s weird. I have a flashed ROM working fine in my IIci. I will reconfirm with my ROM and make sure I didn’t make a typo but if the stock instructions at those offsets match, I doubt it’s a typo. Can’t look til tomorrow but will check.
  16. jmacz

    Quadra 950 Various Crashes

    Starting a work thread for debugging multiple issues with my Quadra 950. State Upon Receipt I picked this unit up online and it came in a non-working state. The power supply was dead (various issues on both the primary and secondary sides). ATX Power Supply Put together an ATX conversion of...
  17. jmacz

    Patch 8*24 GC Control Panel for Compatibility with Drag & Drop?

    No. This is only to resolve the artifacts during drags that impact the 8 * 24 GC with Drag Manager.
  18. jmacz

    jmacz journey

    Created a system extension that resolves screen artifact issues when using Apple's 8 * 24 GC video card with drag and drop on System 7.1 or System 7.5+. Issue was described in this thread: https://68kmla.org/bb/threads/patch-8-24-gc-control-panel-for-compatibility-with-drag-drop.46344/ Will...
  19. jmacz

    Patch 8*24 GC Control Panel for Compatibility with Drag & Drop?

    Got it working. It's now a system extension of its own. It does not replace the normal drag and drop extension. Both must exist. I have tested it on System 7.1 on a IIfx running the 8 * 24 GC (rev 2). I also tested it on System 7.6.1 and it works there too -- obviously for System 7.6.1, the...
  20. jmacz

    Patch 8*24 GC Control Panel for Compatibility with Drag & Drop?

    Well duh... there's a better way. I'm going to create a new system extension which wraps the DragDispatch trap to add the enabling/disabling of the acceleration. That should be cleaner as it avoids patching the stock system extension, and hopefully work on System 7.5+ as well.
Back
Top