mirror of https://github.com/wwarthen/RomWBW.git
Browse Source
- Added source build of RZ and SZ from Andrew - More needless tweaking of the document build processpull/259/head
17 changed files with 12494 additions and 228 deletions
@ -1,5 +1,5 @@ |
|||||
OBJECTS = |
OBJECTS = |
||||
SUBDIRS = DMAmon I2C inttest ppidetst ramtest tstdskng |
|
||||
|
SUBDIRS = DMAmon I2C inttest ppidetst ramtest tstdskng rzsz |
||||
DEST = ../../../Binary/Apps/Test |
DEST = ../../../Binary/Apps/Test |
||||
TOOLS =../../../Tools |
TOOLS =../../../Tools |
||||
|
|
||||
|
|||||
@ -0,0 +1,17 @@ |
|||||
|
@echo off |
||||
|
setlocal |
||||
|
|
||||
|
set TOOLS=../../../../Tools |
||||
|
set PATH=%TOOLS%\tasm32;%PATH% |
||||
|
set TASMTABS=%TOOLS%\tasm32 |
||||
|
|
||||
|
tasm -t80 -b -f00 rz.asm rz.com rz.lst || exit /b |
||||
|
tasm -t80 -b -f00 sz.asm sz.com sz.lst || exit /b |
||||
|
|
||||
|
:: Compare to original distribution |
||||
|
:: Need to remove these lines when starting to make actual changes |
||||
|
fc /B rz.com rz.com.orig || exit /b |
||||
|
fc /B sz.com sz.com.orig || exit /b |
||||
|
|
||||
|
copy /Y rz.com ..\..\..\..\Binary\Apps\Test\ || exit /b |
||||
|
copy /Y sz.com ..\..\..\..\Binary\Apps\Test\ || exit /b |
||||
@ -0,0 +1,6 @@ |
|||||
|
@echo off |
||||
|
setlocal |
||||
|
|
||||
|
if exist *.com del *.com |
||||
|
if exist *.lst del *.lst |
||||
|
if exist *.bin del *.bin |
||||
@ -0,0 +1,7 @@ |
|||||
|
OBJECTS = rz.com sz.com |
||||
|
DEST = ../../../../Binary/Apps/Test |
||||
|
TOOLS =../../../../Tools |
||||
|
|
||||
|
USETASM=1 |
||||
|
|
||||
|
include $(TOOLS)/Makefile.inc |
||||
File diff suppressed because it is too large
Binary file not shown.
File diff suppressed because it is too large
Binary file not shown.
@ -1,8 +1,82 @@ |
|||||
\define{doc_ver}{3.1 Pre-release} |
\define{doc_ver}{3.1 Pre-release} |
||||
\define{doc_product}{RomWBW} |
\define{doc_product}{RomWBW} |
||||
\define{doc_title}{Document Title} |
|
||||
\define{doc_author}{Wayne Warthen} |
|
||||
|
\ifndef{doc_title} \define{doc_title}{Document Title} \endif |
||||
|
\ifndef{doc_author} \define{doc_author}{Wayne Warthen} \endif |
||||
\define{doc_date}{\date{%d %b %Y}} |
\define{doc_date}{\date{%d %b %Y}} |
||||
\define{doc_authmail}{wwarthen@gmail.com} |
|
||||
|
\ifndef{doc_authmail} \define{doc_authmail}{wwarthen@gmail.com} \endif |
||||
\define{doc_orgname}{RetroBrew Computers Group} |
\define{doc_orgname}{RetroBrew Computers Group} |
||||
\define{doc_orgurl}{www.retrobrewcomputers.org} |
\define{doc_orgurl}{www.retrobrewcomputers.org} |
||||
|
|
||||
|
--- |
||||
|
# Force pandoc to enable graphics for Logo in title page! |
||||
|
graphics: true |
||||
|
title: | |
||||
|
| \doc_product \doc_title |
||||
|
| |
||||
|
| Version \doc_ver |
||||
|
author: \doc_author (mailto:\doc_authmail) |
||||
|
date: \doc_date |
||||
|
institution: \doc_orgname |
||||
|
documentclass: book |
||||
|
classoption: |
||||
|
- oneside |
||||
|
toc: true |
||||
|
toc-depth: 1 |
||||
|
numbersections: true |
||||
|
secnumdepth: 1 |
||||
|
papersize: letter |
||||
|
geometry: |
||||
|
- top=1.5in |
||||
|
- bottom=1.5in |
||||
|
- left=1.5in |
||||
|
- right=1.5in |
||||
|
# - showframe |
||||
|
# - pass |
||||
|
linestretch: 1.25 |
||||
|
colorlinks: true |
||||
|
fontfamily: helvet |
||||
|
fontsize: 12pt |
||||
|
header-includes: |
||||
|
- \setlength{\headheight}{15pt} |
||||
|
- | |
||||
|
```{=latex} |
||||
|
\usepackage{fancyhdr} |
||||
|
\usepackage{xcolor} |
||||
|
\usepackage{xhfill} |
||||
|
\renewcommand*{\familydefault}{\sfdefault} |
||||
|
\renewcommand{\maketitle}{ |
||||
|
\begin{titlepage} |
||||
|
\centering |
||||
|
\par |
||||
|
\vspace*{0pt} |
||||
|
\includegraphics[width=\textwidth]{Graphics/Logo.pdf} \par |
||||
|
\vfill |
||||
|
\raggedleft |
||||
|
{\scshape \bfseries \fontsize{48pt}{56pt} \selectfont \doc_product \par} |
||||
|
{\bfseries \fontsize{32pt}{36pt} \selectfont \doc_title \par} |
||||
|
\vspace{24pt} |
||||
|
{\huge Version \doc_ver \\ \doc_date \par} |
||||
|
\vspace{24pt} |
||||
|
{\large \itshape \doc_orgname \\ \href{http://\doc_orgurl}{\doc_orgurl} \par}
|
||||
|
\vspace{12pt} |
||||
|
{\large \itshape \doc_author \\ \href{mailto:\doc_authmail}{\doc_authmail} \par} |
||||
|
\end{titlepage} |
||||
|
} |
||||
|
\pagestyle{empty} |
||||
|
``` |
||||
|
include-before: |
||||
|
- \renewcommand{\chaptername}{Section} |
||||
|
- | |
||||
|
```{=latex} |
||||
|
\pagestyle{fancyplain} |
||||
|
\fancyhf{} |
||||
|
\lfoot{\small RetroBrew Computing Group ~~ {\xrfill[3pt]{1pt}[cyan]} ~~ \thepage} |
||||
|
\pagenumbering{roman} |
||||
|
``` |
||||
|
--- |
||||
|
|
||||
|
```{=latex} |
||||
|
\clearpage |
||||
|
\pagenumbering{arabic} |
||||
|
\lhead{\fancyplain{}{\nouppercase{\footnotesize \bfseries \leftmark \hfill \doc_product \doc_title}}} |
||||
|
``` |
||||
|
|||||
Binary file not shown.
Loading…
Reference in new issue