Search results

  1. J

    TwiSlot PCI Riser and ComSlot2 NIC repro in widened CS riser form factor

    The schematic for J8 of the 6500 says the reserved pins are for a PCI adapter card. I suppose the PCI adapter card is an Apple specific adapter so it can do weird stuff like requiring reserved pins to handle separate interrupts. Where's the schematic for the riser (PCI adapter card?)? Are you...
  2. J

    TwiSlot PCI Riser and ComSlot2 NIC repro in widened CS riser form factor

    Every slot has 4 interrupt pins A,B,C,D. These may be reordered per slot. Usually a PCI card uses int A. Int A may be connected to int A or B or C or D on the motherboard or riser because of the reordering. A multifunction card may use more of the interrupt pins (A,B,C,D). None of that matters...
  3. J

    TwiSlot PCI Riser and ComSlot2 NIC repro in widened CS riser form factor

    All bridges have the same access. I don't have a ROM with Open Firmware code that mentions a bridge 3. Maybe it exists in an Apple Network Server? Or some kind of prototype machine? Bridge 0 is usually @F000000 Bridge 1 is usually @F200000 Bridge 2 is usually @F400000 Bridge 3 is usually @F600000
  4. J

    Help loading GR, HGR, DGR AND DHGR image files in the Apple II

    Apple II question: Does it draw even and odd fields of an NTSC frame? Can VBL be detected? If yes to both, then wouldn't it be possible to create a 280x384 interlaced mode by switching between HGR and HGR2 at 60Hz? Then you could have a 560x384 mode by switching between DHGR page 1 and DHGR...
  5. J

    Mythical Slot C in the 6400 Alchemy Architecture & CSII Insanity

    Did you check the Apple Developer Discs? Maybe 1995 Reference Library discs: https://archive.org/download/Apple_Developer_Discs_1989-2009/1995/Reference%20Library/
  6. J

    Help loading GR, HGR, DGR AND DHGR image files in the Apple II

    The Apple //jse GL Renderer seems to do color fringing more accurately than Virtual ][ (at least according to my expectations for my test image A - the pink and aqua columns on the right side are mostly a single color).
  7. J

    Help loading GR, HGR, DGR AND DHGR image files in the Apple II

    I tried A2D using Apple //jse. I don't think A2D supports loading lores or double lores images? A2D loads HR as DHGR. You can tell by moving the mouse which makes the cursor visible. The cursor is definitely using DHR pixels. The HGR image is loaded into the main column of DHGR immediately. You...
  8. J

    Help loading GR, HGR, DGR AND DHGR image files in the Apple II

    A2D is interesting. Does it load everything as DHGR or does it switch graphics mode to match the input file? Certainly DHGR can display anything that GR, DGR, and HGR can since it allows explicit control over all 560 horizontal displayable bits and you shouldn't be able to tell the difference...
  9. J

    Question: Best Alternative To DiskWarrior For The M3 Mac?

    Current versions of DiskWarrior don't preserve the HFS Wrapper of old HFS+ partitions that you might use with a Power Mac.
  10. J

    Help loading GR, HGR, DGR AND DHGR image files in the Apple II

    MONO is meant to be a 280x192 black & white image instead of 140x192 color image. The MONO and HGR and DHR examples are using a naive bits to color conversion method which is not what real hardware would do. A single 25% brightness DHGR pixel should be half the width of a HGR color pixel and a...
  11. J

    Asynchronous HFS+ File Reads Under Classic Mode

    Does opening the file twice give an error or the same fsRef number or a different fsRef?
  12. J

    Asynchronous HFS+ File Reads Under Classic Mode

    Each paramblock should have it's own flag - you can make it part of a metaparamblock which can hold other info about the queued I/O such as timer info or whatever. Does PBReadForkAsync return an error as the function result? I mean, does it return noErr all the time? I wonder if the second...
  13. J

    Asynchronous HFS+ File Reads Under Classic Mode

    Why not set a completion routine in the parameter block, then use that to set a flag or to fixup ioResult? Your wait loop is not waiting for a specific time period - it depends on how fast it can printf 10 times. I don't see where you kill the I/O when it's taking too long. Then you reuse that...
  14. J

    Need an Assist with a Quadro FX 4500

    How bricked is it? Do you have a PC or Intel Mac that can run DOS or Windows? nvflash.v5.95.0.1-win can work in Windows. Which Mac ROM did you try? Do you have the original PC ROM? Did you copy the soft straps and memory info from the PC ROM to the Mac ROM? Does the Quadro FX 4500 have 256 MB or...
  15. J

    ThinkC Programmatically (in C) send MIDI out signal from modem port, SE/30

    This comment: //WR4 = register pointer set to WR4 should be: //WR0 = register pointer set to WR4
  16. J

    ThinkC Programmatically (in C) send MIDI out signal from modem port, SE/30

    Other thread: https://68kmla.org/bb/index.php?threads/transformers-for-homemade-localtalk-phonenet-dongles.47052 Go to https://developer.apple.com/library/archive/navigation/#section=Platforms&topic=macOS Search for Serial. Read all the info. TN1018 mentions MIDI but I don't think SE/30 has the...
  17. J

    TwiSlot PCI Riser and ComSlot2 NIC repro in widened CS riser form factor

    I don't know. USB has more CPU overhead than a PCI NIC? Old World Macs had 10Base-T. New World Macs got 100Base-T. Power Mac G4 (Gigabit) and later got 1000Base-T.
  18. J

    TwiSlot PCI Riser and ComSlot2 NIC repro in widened CS riser form factor

    The Sonnet Tempo Trio problem was mostly solved at: https://68kmla.org/bb/index.php?threads/the-great-gazelle-pci-hack-thread-part-2.38360/post-467825 There's a patcher: https://68kmla.org/bb/index.php?threads/the-great-gazelle-pci-hack-thread-part-2.38360/post-467844 And a video...
  19. J

    Dumb Question: I Need To Get A PCI USB Card For My G4 MDD, But...

    A USB 3.0 card uses XHCI. You need USB 2.0 EHCI or 1.1 OHCI for PowerPC Mac unless you want to try and port a XHCI driver (there exists a third party open source XHCI driver for Mac OS X but I don't think it's appropriate for Mac OS X 10.4 or 10.5 but I haven't tried). USB 1.1 is 12 Mbps (≈1.2...
  20. J

    Help loading GR, HGR, DGR AND DHGR image files in the Apple II

    Seems like Buckshot is not saving DLO images correctly. In my source test image, the diagonal line reaches the bottom line. In the DLO result, the diagonal line doesn't reach the bottom line. It seems the image was stretched horizontally so that only 40 of the 80 pixels are represented. It looks...