diff options
Diffstat (limited to 'doc/casm.html')
-rw-r--r-- | doc/casm.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/casm.html b/doc/casm.html index 5581eba..014262e 100644 --- a/doc/casm.html +++ b/doc/casm.html @@ -1403,6 +1403,22 @@ option nes-tv-format, pal|ntsc Defines the TV format stored in the ROM header, defaulting to <b>pal</b>. </td></tr> +<tr><td class="cmd"> +option nes-mirror, horizontal|vertical|vram +</td> +<td class="def"> +Defines whether nametables are mirrored horizontally, vertically or not at +all respectively. Defaults to <b>horizontal</b>. +</td></tr> + +<tr><td class="cmd"> +option nes-battery-ram, on|off +</td> +<td class="def"> +Defines whether there is battery backed RAM in the cartridge. Defaults to +<b>off</b>. +</td></tr> + </table> |