LB-6809-01

From Land Boards Wiki
Jump to navigation Jump to search

LB-6809-01 FRONT REV1(BLK).png

Features

  • 68B09 CPU
  • 2 MHz (typical) Oscillator on card
  • Reset switch/power monitor
  • Address decoder PLD drives RAM/ROM/IO chip selects
  • 100x50mm card

Memory Map

  • 0x0000-0x7FFF 32KB SRAM
  • 0x8000-0x9FFF Free Space (8KB)
  • 0xA000-0xBFFF Serial (ACIA)
  • 0xC000-0xCFFF 16KB EPROM

Design

68B09 CPU

LB-6809-01 CPU.PNG

Oscillator

LB-6809-01 Osc.PNG

PLD

LB-6809-01 PLD.PNG

PLD Listing

Name       LB-6809-01_PLD;
Partno     ATF16V8B;
Date       09/17/20;
Revision   01;
Designer   DOUG G;
Company    LAND BOARDS LLC;
Assembly   LB_6809_01_U2;
Location   Rustbelt, US;
Device     G16V8;

/*
*/


/* Control inputs */
PIN    1   = CLK;
PIN    2   = CPUA12;
PIN    3   = CPUA13;
PIN    4   = CPUA14;
PIN    5   = CPUA15;
PIN    6   = CPUREAD;
PIN    7   = VPB;
PIN    8   = VPA;
PIN    9   = VDA;

/* Counter data inputs */
PIN    12  = !ROMCS;
PIN    13  = !IOCS;
PIN    14  = !MEMRD;
PIN    16  = !RAMCS;
PIN    18  = RDY;

ROMCS = CPUA15 & CPUA14 & VPB;

RAMCS = !CPUA15 & VPB
#        CPUA15 & !CPUA14 & !CPUA13 & VPB;

IOCS = CPUA15 & !CPUA14 & CPUA13 & VPB;

RDY = VPB;

MEMRD = CPUREAD & VPB;

Backplane connector

LB-6809-01 BKPLN.PNG

Mechanicals

LB-6809-01 CAD.PNG

Checkout

Rev 1 Checkout Notes

  • Add wire U1-34 to U2-7 (VPB/E)

Assembly Sheet