Search results

  1. 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.
  2. 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.
  3. 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.
  4. 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...