mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-04 00:37:47 +00:00
remove HTML formatting gunk from a lot of the docs
This commit is contained in:
@@ -1,34 +1,21 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>ASMotor Documentation</TITLE>
|
||||
<link rel="stylesheet" type="text/css" href="./style.css">
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
<HR ALIGN="CENTER" SIZE="3">
|
||||
<CENTER><TABLE BORDER=0 ALIGN="MIDDLE" BGCOLOR="#000000" CELLPADDING=25>
|
||||
<TR>
|
||||
<TD><FONT COLOR="#FFFFFF"><H1><CENTER>ASMotor v1.10<BR>
|
||||
documentation<BR>
|
||||
<FONT SIZE="-1"><BR>(stay with the machine)</FONT>
|
||||
</CENTER></H1></FONT></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
</CENTER><HR ALIGN="CENTER" SIZE="3">
|
||||
<H2><CENTER>Table of Contents
|
||||
</CENTER></H2>
|
||||
<UL>
|
||||
<LI><A HREF="geninfo.htm">ASMotor General Information</A>
|
||||
<LI><A HREF="asm.htm">xASM Documentation</A>
|
||||
<LI><A HREF="link.htm">xLink Documentation</A>
|
||||
<LI><A HREF="lib.htm">xLib Documentation</A>
|
||||
<LI><A HREF="fix.htm">RGBFix Documentation</A>
|
||||
<LI><A HREF="rgb0.htm">The RGB0-2 ObjectFileFormat</A>
|
||||
</UL>
|
||||
<BR>
|
||||
<HR ALIGN="CENTER" SIZE="3">
|
||||
<FONT SIZE="-1"><I><P ALIGN=RIGHT>Last updated 21 September 1997 by <A HREF="mailto:surfsmurf@matilde.demon.co.uk">Carsten Sorensen</A></P></I></FONT>
|
||||
</BODY>
|
||||
</HTML>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<title>RGBDS—ASMotor Documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="./style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1><abbr title="Rednex Game Boy Development System">RGBDS</abbr>—ASMotor v1.10 Documentation</h1>
|
||||
<h2>Table of Contents</h2>
|
||||
<ul>
|
||||
<li><a href="geninfo.htm">ASMotor General Information</a>
|
||||
<li><a href="asm.htm">xASM Documentation</a>
|
||||
<li><a href="link.htm">xLink Documentation</a>
|
||||
<li><a href="lib.htm">xLib Documentation</a>
|
||||
<li><a href="fix.htm">RGBFix Documentation</a>
|
||||
<li><a href="rgb0.htm">The RGB0-2 ObjectFileFormat</a>
|
||||
</ul>
|
||||
<p>Last updated 21 September 1997 by <a href="mailto:surfsmurf@matilde.demon.co.uk">Carsten Sorensen</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user