Recent content by NJRoadfan

  1. N

    Doom on SoftPC on an SE/30?

    286 is no longer a problem: https://www.doomworld.com/forum/topic/140155-realdoom-doom-ported-to-16-bit-real-mode/ https://github.com/sqpat/RealDOOM
  2. N

    What is the technical reason why DDP AppleTalk doesn't work with WiFi?

    If you can see servers and connect to them, AARP should be working, which is what is usually mishandled by the WiFi access point. There may be other issues with multicast not working, which would screw with things like RTMP and ZIP packets. Does your ZuluSCSI machine properly acquire a node...
  3. N

    Netatalk 4.0 - Future-proofing Apple File Sharing

    Most of the items on the list have been completed already....
  4. N

    TashTalk: Single-Chip LocalTalk Interface

    None of these emulators support "real" LocalTalk output. GSport does LLAP-to-ELAP translation (the emulator handles AARP) with hooks into the SCC emulation. The rest all use LToUDP hooks. It may be easier to just hack away at the SCC emulation itself to properly support a TashTalk device. GSport...
  5. N

    What is the technical reason why DDP AppleTalk doesn't work with WiFi?

    On the mail interface selection screen use filter "atalk" for all DDP packets. I generally set this as "atalk or aarp" to get all startup traffic. Once sniffing, you can use "afp","asp","atp","aarp", and "pap" to isolate specific protocols as well. Wireshark does not have dissectors for MacIP...
  6. N

    Any tips on using an ImageWriter II with a Lisa?

    The escape sequences/command set is backward compatible with the original ImageWriter and the "Apple Dot Matrix Printer" (basically a parallel port equipped lightly rebranded C-Itoh 8510), so yes... it'll work with the Lisa. Also of note, the Lisa supported color printing with the Canon PJ-1080A...
  7. N

    Fun with userspace AppleTalk

    ASP isn't exactly a fast and efficient protocol. As you noted, the payload size per packet is limited. AFP over TCP is much faster.
  8. N

    Do any current low-end laser printers play well (or poorly) with older (post-Classic) OS X macs?

    What model is your old printer? HP's old LaserJets are pretty serviceable. Many are impossible to kill, only being EOLed by lack of toner cartridge replacements. OS X 10.4+ is guaranteed to work with a printer that supports PCL or PostScript. Auto discovery via Bonjour/mDNS should work as well.
  9. N

    Fun with userspace AppleTalk

    Just as long as its running OS 9. AFP 3.0 has a ton of changes that could complicate things in a trace with an older client.
  10. N

    Fun with userspace AppleTalk

    The malformed packets may be a problem... or not. Gotta love the lack of error handling in classic MacOS though. When trying to root out bugs in Netatalk, I've found it helpful to do packet traces using one of Apple's AFP servers to see how the communication should progress. The built-in file...
  11. N

    Fun with userspace AppleTalk

    You need to return error -5018 for ObjectNotFound. -5012 is for ItemNotFound.
  12. N

    You have: AAUI to 10BASE-T ethernet adapter (aka a MAU). You need: regular AUI. A hack...

    The Japanese D-Terminal component video socket uses the same connector and plug. The EIA-J specification document has the dimensions of both. Looks like the 3M MDR socket is a match per the datasheet...
  13. N

    quadra 700 desktop icon corruption @ 24bit in 7.6 / 8.1

    I've seen this type of desktop icon corruption appear in Basilisk II as well. I don't know what graphics system that emulator targets, but maybe its the same? It could also be various bugs that emulator is famous for as well.
  14. N

    You have: AAUI to 10BASE-T ethernet adapter (aka a MAU). You need: regular AUI. A hack...

    This connector wasn't exclusive to Apple products. At least two IBM (!) MicroChannel network card used AAUI. https://www.ardent-tool.com/NIC/ES32.html#C14_Connector https://www.ardent-tool.com/NIC/LAN_A.html#AAUI
  15. N

    adding 4mb SGRAM to PowerPC 5500/6500 ... and possible ATi Rage Pro upgrade

    The Rage II+ or Pro on the beige G3 has 2MB onboard and supports a 4MB upgrade module. 8MB is likely possible by swapping out the RAM on the logic board from 2 to 4MB.
Back
Top