Electronic – Looking for microcontroller for computer project

development-toolsmicrocontrollerprogrammer

I'm planing to build a small 80's "home computer" style computer, something with the following spec:s

  • 8-12 Mhz
  • 256 / 512 KB external memory
  • 128 KB eprom
  • 320 x 200 x 32 colors (VGA interface)
  • SD card for storage (cant find any tape hardware 😉 )
  • I would prefer a development environment with a live debugger and fast rebuild process, for a stream lined development process.

I havnt found anything that matches this description, AVR is out, Zilog seem to be out since I cant find a reasonable development environ (as described above) and PIC was never an alternative (for the same reason as AVR)

So do you guys have any tips ?

Best Answer

An interesting option for a retro-computer is to use an FPGA; this 6809 implementation runs on a $99 Digilent Spartan-3 board. I tried it a few years ago - it worked very well with a VGA monitor and PS2 keyboard plugged into the FPGA board. Several similar systems have been designed, including this Apple II which uses an Altera FPGA board.