File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ compile_flags=()
4
4
5
5
help () {
6
6
echo " Usage: $0 [-v] [-m <1|3>] [-a] [-s] [-k] [-h]"
7
- echo " -v Enable verbose output "
8
- echo " -m Set mapper. Valid values are 1, 3 and 4. Default 1. "
9
- echo " -a Enable pressing select to end game"
10
- echo " -s Disable saving of high scores "
11
- echo " -k Enable Famicom Keyboard support"
12
- echo " -h Print this help and exit "
7
+ echo " -v verbose"
8
+ echo " -m mapper"
9
+ echo " -a faster aeppoz + press select to end game"
10
+ echo " -s disable highscores/SRAM "
11
+ echo " -k Famicom Keyboard support"
12
+ echo " -h you are here "
13
13
}
14
14
15
15
while getopts " vm:askh" flag; do
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ SAVE_HIGHSCORES := 1
7
7
.endif
8
8
9
9
.ifndef AUTO_WIN
10
- AUTO_WIN := 0 ; press select to end game
10
+ ; faster aeppoz + press select to end game
11
+ AUTO_WIN := 0
11
12
.endif
12
13
13
14
.ifndef KEYBOARD
You can’t perform that action at this time.
0 commit comments