diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-06-06 20:58:33 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-06-06 20:58:33 +0100 |
commit | 66149104ae056b372b2bf4672704d3b62db412f3 (patch) | |
tree | ebc7e72335fd0510f87a995853072f24f10da218 /doc | |
parent | 64286bce86befc5b48a65c60d871dca8ef269257 (diff) | |
parent | 6ae9e74d5b9e8cc69c33b7f707399b69632026d9 (diff) |
Merge branch 'master' of https://github.com/noddybox/casm
Diffstat (limited to 'doc')
-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> |