PDA

View Full Version : Emulating a Z80 computer with an AVR chip



wraggster
April 27th, 2010, 21:46
http://hackadaycom.files.wordpress.com/2010/04/z80-emulation-using-avr.jpg

Sprite_tm] dusted off his assembly skills and managed to emulate a Z80 computer using an AVR ATmega88. He’s using an SD card in place of the floppy and a 128 KB DRAM chip to handle the memory for the emulated machine. An FT232 board gives him terminal access which he uses for input and display. As you can see, the hardware is much simpler than building the original would have been. He makes up for this with complicated firmware. In the end, the emulated core occupies about 2 KB of programming space after he followed the Z80 Propeller project’s idea of dividing the instructions into different modules and using a lookup table to access them.

http://hackaday.com/2010/04/27/emulating-a-z80-computer-with-an-avr-chip/

zxxxy18
May 19th, 2010, 19:23
That is awesome, Wraggster! maybee i'll be able to do this myself =D!