Search results

  1. J

    Apple LocalTalk interface box

    Maybe this document explains it? https://www.zilog.com/docs/z180/appnotes/loctalk.pdf
  2. J

    Apple LocalTalk interface box

    printer cables are cross over but modem cables are not cross over. Well, a modem cable probably won't be mini-din at both ends so it doesn't matter.
  3. J

    Reinstalling ANS from Zulu/BlueSCSI

    I've never booted aix before. Dumps of the ROM's Open Firmware assembly and Forth/fcode is at https://tinkerdifferent.com/threads/apple-network-server-macos-based-roms-found.4756/post-41404 The load word from the aix-boot package (used when booting :aix) is supposed to set a aix-block0...
  4. J

    PCI-X to x4 PCI Express Adapter Card

    It could be bootable if there's a PCI option ROM to hold a driver. Some NVMe's do have a PCI Option ROM. Most do not. New World Macs can have their firmware modified by a firmware updater. Old World Macs can have a ROM SIMM replacement. An nvramrc script can load a driver from a disk that is...
  5. J

    Studio Session by Bogas Productions (1986)

    What's MDS? MacASM is an assembler? Developing in a higher level language such as C or Pascal is probable preferable.
  6. J

    Need some assistance with a Summer 2000 iMac G3

    It might be possible to override the Mac OS X HeathrowATA driver with a patched version to enable LBA48. It would only work for Mac OS X though. Open Firmware needs a separate patch. I'm working on the Mac OS X and Open Firmware patches now. For Open Firmware, getting beyond the 8 GB CHS limit...
  7. J

    PCI-X to x4 PCI Express Adapter Card

    One would be nice for testing Thunderbolt, or USB 3.x, or NVMe or 2.5 Gigabit Ethernet in an old PowerPC Mac. Sure, I can use the StarTech PCI to PCIe adapter but that only gives up to 133 MB/s (I don't know if it can support 266 MB/s in a Yosemite or Yikes 66 MHz slot - and that slot is usually...
  8. J

    PCI-X to x4 PCI Express Adapter Card

    I've connected PCIe Nvidia 7800GT Mac Edition from my Quad G5 in a B&W G3 using a StarTech PCI to PCIe adapter. There's some notes about that and PCI/PCI-X to PCIe bridges at...
  9. J

    PowerBook 540c - Did a thing (OS 8.6)

    The Mac OS X boot loader - BootX needs Open Firmware. So just create a new BootX that doesn't use Open Firmware. Or, you can try creating a version of Apple's disk based Open Firmware that came with Copland D11E4 for the PDM Power Macs (6100, 7100, 8100). Maybe the boot loader that loads the...
  10. J

    PowerBook 500 Connector 'Destroyed Mold' - Just a Myth?

    Does this Apple flasher say anything about the ROM?
  11. J

    Struggling to get my Lisa 2/10 to boot from an ESProfile

    Aren't the SCC chips of the early Macs and Apple Lisa the same as the later Macs? Zilog Z8530. The functioning of the SCC is included inside later mac-io chips. The SCC chip has an option to switch the transmit and receive clock from the baud rate generator directly to the 3.6864 MHz of the...
  12. J

    AMUG Internet Installer Source Code

    It's a .sit file so I used Stuffit Destinations.app to unstuff it. Resource forks and FinderInfo are intact. Running on macOS Monterey. ~ % getfileinfo /Volumes/Storage/Downloads/AMUG\ Internet\ Assistant/AMUG\ Internet\ Assistant file: "/Volumes/Storage/Downloads/AMUG Internet Assistant/AMUG...
  13. J

    ATI Rom Extender 1.2.5 - Buggy?

    Have you looked at the ATI software and notes at https://gona.mactar.hu/ATI_Mac/ ? How is the ATI Rom Extender 1.2.5 related to the software in that list? Each ndrv (PowerPC Mac driver) is a PEF with a date. How do the dates in the PEFs of the ATI Rom Extender 1.2.5 compare?
  14. J

    AMUG Internet Installer Source Code

    That sit file has a "AMUG Internet Assistant" folder with the bundle (package) bit set? Or maybe there's a problem with the way I extracted it? getfileinfo /Volumes/Storage/Downloads/AMUG\ Internet\ Assistant directory: "/Volumes/Storage/Downloads/AMUG Internet Assistant" attributes...
  15. J

    Howto : Get MOD music INTO a resource file for PlayPRO Dev Kit

    That would require you to know how to use ResEdit, or to have the curiosity to search the ResEdit menus for commands that can do editing and copying and pasting...
  16. J

    Assimilation Process trackball

    Need a closer look at the rubber roller. Is it a rubber o-ring around a plastic cylinder that has a groove for the o-ring? If so, replace the o-ring. If not, 3D print a replacement rubber roller? Or 3D print a plastic cylinder with a groove for an o-ring? But before that, search for "rejuvenate...
  17. J

    gb6: game boy emulator for System 6

    /2 assumes unaligned happens 50% of the time. Try a different split. Probably < 50% is more likely? But I guess it depends on the guest architecture? for ((unaligned=0;unaligned<=100;unaligned+=10)); do printf "%3d%%: " "$unaligned" printf "%sc\n" "$(bc <<<...
  18. J

    gb6: game boy emulator for System 6

    I think the speed increase would come from the fact that optimized 68K code would read from aligned addresses? The emulator has to check for this alignment and use the slow path for unaligned accesses. Compare the instruction cycle counts in the CPU manual between aligned and unaligned accesses...
  19. J

    Can a PowerMac 8600/200 run in 1280x1024?

    Use the Control Strip instead of the Monitors control panel to see the 1280x960 and 1280x1024 options. The Monitors control panel doesn't show those options because they are not marked as safe? The SwitchRes software may be able to fix that.
  20. J

    Can a PowerMac 8600/200 run in 1280x1024?

    What modes do you see besides 1152x870?
Back
Top