Close

196 Results for "68000"

  • Ordering Parts

  • There are three kinds of processors that are compatible with the Nomad board, all of which are slightly different: The 68000 is the "classic" 68000 processor.  This processor draws more power than the 68HC000, and cannot be clocked as fast. ...
  • Exception Handlers

  • I have implemented a very simple exception handler so that I can figure out what is causing the machine to fault. The exception handler is telling me that the issue is an invalid instruction. It turns out, I forgot to add -march=68000 -mcpu=68000 to...
  • STEbus 68000

  • From the ASCII text in the firmware, I believe this board came from an OS-9/68000 system made by VG Elemental, and a product called the PlasmaQuad. https://www.precisionglassblowing.com/product/vg-plasmaquad-2/VG Elemental seem to have been...
  • Retro 68000 CPU in an FPGA

  • I've wanted to build a 68000 system for a long time. I built some commercial systems back in the 1980's based on the 68000 and really like the CPU.  There's a few 68000 builds on YouTube. The best documented 68000 build is Jeff Tranter's build...
  • Standing on the shoulders of giants

  • Project acknowledgements http://searle.x10host.com/Multicomp/index.htmlhttps://github.com/kanpapa/mic68khttps://github.com/ProfKelly/EASy68Khttps://github.com/TobiFlex/TG68K.Chttps://www.retrobrewcomputers.org/doku.php?id=boards:sbc:multicomp:papilio-duo:starthttps://github.com/MJoergen/dyochttps://github.com/jefftranter/68000https://github.com/jamesbowman/gd2-libhttp://retroramblings.net/?p=785https://github.com/DhrBaksteen/ArduinoOPL2...
  • MC68000 Computer

  • This project is a homebrew computer based on the Motorola 68000 CPU. Design includes four megabytes of RAM, 128kB of ROM, Something for video, two serial ports at 9600 baud, and eventually networking and a hard disk.The purpose of this computer is two-fold:...
  • Up and Running

  • After a few days of messing around with the FPGA top entity, I got it running and was rewarded with the TS2BUG prompt on the VDU. Lesson LearnedFPGA implementations of CPUs rarely match the pins of  the original part. They are typically poorly documented...
  • Finished FPU

  • Finally got a stable working FPU which is compatible with printf. I was surprised by the amount of maths used to print a floating point number. I have new wrapper functions now which replace the 68000 FP emulation code provided with the gcc compiler....
  • Y Ddraig - My 68000 Computer

  • Specifications 68000 CPU running at 10Mhz.512K EEPROM1M of Static RAM8M Dynamic RAM2 Serial portsParallel portPS/2 keyboard and mouseIDE interfaceReal-time clock4 Expansion slots A Xilinx XC95108 CPLD is used for decoding logic and as a DRAM controller....
  • MCL68+ Motorola 68000 Emulator

  • The MCL68+ is a Motorola 68000 drop-in replacement emulator. It uses the Teensy 4.1 to emulate both the microprocessor and the local bus interface at full speed. It is the most ambitious drop-in emulator I have designed to date, and I am pleased with...