Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Jun 27, 2018
1 parent a1f8b0c commit f9dab9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions dosbox.reference.conf
Expand Up @@ -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.
Expand All @@ -106,6 +107,7 @@ fullresolution=desktop
windowresolution=original
output=surface
autolock=true
synced=false
sensitivity=100
waitonerror=true
priority=higher,normal
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion 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"

0 comments on commit f9dab9e

Please sign in to comment.