diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-05-26 11:08:05 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-05-26 11:08:05 +0100 |
commit | 6ae9e74d5b9e8cc69c33b7f707399b69632026d9 (patch) | |
tree | 4b9c2e0e393edd1e19fefa84c11c5a319de28d3a /doc | |
parent | 663c4fc9de4d8167cb02e9fdd5e87547437399f6 (diff) |
Added extra NES ROM options.
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> |