• Hello Guest! The forum software will be upgraded weekend of 06/26. See this announcement thread for more information.

Search results

  1. 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
  2. S

    Phytocodex: access the Macintosh Garden from gopherspace

    Nice! I did a C# implementation some years ago. https://github.com/pgodwin/GopherServer
  3. 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...
  4. 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!
  5. S

    Video encoding for playback on 68k macs

    Since the last discussion, ffmpeg added a road pizza encoder.
  6. S

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

    Thank you so much. I pulled the TOP200YAI and it did appear to be shorted. I've ordered a TOP224YN as a replacement as I think it looked like it should more or less do the job as a replacement. It'll be a week to so before the parts reach me to try it out.
  7. S

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

    Oh that gives me some hope! I'll have to (find) and check the PWM chip, but given postage is the dearest part of part orders might just add it to the cart in case. You wouldn't happen to have the part number handy?
  8. S

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

    Thanks for posting. I was struggling to find the fault on my own PSU until I saw your post. And of course R4 was in the Mega ohm range, with a tiny scorch mark. I've ordered a replacement.
  9. S

    C# Library for writing PICT Images

    No worries. Love to hear if you do anything with it (or if you find some bugs!).
  10. S

    C# Library for writing PICT Images

    Hoping I'm not breaking the rules by necroposting, but just letting everyone know that this has been updated. New features: Supports .NET Core for cross-platform usage (via .NET Standard 2.0) and is available as a nuget package Now supports 1bpp, 2bpp, 4bpp as well as 8bpp and 32bpp from...
  11. S

    LC Video distortion after recap

    I used electrolytic. The voltage was a little higher, but otherwise matched the originals.
  12. S

    LC 575 board (in Color Classic) - funky vertical lines

    Fantastic - I have a LC575 with similar symptoms after a re-cap. Triple-checked the caps with no joy - time to take a super close look at those pins! @Bolle - any chance you have that spreadsheet handy?
  13. S

    LC Video distortion after recap

    Having a similar issue with a lc575. In b/W you can see the lines which makes me think I've done something to an address line.
  14. S

    Power Machten 4.1.4

    https://archive.org/details/power-machten414
  15. S

    Video encoding for playback on 68k macs

    Just checked the source to MPlayer. Looks like only decoding via qtx is implemented :( Interestingly, I think they batched some of the DLLs so that they no longer have hard coded paths. Which would make a "portable" quicktime a possibility. 
  16. S

    Power Machten 4.1.4

    I have a copy. Pm me. 
  17. S

    Video encoding for playback on 68k macs

    Hi there I've done a bit of work on a transcoding youtube proxy - https://github.com/pgodwin/68kTube/ There's a tool in there for calling Quicktime under Windows to handle Cinepak and Sorrenson encoding.  I've mostly been focused on getting things working as best as possible with FFMPEG as...
  18. S

    68kTube - YouTube for Classic Macs

    I'll try get a release sorted by the end of the month.
  19. S

    iMac G4 LCD Warning

    Just an FYI for those of you who live in warmer climates. Don't leave your iMac G4 display up against the wall. In my case the adhesive for the polariser layer bubbled and cracked. Ill post images tonight. Fortunately I have a dead first Gen Intel iMac that I think has the same LCD panel so can...
  20. S

    68kTube - YouTube for Classic Macs

    Thanks Knez. I'd say so. It looks for a profiles folder with XML files from QuickTime which describe the encoding settings. It could be that the encoder can't find those files for some reason. Unrelated, I couldn't for the life of my get 68k QuickTime 3 or 4 to play files over HTTP (even with...
Back
Top