forked from amberisvibin/chibi-pc09
Compare commits
5 Commits
5bd4c7ae15
...
9c668967d5
Author | SHA1 | Date | |
---|---|---|---|
9c668967d5 | |||
53c6c7fd78 | |||
08b85a186e | |||
9f28e315b7 | |||
69836aa24b |
@@ -27,4 +27,4 @@ Assembly is in progress.
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the MIT license. This applies to both the hardware (schematics, bill of materials, pcb layouts) and documentation. This does *not* apply to the datasheets/ directory, the books/ directory or code/assist09/. Those files belong to their respective copyright holders.
|
This project is licensed under the MIT license. This applies to both the hardware (schematics, bill of materials, pcb layouts) and documentation. This does *not* apply to the datasheets/ directory or code/assist09/. Those files belong to their respective copyright holders.
|
||||||
|
BIN
books/as11v2.pdf
BIN
books/as11v2.pdf
Binary file not shown.
BIN
books/manual.pdf
BIN
books/manual.pdf
Binary file not shown.
@@ -22,7 +22,7 @@ From there all you should have to do to generate a `boot.bin` is:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/amberisvibin/chibi-pc09.git
|
git clone https://github.com/amberisvibin/chibi-pc09.git
|
||||||
cd chibi-pc09
|
cd chibi-pc09/code/boot
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
datasheets/mcp100.pdf
Normal file
BIN
datasheets/mcp100.pdf
Normal file
Binary file not shown.
BIN
datasheets/memory/AS6C62256-23-March-2016-rev1.2.pdf
Normal file
BIN
datasheets/memory/AS6C62256-23-March-2016-rev1.2.pdf
Normal file
Binary file not shown.
@@ -1,6 +0,0 @@
|
|||||||
TTL devices can handle CMOS input. HD6309 -> 74LS612
|
|
||||||
CMOS devices may or may not handle TTL input. 74LS612 -> peripherals
|
|
||||||
|
|
||||||
62256 SRAM, 28C256 EEPROM, 16550 UART all handle TTL input.
|
|
||||||
82C42 lists it's outputs as TTL compatible, but says nothing for inputs.
|
|
||||||
Must ensure all peripherals are rated for TTL input.
|
|
@@ -3,7 +3,6 @@
|
|||||||
File descriptions:
|
File descriptions:
|
||||||
|
|
||||||
- links.txt contains useful links i would like to keep
|
- links.txt contains useful links i would like to keep
|
||||||
- 6809-sn74ls612_timing.md contains notes on the mmu and cpu interface
|
|
||||||
- tech-spec.md contains basic info on layout of system (outdated)
|
- tech-spec.md contains basic info on layout of system (outdated)
|
||||||
- timing.html contains info on vga timing pulled from https://martin.hinner.info/vga/timing.html
|
- timing.html contains info on vga timing pulled from https://martin.hinner.info/vga/timing.html
|
||||||
- vga_ram.txt contains notes on ram size for the vga card
|
- vga_ram.txt contains notes on ram size for the vga card
|
1
pcb/.gitignore
vendored
Normal file
1
pcb/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
fp-info-cache
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"board": {
|
"board": {
|
||||||
"active_layer": 5,
|
"active_layer": 0,
|
||||||
"active_layer_preset": "",
|
"active_layer_preset": "",
|
||||||
"auto_track_width": true,
|
"auto_track_width": true,
|
||||||
"hidden_netclasses": [],
|
"hidden_netclasses": [],
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
"shapes"
|
"shapes"
|
||||||
],
|
],
|
||||||
"visible_layers": "ffffffff_ffffffff_ffffffff_ffffffff",
|
"visible_layers": "ffffffff_ffffffff_ffffffff_ffffffff",
|
||||||
"zone_display_mode": 0
|
"zone_display_mode": 1
|
||||||
},
|
},
|
||||||
"git": {
|
"git": {
|
||||||
"repo_type": "",
|
"repo_type": "",
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
"ssh_key": ""
|
"ssh_key": ""
|
||||||
},
|
},
|
||||||
"meta": {
|
"meta": {
|
||||||
"filename": "prototype-1(v1.1).kicad_prl",
|
"filename": "prototype-1.kicad_prl",
|
||||||
"version": 5
|
"version": 5
|
||||||
},
|
},
|
||||||
"net_inspector_panel": {
|
"net_inspector_panel": {
|
||||||
|
Reference in New Issue
Block a user