diff options
author | Nao Pross <naopross@thearcway.org> | 2017-03-17 16:19:01 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-03-17 16:19:01 +0100 |
commit | 8434120295aac533a05d274236b1506cc215705b (patch) | |
tree | be7784133ef8e30c2150323c779bec9049a7d723 /doc/report/notes.tex | |
parent | updated todolist; doc: keyboard stuff (diff) | |
download | z80uPC-8434120295aac533a05d274236b1506cc215705b.tar.gz z80uPC-8434120295aac533a05d274236b1506cc215705b.zip |
hardware nearly finished
doc: added datasheets for
- GAL16V8
- MAX214
- MAX232
added script to build doc under windows with miktex
updated notes
hw: finished i/o devices and bus viewer
sw: created files for pld programming
Diffstat (limited to 'doc/report/notes.tex')
-rw-r--r-- | doc/report/notes.tex | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/report/notes.tex b/doc/report/notes.tex index 79aaa68..c2510ef 100644 --- a/doc/report/notes.tex +++ b/doc/report/notes.tex @@ -96,7 +96,8 @@ permettendo di interfacciare delle periferiche specifiche per computer ancora diponibili sul mercato. Il connettore standard per PC/104 \`e un header 32x2, quindi con 64 pin mappato come indicato sotto, con un opzionale estensione che pu\`o aumentare il connettore a 146 -pins\footnote{http://pinouts.ru/Slots/Pc104_pinout.shtml}. +pins\footnote{http://pinouts.ru/Slots/Pc104\_pinout.shtml}. + \begin{tabular} \csvautotabular{res/pc104conn.csv} \end{tabular} @@ -152,4 +153,11 @@ loop lda PRB ende rts ; back to BASIC \end{verbatim}\end{centering} +\renewcommand\ddate{16.03.2017} +\section{Visualizzare e i dati} +Avendo messo un ``clock-stepper'' probabilmente \`e utile poter anche +visualizzare i valori esadecimali sul bus di dati e di indirizzi, dunque ho +pensato di aggiungere dei display a 7 segmenti collegati alle 8 e 16 linee dei +due bus, + \end{document} |