From 6ae9e74d5b9e8cc69c33b7f707399b69632026d9 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 26 May 2016 11:08:05 +0100 Subject: Added extra NES ROM options. --- doc/casm.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc') 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 pal. + +option nes-mirror, horizontal|vertical|vram + + +Defines whether nametables are mirrored horizontally, vertically or not at +all respectively. Defaults to horizontal. + + + +option nes-battery-ram, on|off + + +Defines whether there is battery backed RAM in the cartridge. Defaults to +off. + + -- cgit v1.2.3