mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-05 21:34:30 +00:00
48 lines
882 B
TeX
48 lines
882 B
TeX
\documentclass[twocolumn]{article}
|
|
\usepackage{graphicx}
|
|
\usepackage{url}
|
|
\usepackage{hyperref}
|
|
\usepackage{fancyvrb}
|
|
\usepackage{fancyhdr}
|
|
|
|
\usepackage{hyperref}
|
|
|
|
%\usepackage{graphicx}
|
|
\usepackage{colortbl}
|
|
\usepackage{multirow}
|
|
|
|
%\pagestyle{fancy}
|
|
%
|
|
%\fancypagestyle{firststyle}
|
|
%{
|
|
% \fancyhf{}
|
|
% \fancyhead[C]{A version of this document appeared in PoC~\textbar\textbar~GTFO 0x18}
|
|
% \fancyfoot{}
|
|
%}
|
|
|
|
|
|
\begin{document}
|
|
|
|
\title{A Split-screen Cycle Counting Demo for the Apple II}
|
|
\author{Vincent M. ``Deater'' Weaver}
|
|
\date{}
|
|
\maketitle
|
|
|
|
%\thispagestyle{firststyle}
|
|
|
|
\section{Doing the Impossible}
|
|
|
|
Well not really impossible, just somehow not widely known.
|
|
|
|
\section{The Graphics Hardware}
|
|
|
|
\section{The Demo}
|
|
|
|
\section{Obtaining the Code}
|
|
|
|
More details, disk image, and full source can be found at the website:
|
|
\url{http://www.deater.net/weave/vmwprod/}
|
|
|
|
|
|
\end{document}
|