mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
More Work on Document Creation Process
- Replaced m4 with gpp
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
include(`Common.m4')
|
||||
define({{doc_title}},{{Applications}})
|
||||
\include{"Common.h"}
|
||||
\define{doc_title}{Applications}
|
||||
|
||||
---
|
||||
title: |
|
||||
| doc_product doc_title
|
||||
| \doc_product \doc_title
|
||||
|
|
||||
| Version doc_ver
|
||||
author: doc_author (mailto:doc_authmail)
|
||||
date: doc_date
|
||||
institution: doc_orgname
|
||||
| Version \doc_ver
|
||||
author: \doc_author (mailto:\doc_authmail)
|
||||
date: \doc_date
|
||||
institution: \doc_orgname
|
||||
documentclass: article
|
||||
toc: true
|
||||
toc-depth: 1
|
||||
@@ -60,8 +61,8 @@ on the media.
|
||||
|
||||
Most of the applications are included as source code in the RomWBW
|
||||
distribution and are built in the normal build process. The source
|
||||
code is found in the Source\\Apps directory of the distribution. The
|
||||
binary executable applications are found in the Binary\\Apps directory.
|
||||
code is found in the Source\\\\Apps directory of the distribution. The
|
||||
binary executable applications are found in the Binary\\\\Apps directory.
|
||||
|
||||
The following table clarifies where each of the applications can be
|
||||
found:
|
||||
@@ -555,7 +556,7 @@ manually perform a verification function with the `FLASH VERIFY` form
|
||||
of the command.
|
||||
|
||||
The author's documentation for the application is found in the RomWBW
|
||||
distribution in the Doc\\Contrib directory.
|
||||
distribution in the Doc\\\\Contrib directory.
|
||||
|
||||
## Notes
|
||||
|
||||
@@ -984,6 +985,6 @@ The `TUNE` application was custom written for RomWBW. All of the
|
||||
hardware interface code is specific to RomWBW. The sound file decoding
|
||||
software was adapted and embedded from pre-existing sources. The YM
|
||||
player code is from MYMPLAY 0.4 by Lieves!Tuore and the PT player code
|
||||
is (c)2004-2007 S.V.Bulba <vorobey@mail.khstu.ru>.
|
||||
is (c)2004-2007 S.V.Bulba <vorobey@@mail.khstu.ru>.
|
||||
|
||||
The source code is provided in the RomWBW distribution.
|
||||
|
||||
Reference in New Issue
Block a user