Difference between revisions of "Z80-MBC2 Build Notes"

From Land Boards Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
* [https://www.instructables.com/An-Easy-to-Build-Real-Homemade-Computer-Z80-MBC2/ An Easy to Build Real Homemade Computer: Z80-MBC2!] - Instructable was helpful
 
* [https://www.instructables.com/An-Easy-to-Build-Real-Homemade-Computer-Z80-MBC2/ An Easy to Build Real Homemade Computer: Z80-MBC2!] - Instructable was helpful
 
* [https://hackaday.io/project/159973-z80-mbc2-a-4-ics-homebrew-z80-computer Hackaday project with files]
 
* [https://hackaday.io/project/159973-z80-mbc2-a-4-ics-homebrew-z80-computer Hackaday project with files]
 +
* Build took less than 2 hours
 
* Used mostly junk box parts
 
* Used mostly junk box parts
 
* Purchased alternate SRAM
 
* Purchased alternate SRAM

Revision as of 15:32, 23 July 2021

  • ebay - bare PCB $8
    • Arrived in a couple of days

Build Notes

Programming THE ATMEGA32

  • Was able to use ATProgHead running Arduino as ISP to burn bootloader but not program the code
  • Could not use any of my FTDI cards fir serial programming since the have RTS/CTS but not DTR
    • Most programmer setups in Arduino work just fine for serial, but not the
  • Used TL866ii to program ATMEGA32 fuses
    • Reference: Setting AVR Fuse Bits
    • If you use the programmer defaults it sets the clock to 1 MHz which gives a serial port rate of 600 baud (told me I needed to fix the fuses).

Z80-MBC2 ATMEGA32 TL866I SETTINGS.jpg