new datasheets, sch work, memory map
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1,3 @@
|
||||
widgets.qss
|
||||
*.lck
|
||||
|
||||
|
Binary file not shown.
@@ -4759,6 +4759,10 @@
|
||||
(at 260.35 114.3)
|
||||
(uuid "ec9e245d-5956-4e4a-9c84-bb81612c0779")
|
||||
)
|
||||
(no_connect
|
||||
(at 63.5 115.57)
|
||||
(uuid "fb69eb84-c0f9-4255-be9a-f6cbb18cb39e")
|
||||
)
|
||||
(bus_entry
|
||||
(at 71.12 87.63)
|
||||
(size -2.54 2.54)
|
||||
|
BIN
datasheets/AT28C256.pdf
Normal file
BIN
datasheets/AT28C256.pdf
Normal file
Binary file not shown.
BIN
datasheets/HM62256B.pdf
Normal file
BIN
datasheets/HM62256B.pdf
Normal file
Binary file not shown.
22
docs/prototype-1-specs.md
Normal file
22
docs/prototype-1-specs.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# 6309 Board Prototype #1 Specs
|
||||
|
||||
HD63C09 CPU @ 3MHz
|
||||
HM62256BLP-7 SRAM
|
||||
AT28C256-15 EEPROM
|
||||
ST16C550 UART @ 1.8342MHz (XO due to lack of 22pf 1.8432MHz XTALs)
|
||||
|
||||
## Memory Map
|
||||
|
||||
| Device | Location |
|
||||
|--------|-----------|
|
||||
| EEPROM | 8000-FFFF |
|
||||
| UART | 7F00-7FFF |
|
||||
| SRAM | 0000-7EFF |
|
||||
|
||||
## Truth Table
|
||||
|
||||
| A15 | A14-A9 | A8 | Chip |
|
||||
|-----|--------|----|--------|
|
||||
| H | x | x | EEPROM |
|
||||
| L | x | L | SRAM |
|
||||
| L | H | H | UART |
|
Reference in New Issue
Block a user