diff --git a/dosbox.reference.conf b/dosbox.reference.conf index 99967aec1..da791ef12 100644 --- a/dosbox.reference.conf +++ b/dosbox.reference.conf @@ -90,6 +90,7 @@ sst=false # output: What video system to use for output. # Possible values: surface, overlay, opengl, openglnb, openglhq, ddraw. # autolock: Mouse will automatically lock, if you click on the screen. (Press CTRL-F10 to unlock) +# synced: Mouse position reported will be exactly where user hand has moved to. # sensitivity: Mouse sensitivity. # waitonerror: Wait before closing the console if dosbox has an error. # priority: Priority levels for dosbox. Second entry behind the comma is for when dosbox is not focused/minimized. @@ -106,6 +107,7 @@ fullresolution=desktop windowresolution=original output=surface autolock=true +synced=false sensitivity=100 waitonerror=true priority=higher,normal @@ -386,6 +388,8 @@ showmenu=true # try setting this option. Else, leave it turned off. Changes to other VGA CRTC registers will trigger # a DOSBox mode change as normal regardless of this setting. # enable pci bus: Enable PCI bus emulation +# vga palette update on full load: If set, all three bytes of the palette entry must be loaded before taking the color, +# which is fairly typical SVGA behavior. If not set, partial changes are allowed. # ignore odd-even mode in non-cga modes: Some demoscene productions use VGA Mode X but accidentally enable odd/even mode. # Setting this option can correct for that and render the demo properly. # This option forces VGA emulation to ignore odd/even mode except in text and CGA modes. @@ -489,6 +493,7 @@ ignore vblank wraparound=false enable vga resize delay=false resize only on vga active display width increase=false enable pci bus=true +vga palette update on full load=true ignore odd-even mode in non-cga modes=false [render] diff --git a/include/build_timestamp.h b/include/build_timestamp.h index 1d4b08b9c..143329cea 100644 --- a/include/build_timestamp.h +++ b/include/build_timestamp.h @@ -1,3 +1,3 @@ /*auto-generated*/ -#define UPDATED_STR "Jun 23, 2018 8:13:20am" +#define UPDATED_STR "Jun 27, 2018 11:42:01am" #define COPYRIGHT_END_YEAR "2018"