Commits
Ryan Schmidt authored 5c0248dc0e4
1 + | # Mini vMac Custom Variations Configuration File |
2 + | # |
3 + | # Documentation: |
4 + | # |
5 + | # https://github.com/macports/macports-ports/blob/master/emulators/minivmac/files/README-custom.md |
6 + | # |
7 + | # Available options: |
8 + | # |
9 + | # http://www.gryphel.org/c/minivmac/options.html#in |
10 + | # |
11 + | # Example: |
12 + | # |
13 + | # [1440x900 FS] |
14 + | # options = -hres 1440 -vres 900 -fullscreen 1 -var-fullscreen 0 \ |
15 + | # -mf 1 -gkf 0 -emm 0 |
16 + | # [II 720x450] |
17 + | # options = -m II -hres 720 -vres 450 -gkf 0 -emm 0 |