-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add remaining tools and game platforms
- Loading branch information
cboudereau
committed
Jul 27, 2020
1 parent
e8d714d
commit c80dfe1
Showing
67 changed files
with
154,257 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,60 @@ | ||
# Nintendo - Game Boy | ||
|
||
Those scripts are compatible with Nintendo all Game Boy (Game Boy Advance, Game Boy Color, Game Boy) | ||
|
||
The run.cmd will | ||
* start the Hotkey.exe which redirect &+" to Esc. You can change the mapping by updating the Hotkey.ahk scripts. | ||
* Start the VisualBoyAdvance emulateur. You have to change the path in the batch. | ||
* start the Hotkey.exe which redirects &+" to Esc. You can change the mapping by updating the Hotkey.ahk scripts. | ||
* Start the VisualBoyAdvance emulator. You have to change the path in the batch. | ||
|
||
## Hypersin Settings | ||
|
||
### Game Boy Classic | ||
``` | ||
[video defaults] | ||
path=D:\data\Nintendo - Game Boy\video\ | ||
[exe info] | ||
rompath=D:\data\Nintendo - Game Boy\roms\ | ||
romextension=gb | ||
path=D:\data\Nintendo - Game Boy\ | ||
exe=run.cmd | ||
parameters= | ||
winstate=HIDDEN | ||
[navigation] | ||
last_game=Boxxle (USA, Europe) | ||
start_on_favorites=true | ||
[wheel] | ||
style=vertical | ||
``` | ||
|
||
### Game Boy Color | ||
``` | ||
[exe info] | ||
path=D:\data\Nintendo - Game Boy\ | ||
exe=run.cmd | ||
rompath=D:\data\Nintendo - Game Boy Color\roms\ | ||
parameters= | ||
romextension=gbc | ||
winstate=HIDDEN | ||
[navigation] | ||
last_game=102 Dalmatians - Puppies to the Rescue (USA, Europe) | ||
start_on_favorites=true | ||
[video defaults] | ||
path=D:\data\Nintendo - Game Boy Color\video\ | ||
[wheel] | ||
style=vertical | ||
``` | ||
|
||
### Game Boy Advance | ||
``` | ||
[exe info] | ||
path=D:\data\Nintendo - Game Boy Advance\ | ||
rompath=D:\data\Nintendo - Game Boy Advance\roms\ | ||
userompath=true | ||
exe=run.cmd | ||
romextension=gba | ||
parameters= | ||
searchsubfolders=true | ||
pcgame=false | ||
winstate=HIDDEN | ||
hyperlaunch=false | ||
``` |
Oops, something went wrong.