Close

106 Results for "68000"

  • Pieces of the 68000 Design

  • I've gathered the various pieces of the design as follows: RETRO-EP4CE15 Card RETRO-EP4CE15 CardQMTECH EP4CE15 FPGA Card M68000 CPU TG68K_2013 VHDL CoreTested to run at 25 MHz Monitor ROM TSBUG2 MonitorTUTOR Monitor Internal SRAM 32KB16Kx16 Video Display...
  • 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...
  • 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...
  • 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....
  • Day 0: How it's started

  • After I got mine hands on some Homebrew Z80 system, and watching some famous videos about 6502 I understood that I want to build my own thing. The decision to make something based on 68000 came from unrealised childhood desire to get Sega Mega Drive...
  • And we're off.... I think.

  • Creating a log just to chart my progress (or lack thereof).I've got a copy of 68000 Microcomputer Systems: Designing and Troubleshooting and have read through the early parts a few times, as well as reading up on what others have done before. My interest...
  • Programmable logic

  • I've got a bit further analysing the equations than the files uploaded on the 13th March, but for some reason I am unable to upload files as of now.The 68008 board PAL chips provide good hints about the logic. The 68000 logic seems to be complicated...
  • Early research

  • I've found exactly one example of schematics of a machine that used the 451 at https://archive.org/details/bitsavers_compuproA1nualNov83_1763479/page/n7/mode/2up Unisoft was a company in the 80's that ran around porting UNIX to various things, and...