Skip to content

Instantly share code, notes, and snippets.

@AntJanus
Forked from bgK/myst_windowed.hexdiff
Created June 6, 2017 18:34
Show Gist options
  • Save AntJanus/49773ab43ef5fdffae0fefd986b4794e to your computer and use it in GitHub Desktop.
Save AntJanus/49773ab43ef5fdffae0fefd986b4794e to your computer and use it in GitHub Desktop.
Windowed mode patch for Myst Masterpiece Edition
# Allow moving the window
00029FEA: 0F E9
00029FEB: 85 1B
00029FEC: 1A 03
00029FED: 03 00
# Prevent the window from maximising by itself
0002A028: E5 DE
0002A029: 00 02
# Non-exclusive DDraw init
00057C89: 11 08
# Don't go 640x480
00057CA0: 75 EB
00057CA1: 6A 48
This patch works for sure with the GOG.com version of Myst ME. Probably with others too.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment