Recent content by demik

  1. demik

    joshc conquests

    My man hoarding again! Welcome back :p
  2. demik

    LaserWriter IISC SCSI protocol reversed (for emulator implementation)

    Thank you! It was worth it. People are already working with it There is a Snow PR as well. Thanks! KB030514 is the one I remembered. Plenty of other info at this archive... like this driver was created for System 4.3. Might explain some of the spaghetti code
  3. demik

    LaserWriter IISC SCSI protocol reversed (for emulator implementation)

    Thank you, very much appreciated I've tested three of them for this work just to double there isn't any obvious differences: - LaserWriter IISC, (from a 6.0.5) - Personal LW SC 7.0.1, which is a standalone floppy - Personal LaserWriter SC, from 7.5.0 (actual version 7.0.1 as well) Starting...
  4. demik

    Phoenix: Open-Source NuBus FPGA Accelerator for 68040 Macs

    Repo is giving me a 404. Was that moved somewhere or is it GitHub aiming for 80% uptime ?
  5. demik

    LaserWriter IISC SCSI protocol reversed (for emulator implementation)

    Adding more info. Typical sequence A typical printing sequence will look like below. Here is a the driver printing a SimpleText file with the following content: INQUIRY [12 00 00 00 05 00] INQUIRY ⇾ DataIn [02 00 … FE 20 27 20 FF] INQUIRY [12 00 00 00 24 00] INQUIRY ⇾ DataIn [02 00 … FE 20 27...
  6. demik

    LaserWriter IISC SCSI protocol reversed (for emulator implementation)

    They did try at some point with the NT board, but it was by emulating the controller board. Both boards differs in significant ways (IISC being SCSI + "QuickDraw", NT being Serial + Postscript for a start), but will share unsorted hardware notes if needed. (I'm stuck at recreating the HAL...
  7. demik

    Rominator not working?

    Looks like you did a lot of testing. Do you have OG ROMs ?
  8. demik

    LaserWriter IISC SCSI protocol reversed (for emulator implementation)

    Hello everyone, Got sidetracked since a few month, ended up doing this... Decoded most of the LaserWriter IISC SCSI protocol and figured I should post it here, it's probably interesting for the Snow or PiSCSI team (poke @slipperygrey) I do have a complete Snow implementation as well, please...
  9. demik

    InventoryDifferent - a system for managing, tracking, selling, and showing off your collection

    Offtopic, now I kinda understand why you made 5 Design68s :) Anyway, nice job, looks very useful
  10. demik

    Major Personal LaserWriter NTR Woes!!

    Offtopic but very useful writeup!
  11. demik

    SCSI Printers: LaserWriter II SC or Personal LaserWriter SC

    Just as a note if other people end up there: You cannot select a IIsc or Personal LaserWriter SC in the chooser list (on the right, where AppleShare servers pops up) The list doesn't work and is unused. What the driver will to is actually scan your SCSI bus and use the first compatible printer...
  12. demik

    SCSI Printers: LaserWriter II SC or Personal LaserWriter SC

    Hello, This is a far shot but: Got three IIsc logic boards, and I'm unable to select the printer on the chooser. I think I got the right driver (LaserWriter IIsc from early system 6, Personal LW SC for late versions and System 7). What's happening: the boards do boot up and after about 10...
  13. demik

    Dove MacSnap 5.0 RAM Upgrade Upgrade

    Yes that's what's finicky about this board. That RC circuit. I mean it's Voodoo level: in a couple of boards I had to "pair" the ATFs as well (like you do on audio amps), in order to have the correct sink/source capabilities so the RC circuit would do the correct timing. The orignal EP320 were...
  14. demik

    Reverse Engineering the MacSnap SCSI

    Well they are part of the SCSI termination circuit. You are supposed to have termination on both ends (the host and the last device). However they are specific cases where you can commit one of them, and have only one device do all the work (usually an active terminator does work fine with short...
  15. demik

    Reverse Engineering the MacSnap SCSI

    Answering this and your message in the other thread. You are right about power delivery, it can induce issues (see my post above in this page). The Original board had provisioning for SCSI power but somehow they didn't include it in the final version (too much issues ?) Having an external...
Back
Top