Recent content by superpete

  1. S

    Inside AppleTalk Mark-down

    I just saw that one last night! Even just mirroring that from Wayback would be a useful endeavour. I'll add them today.
  2. S

    Inside AppleTalk Mark-down

    I noticed that, while a lot of information for the legacy AppleTalk stack is online thanks to people scanning their own books, it's largely in PDF format so difficult to search. So I spent some cash on tokens to OCR some of the old Inside AppleTalk PDFs with Gemini...
  3. S

    gb6: game boy emulator for System 6

    I recall some PalmOS Gameboy emulators used to work okay, granted that was on a 16mhz Dragonball. Might be a good source of 68k assembly routines. https://github.com/ardiri/palmos-liberty https://github.com/JDat/Phoinix
  4. S

    Macintosh 68060 Redux

    @elliotnunn has already done a lot of the hard work. Eg https://github.com/elliotnunn/tbxi He may have some guidance on the best way to inject the 060FPSP. How did the Amiga emulators handle it? Did they patch the ROMs, or was it handed externally via Amiga OS?
  5. S

    NetBoot OS 9 from a Modern Linux Server

    I got kind of excited that the legacy netBOOT stuff @bbraun was looking at was resurrected. https://web.archive.org/web/20201029215129/https://www.mac68k.info/forums/thread.jspa?threadID=76&tstart=0 Sorry to see mac68k.info disappeared.
  6. S

    Anyone have a Powerbook 100 and a Floppy Emu?

    You can also use Discmaster to mount it. Eg if you go to the info path for the disk you can mount it directly into an emulated Mac: https://discmaster.textfiles.com/view/31867/bincue/Night%20of%20the%20Living%20Disc.bin?details It even works for random files and folders. Eg looking at the Mac...
  7. S

    Anyone have a Powerbook 100 and a Floppy Emu?

    Glad you could test it. Nice work!
  8. S

    spftp.info.apple.com moved?

    I was going through some old files I must have got from spftp.info.apple.com - but it doesn't resolve anywhere anymore? I'm guessing it's long gone, but if anyone knows the current URL that'd be great (or better yet a mirror/archive link...)
  9. S

    Anyone have a Powerbook 100 and a Floppy Emu?

    Wouldn't that be the unsupported MacII HD20 driver on the developer disks? https://discmaster.textfiles.com/browse/31867/bincue/Night%20of%20the%20Living%20Disc.bin/Storage%20&%20Communications/Hard%20Disks/HD%2020%20Drivers%201.1/MacII%E2%81%84HD20
  10. S

    Concept: MacintoshX - Game like its 1991, compute like its 1986!

    On topic, other than sharing the same CPU the two platforms are so different to each other it'd be somewhat pointless. Your best bet would be to take something like the Minimig which had a real 68K and implemented the Amiga Chipset on an FPGA. No reason you couldn't implement the Mac in an...
  11. S

    Concept: MacintoshX - Game like its 1991, compute like its 1986!

    The TerraDrive had some sharing between the two sides. It was used by some games. This GitHub is someone's experiments with it: https://github.com/RetroSwimAU/TeradriveCode
  12. S

    Phytocodex: access the Macintosh Garden from gopherspace

    Nice! I did a C# implementation some years ago. https://github.com/pgodwin/GopherServer
  13. S

    TashRouter: An AppleTalk Router

    I've written a rough pcap implementation for ethertalk. I've tested it under Debian and Windows. Under Linux you'll need libpcap installed. Under Windows you'll need NPCAP installed. You'll also need pypcap or pcap-ct installed in python. diff --git a/tashrouter/port/ethertalk/pcap.py...
  14. S

    Schematic and/or repair advice for Performa 6400 150W PSU (Apple part #614-0060, Delta model number DPS-150GB B)

    Success! The replacement resistor and PWM ic arrived this week and I installed it today. Everything is working as it should!
  15. S

    Video encoding for playback on 68k macs

    Since the last discussion, ffmpeg added a road pizza encoder.
Back
Top