Close

23 Results for "MC68000"

  • MC68000 graphics card

  • This is the shortest log ever, written mainly because a) I'm feeling guilty about not having written a log for so long, and b) to prove that I'm still making progress on the MC68000 computer project.I've already got an ATA (IDE) interface and serial...
  • Upcoming refactoring

  • Some OpenSource/DIY software projects, containing legacy C code have been rewritten into C++. There is no any reasons to stay on C if C++ available on target platform. It has everything that C has and many "free" features, which cost 0 extra bytes and...
  • Loading/Running Tiny BASIC

  • The Motorola MC68000 Educational Computer Board (MEX68KECB) has a Tiny BASIC that is already assembled. Since the card is compatible with my FPGA design it loads nicely. Type LOAD on VDU portWaits on S-records from the ACIA portRunning PuTTY...
  • Assemble

  • I have ported the Motorola assembler and monitor. The manual is in the files, it is the software from the Motorola MC68000 Educational Computer Board (MEX68KECB). There is a site with more info here: http://www.easy68k.com/paulrsm/mecb/mecb.htmIt...
  • Test rig

  • The sketch below describes key hardware components of this proof of concept:Propeller proto-boardThis board is out of production, but any proto-board with Propeller can be used. It is convenient that the number of signals that need to be driven is small: 8...
  • 1617 ZPAL analysis

  • U8 ("ZPAL") - the glue logic for the onboard Z80 microcomputer The Z80’s memory map is as follows 0000H-5FFF H:ROM 6000H-7FFF Common RAM bank H: 8000H-FFFF Switching RAM bank H: So that the Z80 may access all of the possible 64 kbytes of RAM whilst still...
  • LM3671 step-down DC-DC converter: sigh.

  • The following is a rant. If you're not in the mood for reading a rant, please don't bother reading on.So: the LM3671 dc-dc converter. According to its data sheet, "...only three tiny surface-mount external components required (one inductor, two ceramic...
  • 10/100Mbps Ethernet card

  • It has been quite a while since my last update, and the project has moved forward a long way! I’ve made a lot of progress with the operating system software (I’ll be writing a log about this soon) and the hardware has advanced a bit too.I designed a...
  • Ping!

  • I spent a little while reworking the network stack in the m68k OS code. The idea is to end up with a reasonably generic stack: ideally, like Linux and friends, the OS code shouldn't really care about what kind of network adaptors are plugged in, and...
  • New Parts!

  • After the HAD article [Brandon Dunson] wrote about Tanner Electronics, and the subsequent realization that I'm only 30 miles away, I had to go check it out. Two hours and $35 later, this project has new life.I picked up a 1.8432 MHz crystal and an oscillator...
  • Expansion interface

  • This is a short log[*] describing the 16-bit expansion card interface in the 68000 system. I've deliberately kept the design of this interface as simple as possible, in order to make it easy and quick to build expansion cards. I know I could have implemented...
  • Always Blame The Software (Part One)...

  • It's been a very frustrating couple of days on the m68k project. All my own fault, of course.Some background: I've been hooking up the MC68901 MFP which will give me some GPIO capabilities, a UART (actually a USART but I'm not using the S), some...