Skip to content

Commit aeddd0d

Browse files
author
GitHub Action
committed
Update RGBDS master documentation
1 parent 81d9b62 commit aeddd0d

11 files changed

Lines changed: 8 additions & 1 deletion

docs/gbz80.7.pdf

0 Bytes
Binary file not shown.

docs/rgbasm-old.5.pdf

0 Bytes
Binary file not shown.

docs/rgbasm.1.pdf

0 Bytes
Binary file not shown.

docs/rgbasm.5.pdf

0 Bytes
Binary file not shown.

docs/rgbds.5.pdf

0 Bytes
Binary file not shown.

docs/rgbds.7.pdf

0 Bytes
Binary file not shown.

docs/rgbfix.1.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ <h2 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a><
1111
<var class="Ar">logo_file</var>] [<code class="Fl"><a href="#l">-l</a></code>
1212
<var class="Ar">licensee_id</var>] [<code class="Fl"><a href="#m">-m</a></code>
1313
<var class="Ar">mbc_type</var>] [<code class="Fl"><a href="#n">-n</a></code>
14-
<var class="Ar">rom_version</var>] [<code class="Fl"><a href="#p">-p</a></code>
14+
<var class="Ar">rom_version</var>] [<code class="Fl"><a href="#o">-o</a></code>
15+
<var class="Ar">out_file</var>] [<code class="Fl"><a href="#p">-p</a></code>
1516
<var class="Ar">pad_value</var>] [<code class="Fl"><a href="#r">-r</a></code>
1617
<var class="Ar">ram_size</var>] [<code class="Fl"><a href="#t">-t</a></code>
1718
<var class="Ar">title_str</var>] [<var class="Ar">file ...</var>]</td>
@@ -129,6 +130,12 @@ <h2 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIP
129130
<code class="Fl">--overwrite</code></dt>
130131
<dd>Allow overwriting different non-zero bytes in the header without a warning
131132
being emitted.</dd>
133+
<dt id="o"><a class="permalink" href="#o"><code class="Fl">-o</code></a>
134+
<var class="Ar">out_file</var>, <code class="Fl">--output</code>
135+
<var class="Ar">out_file</var></dt>
136+
<dd>Write the modified ROM image to the given file, or '-' to write to
137+
standard output. If not specified, the input files are modified in-place,
138+
or written to standard output if read from standard input.</dd>
132139
<dt id="p"><a class="permalink" href="#p"><code class="Fl">-p</code></a>
133140
<var class="Ar">pad_value</var>, <code class="Fl">--pad-value</code>
134141
<var class="Ar">pad_value</var></dt>

docs/rgbfix.1.pdf

148 Bytes
Binary file not shown.

docs/rgbgfx.1.pdf

0 Bytes
Binary file not shown.

docs/rgblink.1.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)