Search results

  1. mmu_man

    ORIC Owner

    Just wondering if others here had an ORIC machine… I have 3 Atmos and 1 ORIC-1, Jasmin 1 and Jasmin 2, and two MCP-40.
  2. mmu_man

    Lynx II repair attempt

    I'm trying to repair a friend's Lynx II that is stuck on "insert game". I replaced U9 (74HC164) which was hot and seemed to be shorting out some pins, but still get the message on power-on. Tracing the signals, I see repeated attempts at resetting the 4040 on MOTORON, but the chip selects from...
  3. mmu_man

    Video?

    Or maybe try some PeerTube instance?
  4. mmu_man

    [Idea] Macintosh 68k Programming Study Group?

    I'm more of the cross-compiling type, being used to git and other niceties, although there are possibilities to run git on older OSes too… How about Retro68 (GCC based) as a compiler? Haven't tried it yet. Also, the NetSurf team has a collection of toolchains for their CI that we might want to...
  5. mmu_man

    HP-UX Workstation Hardware Specs

    I salvaged two Apollo 300 workstations from the university the other day, one I gave to a friend, but both lack the keyboard too. I'm thinking about making a converter based on something like this maybe… (we should probably split this topic out)
  6. mmu_man

    Building A/UX Device Drivers

    Loads https://www.diybookscanner.org/en/intro.html here, except no pictures… 🤔
  7. mmu_man

    Building A/UX Device Drivers

    You need a DIY Book Scanner :)
  8. mmu_man

    Might’ve hit the jackpot what do you all think I should do with these?

    Some hackerspaces or fablabs might have a DIY Book Scanner, or help you build one, which takes some space but works quite well for large volumes.
  9. mmu_man

    EGRET Reverse engineering & reproduction?

    I was going for "rEGRET" :LOL:
  10. mmu_man

    EGRET Reverse engineering & reproduction?

    As I said I might have possible compatible candidates with just some more RAM, but I haven't had the time to try yet.
  11. mmu_man

    Apple TechStep Replacement ROMs, cartridges, software, and more!

    Indeed, cool I thought it was unobtainium!
  12. mmu_man

    Run a Color Classic without an analog board or tube?

    According to the bomarc schematics, -5V is on J13-B pin 2, the first pin on the underside next to the power section. But it's only used for the serial port.
  13. mmu_man

    Where to Buy Prints

    You can also search for a hackerspace or a fablab near you, you can usually use the machines by the hour after some learning.
  14. mmu_man

    Apple TechStep Replacement ROMs, cartridges, software, and more!

    Connector seem to be similar to the SCSI LVD connector but with 80 & 40 pins…
  15. mmu_man

    Apple TechStep Replacement ROMs, cartridges, software, and more!

    Correction: The 68HC24 chips are called "Port replacement unit", which I suppose are the 68HC11 equivalent of a VIA or PIA, some kind of port extender to replace the pins of the uC when it's used with an external memory. Yeah it's much smaller (52pins) than an FPU. I'd say it's a 68HC11 of some...
  16. mmu_man

    Apple TechStep Replacement ROMs, cartridges, software, and more!

    Oh the gerbers are for the ROM cartridges, thought it was for the whole thing. Still useful I suppose.
  17. mmu_man

    Apple TechStep Replacement ROMs, cartridges, software, and more!

    No, the HM62256 is a 32kB static RAM. Is the FPU the yellow labelled chip? Possibly it asks the logic board to do calculations and compares them to what this one gives. The 68HC24FN is an evolution of the HC05 uC used as EGRET, likely one is wired to the sram and cartridges. Maybe it's...
  18. mmu_man

    EGRET Reverse engineering & reproduction?

    It doesn't seem to list the E1 variant… As I said, you don't really need a full programmer, it can be done with a few components. I'll have a look later but I have other more urgent stuff for now.
  19. mmu_man

    EGRET Reverse engineering & reproduction?

    Yes and no. Yes, because you can't use an EPROM programmer unless it specifically supports these chips. No because as I said, the bootstrap ROM makes it not so hard to program them with a simple circuit (basically a 12bit counter and an EPROM that you programmed with the code). It's even...