Recent content by Mark_W

  1. M

    Color Classic Resolution Switching

    Nope, without adjustment the picture is slightly compressed horizontally, vertical size remains the same. Makes sense as vertical/horizontal size is set to 512x384. To adjust aspect ratio to 560x384 I have to shrink vertical size since horizontal size is already at its maximum, so I will end up...
  2. M

    Color Classic Resolution Switching

    I do have a 520 logic board installed in a cc chassis, and I can confirm you can switch resolution to 560x384 in monitor settings: And switching to 560x384 does work, the screen shifts a bit to the left and compresses horizontally. However, the first time I tried to switch to 560x384 crashed...
  3. M

    SE/30 Reloaded no sound

    I think those are jumper pads to bypass headphone detection in the 3.5mm jack: If you short them sound should be routed to the opamp for speaker output even a headphone is plugged in. Do you have sound from headphone jack? If so double check the opamp circuit, also clean the headphone jack...
  4. M

    SE/30 logic board pad question

    I wouldn't recommend using hot air station to remove those caps. The type with yellow plastic wrapped on them will explode when exposed to heat, when they don't violently explode the rubber seal would expand out and make a mess. The other type with ratings printed on top is usually more...
  5. M

    Macintosh SE FDHD/SuperDrive Slow Booting with Checkerboard Pattern

    Hi all, thanks so much for your input. I double checked the voltage, reseated both rom chips as well as the swim chip, problem persisted. Swapped the motherboard into an SE chassis, same issue. Then I noticed something, I put a 47uf capacitor on C36 by mistake: Which should have been a 1uf...
  6. M

    Macintosh SE FDHD/SuperDrive Slow Booting with Checkerboard Pattern

    Hello all, I picked up an SE SuperDrive last week and been busy restoring it. Cleaned the floppy drive and replaced the eject gear, recapped the analog/logic board and the power supply (it has an astec power supply and all capacitors tested good, but replaced them anyway), also dealt with...
  7. M

    MacSD inside a Mac Color Classic 'Mystic' - possible?

    Never used macsd before, did a quick google search and found this picture on their website: If the scsi connector is placed at the middle of the pcb then no it won't fit in the cc, cc's scsi cable is quite short and is connected to the motherboard edge connector directly so you can't replace...
  8. M

    Color Classic analog board re-design, needs community feedback.

    Not sure if you seen this before but someone on github already reverse engineered the motorola ic and implemented it with discrete components: https://github.com/jonschultz/colorclassic_video_processor/ If you can order custom transformers then i guess there's no problem keeping the original...
  9. M

    Color Classic analog board re-design, needs community feedback.

    Great work Arjen and congratulations on finally releasing the project. Took a quick look at it and noticed CP12 and CP15 are swapped, 100V capacitor should be on VE (+B, 60V) rail: Also some random thoughts: Can we use modular power supply instead of relying on original design? Most parts...
  10. M

    How to build the ultimate BlueSCSI Compact Mac images - complete with games and apps?

    Regarding other common file types: .bin: macbinary encoded file, just use stuffit expander to extract it .hqx: hexa- or octal-encoded file, can't remember exactly, extract with stuffit expander .img, .dsk: floppy images (img could also be hdd or cd images, but you can tell by the size) and...
  11. M

    How to build the ultimate BlueSCSI Compact Mac images - complete with games and apps?

    I use minivmac if the source file is a floppy image. It emulates a black and white 68k mac (plus iirc) so not the fastest emulator to work with, but on the plus side you can accelerate it and make file operations much faster. For sit files I use basilisk II or sheepshaver and enable the option...
  12. M

    Color Classic Analog Board Trouble

    Finally sorted everything out! This analog board really fought me till the very end. Long story short, after replacing all zener diodes and power resistors as suggested, the crt won't turn on at all. All voltages are present and logic board is booting, but no horizontal output at all. After...
  13. M

    Color Classic Analog Board Trouble

    Been working on this color classic on and off for a few days now, also spent some time reverse engineering the analog board, here are my findings: - Optocoupler near the smaller transformer (which outputs 60V, 24V and 8.3V and powers the CRT section) is for soft power only! It's NOT used for...
  14. M

    Color Classic Analog Board Trouble

    Ok it might seem ridiculous but I got it working! Bypassed the power supply section (desoldered transformer and switching mosfet) and connected 5v/12v/-12v capacitors to an atx psu, finally something showed up on screen. The image still has some stability issues and has hour glass distortion in...
  15. M

    Color Classic Analog Board Trouble

    Spent some time working on it this morning and noticed voltage on pin 6 drops to ~4v immediately after the power supply tries to start, then charges up slowly to 10v and next cycle continues. In theory the capacitor should be charged up by auxiliary winding through RP34 and DP15. They both...