Search results

  1. sfiera

    NeuNet: a (partially) forgotten AppleTalk cabling system from the UK

    Seems like the sensible option would be to run LocalTalk over one pair and EtherTalk (and regular Ethernet) over the other two pairs, but I suppose this predates the ready availability of sensible options. I look forward to hearing how this functions when bridged to LocalTalk through a StarTalk hub.
  2. sfiera

    StarTalk: a new LocalTalk hub

    I don't think it would be useful to me but I would still want one. 5/8 time?
  3. sfiera

    Wiring my computer room for localtalk - topology?

    I recall reading a retrospective article about networking problems with a passive star. The short summary is: it was supported up to 4 devices, and the author had problems around 30. A big part, possibly, was all of the terminators adding resistance. I don’t know if omitting some of the...
  4. sfiera

    The most horrible USB card layout I’ve ever seen

    OPTi “FireLink” chip working as intended.
  5. sfiera

    TashPad: Super Nintendo to Gravis GamePad ADB Converter

    No, about 10 years old I think. From a Japanese company called Columbus Circle that makes a lot of Famiclone/peripheral type electronics.
  6. sfiera

    TashPad: Super Nintendo to Gravis GamePad ADB Converter

    Why would the blue color put me off?
  7. sfiera

    Mask and Bit Shift gotcha

    That’s a slightly different error. (1 << 16) isn’t zero there, since int is wide enough to represent the value. The issue is in converting that value down to the actual type. Overflow during the calculation gives you different errors: % echo 'int main() { long long x = 1 << 32; }' | clang -x c...
  8. sfiera

    Mac SE FTP/HTTP Downloading

    Ah, sorry, I missed that requirement. Looks documented to work with MacTCP but not System 6.
  9. sfiera

    Mac SE FTP/HTTP Downloading

    For 1, GetDown Classic is exactly that.
  10. sfiera

    Creating ' snd' resources

    Hmm, indeed you're right. “Inside Macintosh: Sound” shows some examples of non-sampled format 1 ‘ snd’ resources starting on 2-76 and a list of command on 2-93. There's a discussion of paying sounds asynchronously starting on 2-46. So it does seem like it could, in theory, be used for background...
  11. sfiera

    Creating ' snd' resources

    I wrote a decoder for ‘ snd’ resources at one point and I don't remember having to handle anything but sampled sound. I remember seeing music in midi resources or ‘MADH’ (a module format from PlayerPro), but I don't know if the libraries you'd need to use them are available on 68000.
  12. sfiera

    Mac Plus schematics

    From here, I think: https://68kmla.org/bb/index.php?threads/reverse-engineering-the-macintosh-plus-pcb.38414/post-474068 https://bitsavers.org/pdf/apple/mac/schematic/
  13. sfiera

    Why hasn’t anyone…

    https://gamemechanics.itch.io/crystal-quest-classic
  14. sfiera

    Are PowerBook keyboards ADB?

    Definitely is. Those connectors on the left and right of the daughterboard are ADB connectors.
  15. sfiera

    Are PowerBook keyboards ADB?

    Ah, yes, I do have a picture of that around from when I swapped in a better unit from a 5300. As you can see, the swappable unit has two ribbon cables running to an external microcontroller. I’d guess one is rows and one is columns. The thicker ones might be power and ground for the caps-lock LED.
  16. sfiera

    Are PowerBook keyboards ADB?

    ADB is involved, but more to the point of the original question, isn't the connector on the back of that keyboard a ~20-pin ribbon cable? That might be rows and columns that any microcontroller could scan.
  17. sfiera

    Designing a Mac-to-VGA monitor sync-splitter adapter

    Aren't configurations 2-4 addressed by existing, common adapters? I think 800×600 made its first appearance on the Mac as a sub-type of the VGA mode. I've used it on my Q700, though I couldn't swear it was the internal video. But anything capable of SVGA is capable of VGA and doesn't need a...
  18. sfiera

    9" Compact Completists?

    4, if you count the Japanese ROM from TN138.
  19. sfiera

    sharing disk images between ZuluSCSI/BlueSCSI and modern Mac

    8.1 by default, though there’s been some success with backporting as far as 7.5.5. https://68kmla.org/bb/index.php?threads/backporting-hfs-to-mac-os-8-0-and-earlier.35742/ https://github.com/elliotnunn/HFSPlusBackport#status-of-hfs-backporting
  20. sfiera

    Converting internal SCSI emulators to external use

    Slightly different meanings, in the way I'd use them. IDC implies shrouded and keyed. IDE uses 40-pin IDC headers; an RPi merely has a 40-pin pin header.
Top