Search results

  • Board Nominations
    Nominations have now closed and the results are available here.
  • Hey Guest, MARCHintosh 2026 is upon us. Check out community projects, join GlobalTalk, and have fun!
  1. J

    Apple Network Server MacOS based ROMs found

    Thanks for checking. That exactly matches the info for the 2.26NT ROM which we already have. 077d.28f2.1 962f6c13 045a4042.04a81401.033345a1.03ffe57d 02cdecec.031ec3af.0213d883.02837b28.02a7be75.03853500.023892c2.02a52e8a:c60da96de537f08a 23a7bbda5681be978972517d4758bbdd "1.1.20.1"...
  2. J

    CodeWarrior 9 resources?

    Also this thread is interesting for really old Mac system software: https://68kmla.org/bb/threads/writing-an-application-that-runs-in-mac-os-system-1-using-codewarrior-gold-11.47511/
  3. J

    CodeWarrior 9 resources?

    CodeWarrior Pro 6 was the last version of CodeWarrior to support 68K targets. CodeWarrior Pro 4 was the last to run on 68K hardware? CodeWarrior 11 is also an important version. Some other notes: https://68kmla.org/bb/threads/metrowerks-codewarrior-best-version-and-updates.42338/ I don't think...
  4. J

    Apple Network Server MacOS based ROMs found

    Try the "Connecting to Open Firmware" section here: https://forums.macrumors.com/threads/question-how-powerful-of-a-graphics-card-will-work-in-a-beige-power-macintosh-g3.2303689/#-connecting-to-open-firmware Connect to modem port. In Open Firmware use this command to redirect input/output to...
  5. J

    Apple Network Server MacOS based ROMs found

    When you are able to boot into Open Firmware, you can use the script at https://tinkerdifferent.com/threads/apple-network-server-macos-based-roms-found.4756/post-41390 to see all the checksums.
  6. J

    MFM Floppy Drives?

    Coincidentally, the Power Mac 4400 schematics do have a U44 connected to MFM. The 4400 uses OHare as the mac-io controller. I suppose the U44 MFM controller was moved into Heathrow and Paddington and those newer chips added the MFM feature control bits?
  7. J

    MFM Floppy Drives?

    U44 is not mentioned in the Beige G3 schematics. https://www.macdat.net/repair/apple_schematics.html The schematics do have the GCR and MFM slots. The MFM slot connects mostly directly to Heathrow so maybe U44 doesn't have anything to do with it? There's a couple resisters R340 and R341 marked...
  8. J

    MFM Floppy Drives?

    Might need to set some feature control bits. https://68kmla.org/bb/threads/beige-g3-ram-and-psu-questions.52027/post-587215
  9. J

    Macintosh Portable & Powerbook 100 power adapter bench

    Your graph doesn't show the voltage reaching zero. How high of a current (lowering of resistance) did you try for each power supply? Would too high a current have voltage reach zero or would it damage the power supply? Is there a way to make the 2.0A power supplies have a similar curve as the...
  10. J

    Happy 50th Anniversary Apple

    Add Apple II graphics using the Apple I expansion slot?
  11. J

    MARCHintosh 2026 Projects

    So Linux already has a FireWire Target Disk Mode capability. Open Firmware appears to have code to scan a range of LUNs, but for some reason the range is set to [0]. Maybe Apple had a good reason, like it wasn't fully implemented (LUN in a device path doesn't work?), or multiple LUNs might...
  12. J

    ThinkC digesting MIDI in with C on 68k macs - video

    Looks good. I think it can be improved by changing the alignment of the pattern so that each white key is drawn with the same alignment relative to the position of the key. With the current alignment (relative to the window position), you see that the appearance of hilited white keys repeats...
  13. J

    Apple Network Server MacOS based ROMs found

    Yes. That's the only one with 1 MiB files. Any reason to not connect them? Code for flashing various chips exists in New World Mac firmware updaters (Open Firmware code), and in open source utilities such as flashrom. I have a fork of flashrom for Mac OS X. I'll read those later. I was...
  14. J

    PCI Riser Design Rework of GitHub PCIe Riser - Howto?

    Mac Schematics at https://www.macdat.net/repair/apple_schematics.html
  15. J

    Apple Network Server MacOS based ROMs found

    I used kansas_deinterleave to deinterleave all the ROMs. I think most people just want ANS 2.0. This four chip arrangement is not flashable by Apple's flash utility which expects different chips. Also, your ROM DIMMs won't have the write enable pin wired so we can't make our own flash utility?
  16. J

    ThinkC digesting MIDI in with C on 68k macs - video

    The picture at https://tinkerdifferent.com/threads/marchintosh-2026-projects.5092/post-45965 shows 33% and 66% gray pattern with the usual 50% pattern. There's also some different lighter patterns in the ground and the bus stop sign. Looks great. For some reason I had to download the movie to...
  17. J

    MARCHintosh 2026 Projects

    The FireWire mass storage device that the Mac in FireWire Target Disk Mode is pretending to be should have a LUN for each disk (block device) in the Mac (only the block devices that are usable by Open Firmware).
  18. J

    PCI Riser Design Rework of GitHub PCIe Riser - Howto?

    M.2 is 0.5 mm. mPCIe is 0.8 mm. PCIe is 1.0 mm. PCI is 1.27 mm (0.5 inch). ISA is 2.54 mm (0.1 inch). So make sure you choose the correct setting. I've never tried Kicad. Googled "using kicad for pcbway". Found some videos. There's a Kicad plugin for PCBWay. There's a PCBWay blog post with some...
  19. J

    PCI Riser Design Rework of GitHub PCIe Riser - Howto?

    What's an AI file or an AI schematic? Adobe Illustrator? (not related to artificial intelligence) Still not sure why the thread title mentions PCIe. Is it just because the GitHub describing the PCIe riser is the only PCB design example (or the first) that you could find? PCIe and PCI slots and...
  20. J

    PCI Riser Design Rework of GitHub PCIe Riser - Howto?

    You are saying the four PCI Risers are not based upon PCI? You mean they don't connect to a PCI slot? What do they connect to? The physical form of the connection (PCI slot or otherwise) doesn't matter as long as it has all the PCI signals. Or do you mean you have four PCI risers. And you also...