forked from MEGA65/mega65-user-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
referenceguide.tex
137 lines (105 loc) · 3.85 KB
/
referenceguide.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
\input{common-header}
\input{frontcover}
\input{regulatory}
\input{updates}
%
% paper title
% Titles are generally capitalised except for words such as a, an, and, as,
% at, but, by, for, in, nor, of, on, or, the, to and up, which are usually
% not capitalised unless they are the first or last word of the title.
% Linebreaks \\ can be used within to get better formatting as desired.
% Do not put math or special symbols in the title.
\cleardoublepage
\pagenumbering{roman}
\begin{titlepage}
\pagecolor{blue}
\begin{center}
{
\large
% Put a nice amount of vertical space before the title
\vspace*{2cm}
{\Huge\textcolor{white}{\bf{MEGA65 REFERENCE GUIDE}}}\\
\vspace{\fill}
{\textcolor{white}{Published by \\ the MEGA Museum of Electronic Games \& Art e.V., Germany.}}
}
\end{center}
\end{titlepage}
% Then the copyright notice page
\pagecolor{white}\textcolor{black}
\vfill
WORK IN PROGRESS
\index{copyright}Copyright \copyright 2018 -- 2023 by Paul Gardner-Stephen, the MEGA Museum of Electronic Games \& Art e.V., and contributors.
This reference guide is made available under the GNU Free Documentation License v1.3, or later, if desired. This means that you are free to modify, reproduce
and redistribute this reference guide, subject to certain conditions. The full text of the GNU Free Documentation License v1.3 can be
found at \url{https://www.gnu.org/licenses/fdl-1.3.en.html}.
Implicit in this copyright license, is the permission to duplicate and/or redistribute this document in whole or in part for use in
education environments. We want to support the education of future generations, so if you have any worries or concerns, please
contact us.
\par\today
\newpagestyle{onlynumber}{\setfoot[][{\bf\small\thepage}][]
{} {\bf\small\thepage} {}}
\pagestyle{onlynumber}
\pagecolor{white}
\hypersetup{linkcolor=black}
\tableofcontents
\hypersetup{linkcolor=blue}
%% XXX - big numbers are not in bold, because latex gets confused
\newcommand*{\justifyheading}{\raggedleft}
\definecolor{headingblue}{rgb}{0.5,0.5,1}
% \titleformat{command}[shape]
% {format}
% {label}
% {sep}
% {before}
% [after]
% ***************
% PART title page
% ***************
\titleclass{\part}{top}
\titleformat{\part}[display]
{\thispagestyle{empty}\pagecolor{blue}\normalfont\huge\bfseries\justifyheading}
{\textcolor{white}{\fontsize{50}{65}\selectfont\bf{PART}\quad{\fontsize{100}{130}\selectfont \bf{\serifed\thepart}}}}
{20pt}
{\Huge\textcolor{white}}
[\newpage\pagecolor{white}\textcolor{black}]
% ******************
% CHAPTER title page
% ******************
\titleformat{\chapter}[display]
{\thispagestyle{empty}\pagecolor{blue}\normalfont\huge\bfseries\justifyheading}
{\textcolor{white}{\MakeUppercase{\chaptertitlename}\quad{\fontsize{100}{130}\selectfont \bf\thechapter}}}
{20pt}
{\Huge\textcolor{white}}
[{\chapmtoc\insertminitoc}\newpage\pagecolor{white}\textcolor{black}\cleardoublepage]
% ******************
% SECTION title page
% ******************
\titleformat{\section}[display]
{\raggedright}
{\thesection}
{20pt}
{\huge\bf\color{headingblue}\uppercase}
[\color{black}]
%\titlecontents{\chapter}
\cleardoublepage
\pagenumbering{arabic}
\part{APPENDICES}
\begin{appendices}
\input{appendix-mathfunctions}
\input{appendix-pinouts}
\input{appendix-45gs02-registers}
\input{appendix-viciv-registers}
\input{appendix-sid-registers}
\input{appendix-cia6526-registers}
\input{appendix-uart4551-registers}
\input{appendix-sound-registers}
\input{appendix-reference-tables}
\input{nexys4ddr-setup}
\input{appendix-mega65r2-flashing}
\end{appendices}
\nocite{*}
\bibliographystyle{IEEEtran}
\bibliography{references}
\printindex
\input{element-catalogue}
\input{common-footer}