• Updated 2023-07-12: Hello, Guest! Welcome back, and be sure to check out this follow-up post about our outage a week or so ago.

Recent content by michaelengel

  1. michaelengel

    MacOS 10.4 virtualised in M1 Silicon

    This looks like some exception in time conversion functions, perhaps a division by zero due to the emulated CPU running too fast (but that's just speculation). As an alternative, you could try to run OS X 10.4 for PPC in qemu as described on github...
  2. michaelengel

    1/2 AA battery Replacement! MoewToast Rev. 2

    This seems to have worked now, thanks a lot for the support!
  3. michaelengel

    1/2 AA battery Replacement! MoewToast Rev. 2

    Thanks (also to Phipli)! Delivering to Germany seems to make it more difficult (surprise... though that should not happen in the EU). eBay tells me that "For tax reasons it is currently not possible to buy from this seller. We apologize for any inconvenience and recommend that you search for...
  4. michaelengel

    1/2 AA battery Replacement! MoewToast Rev. 2

    "This item does not deliver to Germany." :(
  5. michaelengel

    68net - a modern SCSI to Ethernet board

    I'm not sure if the following bits are already known, both might be good sources of information about the protocol used by the Dynaport SCSILink and I didn't see these mentioned in the thread so far (great to see so many projects for classic Macs showing up here!). Joshua Stein has added...
  6. michaelengel

    Abandonware Licensing Help

    I need to get an AIX machine running in order to test some things, maybe qemu will help (or my old Motorola MTX+ is still working after 20+ years). I'll try to find out more next weekend...
  7. michaelengel

    Abandonware Licensing Help

    Unix software is often licensed based on the MAC address of (one of the) network adapters, which is a six byte value, so your machine ID 0026157F4c00 might just be a MAC address. You should be able to check using the following AIX shell command: netstat -v | egrep 'ETHER|Hard' In simple...
  8. michaelengel

    Reproducing the Lisa 2 Card Stack: The CPU Card

    I would expect the code to be extremely dependent on code executing timing of the COP421 (software-timed loops etc. – didn't check the code). Nevertheless, a COP421 emulator on a fast modern microcontroller might be an option? (Edit) There's also a VHDL implementation of the COP400 at opencores.
  9. michaelengel

    External LocalTalk / serial port clocks

    Some assembler code to initialize the SCC for MIDI operation, which also uses an external clock (1 MHz to create the 31,250 bps baud rate used by MIDI), can be found in this MacTech article, see function "InitSCCChan". See the lines printed in bold that set WR11 of the SCC to use the external...
  10. michaelengel

    External LocalTalk / serial port clocks

    Although the original thread is already quite old, I think this information might still be useful. From the schematics (e.g. http://www.bitsavers.org/pdf/apple/mac/EarlyMacSchematics.pdf - note that this one uses the 9-pin D-Sub connectors) we can see that the external clock is provided on the...
  11. michaelengel

    Appletalk Peek/Poke tools

    Hm, strange, when I unpack the zip file again, I get the following (on OS X), so it seems the resource forks are intact. The file was generated using Finder on OS X 10.9, which is aware of resource forks as far as I know (in contrast to the zip/unzip command line tools). However, the FinderInfo...
  12. michaelengel

    Appletalk Peek/Poke tools

    Success! I found the tools on the January 92 ADC Developer CD in "Tools & Apps (Moof!)/Networking & Communications/AppleTalk Tools/" I knew it was a good idea to keep the old CDs around...
  13. michaelengel

    GCC-based cross compiler for 68K Macs

    Are you aware of the fact that the ancient SUMACC cross-compiler tools from Stanford include a resource compiler called "rmaker"? The SUMACC code can be found in the 4.3BSD "new.tar.gz" fileset at http://www.tuhs.org/Archive/4BSD/Distributions/4.3BSD/ Building the cross-compiler itself on OS X...
  14. michaelengel

    Appletalk Peek/Poke tools

    Hi, does anyone know where to find the Appletalk Peek/Poke tools which are mentioned, e.g., in http://basalgangster.macgui.com/RetroMacComputing/The_Long_View/Entries/2012/3/1_AppleTalk.html ? -- Michael
  15. michaelengel

    Saleae Logic Analyzer

    Chipping in a bit late here, but maybe it's still useful. sigrok is an open source logic analyzer software (http://sigrok.org) that supports a large number of hardware interfaces, including the Saleae hardware (and its numerous clones). sigrok also uses an open source firmware (instead of the...
Top