Search results

  1. David Cook

    Looking for the document "Macintosh Worldwide Development: Guide to System Software"

    I've been researching the Apple system routines that use LongDateTime as part of a potential solution to the 2040 problem. Because it is first documented in Inside Macintosh Vol VI, I assumed that those routines first appeared in System 7. But, on closer inspection and with some testing, those...
  2. David Cook

    SE/30 video issue, half simasimac pattern

    Does your screen also show part of the floppy disk? If so, good news! That means the CPU, ROM, and main RAM are working. Here is a tutorial for fixing it: https://68kmla.org/bb/index.php?threads/example-se-30-video-repair-ue8-ls166.49689/
  3. David Cook

    Tips for desoldering corroded chips

    You bet! I'm glad to hear you got it working.
  4. David Cook

    SD Card Icons for System 7

    These are awesome! @redphantom
  5. David Cook

    Macintosh Portable M5126 SCSI 5V

    Hey @jcs I have a Macintosh Portable M5126 with exactly same problem. I mean, exactly the same problem. I thought you'd like to know how I solved it. 1. Swapped the internal hard drive for a ZuluSCSI compact (with .ini set to MacPlus mode and Androda adapter) with a known working system...
  6. David Cook

    Tips for desoldering corroded chips

    Here are three threads that will step you though SE/30 video repair: https://tinkerdifferent.com/threads/macintosh-se-30-vertical-horizontal-bars-on-display-simasima-repair-guide.4705/ https://tinkerdifferent.com/threads/se-30-simasima-repair-6-faults-fixed-and-a-working-mac.4823/#post-41997...
  7. David Cook

    Fixing a Tired Eject Motor for a Vintage Mac Floppy Drive

    I've experienced this exact problem. Thank you for posting the solution!
  8. David Cook

    Mac SE Clock Drift

    Glad you figured it out and posted the solution. We all have been there.
  9. David Cook

    SuperMac Spectrum - The one that started it all

    That is really cool!
  10. David Cook

    Mac SE Clock Drift

    Hi @superjer2000, My actual quote was a little more general: "When the computer is turned on, the clock is kept in a low memory global which is advanced by the interrupt timer." Depending on the Mac hardware, that interrupt timer may be generated by a number of different sources. The Mac...
  11. David Cook

    Mac SE Clock Drift

    Yes -- check the traces. Do you have an oscilloscope? If not, the handheld ones are reasonably inexpensive: https://amzn.to/4oLPdJb
  12. David Cook

    Mac SE Clock Drift

    When the computer is turned on, the clock is kept in a low memory global which is advanced by the interrupt timer. Then, it is written back to the clock chip at shutdown.
  13. David Cook

    Mac SE Clock Drift

    Assuming the battery is good, then I suspect the crystal. That is Y1 right next to the RTC (real-time clock)
  14. David Cook

    Changing the default window size in SimpleText

    I am so glad this works for you. Definitely makes it worth the hack. Yup. I always go to the trouble of checking return values and nil pointers. Thank you for appreciating my work. : ) - David
  15. David Cook

    Mac SE Clock Drift

    Can you be more specific? I've seen this happen on a couple of Macintosh IIsi computers that I ultrasonically cleaned. The root cause was the crystal was damaged. However, it was cheap and easy to replace.
  16. David Cook

    Macintosh 68060 Redux

    Amazing!
  17. David Cook

    Changing the default window size in SimpleText

    I wrote up the technical details over here: https://tinkerdifferent.com/threads/patching-68k-software-simpletext.4793/
  18. David Cook

    Changing the default window size in SimpleText

    Attached is the beta version of SimpleText that allows users to define window sizes. 1. First expand the attached .hqx file into the application using Tiny Transfer, BinHex, or StuffIt. 2. Using ResEdit, open the application 3. You'll see a resource called WSzT (for Window Size Text). Double...
  19. David Cook

    Changing the default window size in SimpleText

    I believe they are referring to the left side of the window appearing to get cut off, because the boarders are now wider. I've analyzed the code, and made progress with a patch, but it is complicated. SimpleText has one routine for creating the window, but then calls out to other routines (and...
  20. David Cook

    IIci won’t stay on

    Good point. The power supply switch rotates in place. So, it is worth playing with a bit. That being said, the IIci board is definitely not recapped and there is corrosion. However, it doesn't look awful. So, the board is likely an easy job.
Back
Top