diff --git a/download.html b/download.html
index 207e2bc8..3002e481 100644
--- a/download.html
+++ b/download.html
@@ -77,8 +77,8 @@
The latest win32 interim build is generally fresh within a day or two.
If you are working with a developer to fix an issue affecting you then this is where you will find your fixed build.
@@ -101,6 +101,11 @@
FCEUX2.1.2 |
FCEUX2.1.2 |
diff --git a/files/{022DC721-5306-4E84-93DC-7DA111D7752C}.htm b/files/{022DC721-5306-4E84-93DC-7DA111D7752C}.htm
index 442f5ca5..2b8b6f27 100644
--- a/files/{022DC721-5306-4E84-93DC-7DA111D7752C}.htm
+++ b/files/{022DC721-5306-4E84-93DC-7DA111D7752C}.htm
@@ -80,24 +80,31 @@ a.rvts12, span.rvts12
text-decoration: underline;
}
a.rvts12:hover { color: #0000ff; }
-span.rvts13 /* Font Style */
+a.rvts13, span.rvts13
+{
+ font-size: 12pt;
+ color: #0000ff;
+ text-decoration: underline;
+}
+a.rvts13:hover { color: #0000ff; }
+span.rvts14 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
-span.rvts14 /* Font Style */
+span.rvts15 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
-span.rvts15 /* Font Style */
+span.rvts16 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
-a.rvts16, span.rvts16 /* Font Style */
+a.rvts17, span.rvts17 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
@@ -144,11 +151,15 @@ p,ul,ol /* Paragraph Style */
-FAQ / Guides
+FAQ / Guides
FAQ / Guides
Information regarding various concepts such as TAS, ROM Hacking, RAM Mapping.
+Troubleshooting FAQ
+
+A guide to common problems people experience, and what to do about them.
+
Tool Assisted Speedruns (TAS)
@@ -163,7 +174,14 @@ p,ul,ol /* Paragraph Style */
NES RAM Mapping
A guide to the layout of NES RAM, and how to interpret its contents.
-2008
-This help file has been generated by the freeware version of HelpNDoc
+
+
+Debugger Usage Guide (Intermediate)
+
+This is a guide that explains some of the debugging features in terms that someone
+with previous experience with assembly can understand, and delves into the most
+basic understanding to a degree as well. Likely won't help a beginner too much.
+2008
+This help file has been generated by the freeware version of HelpNDoc