Search results

  • Board Nominations
    Nominations have now closed and the results are available here.
  • Hey Guest, MARCHintosh 2026 is upon us. Check out community projects, join GlobalTalk, and have fun!
  1. M

    MCL68+ A Motorola 68000 drop-in emulator

    Someone pointed out that pencil lead is conductive !! :)
  2. M

    MCL68+ A Motorola 68000 drop-in emulator

    Maybe could emulate a little more RAM but not much. The Teensy 4.1 only has 1 MB of available RAM in total. Maybe 640KB is possible :)
  3. M

    MCL68+ A Motorola 68000 drop-in emulator

    A little more information on the project shared here: MicroCore Labs MCL68+ MOTOROLA 68000 EMULATOR – UPDATE
  4. M

    MCL68+ A Motorola 68000 drop-in emulator

    Update on this project: I fixed the remaining issues with the 68000 opcodes using Tom Harte's test suite and got some pleasant results! The latest code is uploaded to GitHub: MCL68+GitHub
  5. M

    MCL68+ A Motorola 68000 drop-in emulator

    Art for art's sake. Thanks! MCL68, the 68000 emulator code, is already is open-source. I'll post this project when it's a little further along.
  6. M

    MCL68+ A Motorola 68000 drop-in emulator

    Thank you for the kind words! :) I guess a project like this is just the culmination of skills gained from sporadic successes throughout decades of frequent failures.
  7. M

    MCL68+ A Motorola 68000 drop-in emulator

    I dont see why not. Well, the CPU emulation would definitely be possible, but I think the Teensy is maxed out at 8 MHz for the local bus! :) Could port it to a faster microcontroller though - the foundation is all there.
  8. M

    MCL68+ A Motorola 68000 drop-in emulator

    I would like to share my latest project, a Motorola 68000 drop-in emulator called the MCL68+. The CPU emulation is written in C and runs on a Teensy 4.1 micro controller board. I made a small PCB which contains a number of buffers and registers to break out and de-multiplex the Teensy's limited...