Skip to content

and3rson/leo80

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leo80

Z80-based single-board computer

Assembled device

Schematic

Design considerations

  • $0000-$7FFF - ROM.
  • $8000-$FFFF - RAM.
  • Address decoding with ATF16V8.
  • Using perfboard for this, so trying to keep it small & simple - will be adding more fancy things later (LCD, UART, etc).
  • Simple 8-bit input through '244 tri-state buffer.
  • Simple 8-bit output through '273 flip-flop with 8 LEDs for visual output.
  • I used AS6C4008 in schematic since it's included in Kicad parts by default. I have various SRAM chips available. Same with W27C512 EPROM.

Schematic

Schematic

PCB

PCB

Resources