summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2007-12-17 16:41:39 +0000
committer Aaron Giles <aaron@aarongiles.com>2007-12-17 16:41:39 +0000
commit507ca2d27520118151a2556d96b9a15aac768876 (patch)
tree46bb2585f4114b1dfc157c3bfe60238d23877e7a /docs
parentdf34329a478833efbd542a424ce1813a11214d4a (diff)
Changes for MAME 0.121u4.mame0121u4
Diffstat (limited to 'docs')
-rw-r--r--docs/config.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/config.txt b/docs/config.txt
index cd29497cc89..5c7625d5f7a 100644
--- a/docs/config.txt
+++ b/docs/config.txt
@@ -877,6 +877,13 @@ Debugging options
reporting bugs, please run with mame -verbose and include the
resulting information. The default is OFF (-noverbose).
+-[no]update_in_pause
+
+ Enables updating of the main screen bitmap while the game is paused.
+ This means that the VIDEO_UPDATE callback will be called repeatedly
+ during pause, which can be useful for debugging. The default is OFF
+ (-noupdate_in_pause).
+
-[no]debug
Activates the integrated debugger. This is available only if the